Freqtrade Strategies
Free trading strategies for Freqtrade bot
Install / Use
npx skills add freqtrade/freqtrade-strategiesInstalls into whichever agent you are using.
README
Freqtrade strategies
This Git repo contains free buy/sell strategies for Freqtrade.
All strategies should work with a freqtrade version of 2022.4 or newer.
Disclaimer
These strategies are for educational purposes only. Do not risk money which you are afraid to lose. USE THE SOFTWARE AT YOUR OWN RISK. THE AUTHORS AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS.
Always start by testing strategies with a backtesting then run the trading bot in Dry-run. Do not engage money before you understand how it works and what profit/loss you should expect.
We strongly recommend you to have coding and Python knowledge. Do not hesitate to read the source code and understand the mechanism of this bot.
Table of Content
Free trading strategies
Strategies from this repo are free to use, though they are provided as-is and without any warranty. They also mostly should serve as a starting point for your own strategies, not as "ready to use" strategies. Feel free to use and/or update them to your likings.
Some may only work in specific market conditions, while others are more "general purpose" strategies. It's noteworthy that further optimization to the exchange and Pairs used will usually result in better outcomes.
Please keep in mind, results will heavily depend on the pairs, timeframe and timerange used to backtest - so please run your own backtests that mirror your usecase, to evaluate each strategy for yourself.
The results above should serve as a general outline to demonstrate the number of trades to expect. Actual performance will be different based on various factors.
Share your own strategies and contribute to this repo
Feel free to send your strategies, comments, optimizations and pull requests via an Issue ticket or as a Pull request enhancing this repository.
FAQ
What is Freqtrade?
Freqtrade Freqtrade is a free and open source crypto trading bot written in Python. It is designed to support all major exchanges and be controlled via Telegram. It contains backtesting, plotting and money management tools as well as strategy optimization by machine learning.
What includes these strategies?
Each Strategies includes:
- [x] Minimal ROI: Minimal ROI optimized for the strategy.
- [x] Stoploss: Optimal stoploss.
- [x] Buy signals: Result from Hyperopt or based on existing trading strategies.
- [x] Sell signals: Result from Hyperopt or based on existing trading strategies.
- [x] Indicators: Includes the indicators required to run the strategy.
Best backtest multiple strategies with the exchange and pairs you're interested in, and fine tune the strategy to the markets you're trading.
How to install a strategy?
First you need a working Freqtrade.
Once you have the bot on the right version, follow this steps:
- Select the strategy you want. All strategies of the repo are into user_data/strategies
- Copy the strategy file
- Paste it into your
user_data/strategiesfolder - Run the bot with the parameter
--strategy <STRATEGY CLASS NAME>(ex:freqtrade trade --strategy Strategy001)
More information about backtesting and strategy customization.
How to test a strategy?
Let assume you have selected the strategy strategy001.py:
Simple backtesting
freqtrade backtesting --strategy Strategy001
Refresh your test data
freqtrade download-data --days 100
Note: Generally, it's recommended to use static backtest data (from a defined period of time) for comparable results.
Please check out the official backtesting documentation for more information.
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR
