freqtrade / freqtrade-strategies

Free trading strategies for Freqtrade bot
GNU General Public License v3.0
3.44k stars 1.13k forks source link

add TrendFollowingStrategy #286

Closed PedroPovoleri closed 1 year ago

PedroPovoleri commented 1 year ago

Thank you for sending your pull request.

Summary

Create a new strategy for future markets TrendFollowingStrategy

Quick strategy idea

This commit adds the TrendFollowingOBVStrategy, which is a trend-following strategy that uses the EMA and OBV indicators to generate buy and sell signals. The strategy implements the IStrategy interface and includes the populate_indicators, populate_entry_trend, and populate_exit_trend functions. The strategy has been tested and is ready for use.