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