This is a repository for a trading strategy based on Renko charts, as described in Sergey Malchevskiy's article "Adaptive Trend Following Trading Strategy based on Renko".
In this repository, you will find:
- The strategy code, written in Python and compatible with Freqtrade
- A sample configuration file for running the strategy on Freqtrade
- A set of backtesting results on historical data
- Documentation on how to use and customize the strategy
This is not for live running!
To use this strategy, you will need to have Freqtrade installed on your machine. Once you have Freqtrade installed, you can run the strategy by executing the following command:
freqtrade trade --strategy AdaptiveRenkoStrategy
Contributions to this project are welcome! If you find any issues or would like to suggest improvements, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE.md file for details.