ZackChang007 / Freqtrade-Adaptive-Renko-Strategy

Renko Strategy for freqtrade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adaptive Trend Following Trading Strategy based on Renko

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".

Overview

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

Usage

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

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Renko Strategy for freqtrade


Languages

Language:Python 100.0%