Guide
How does the Flawless Victory Strategy - 15min BTC Machine Learning Strategy strategy work ?
The Flawless Victory Strategy is a machine-learning-driven system crafted for Bitcoin 15-minute chart trading. It utilizes one year of data processed by Python and is tailored for use on Binance, based on its data source. The strategy operates with two key technical indicators: Bollinger Bands (Std Dev 1) and the Relative Strength Index (RSI).
Trading signals are generated as follows:
- A buy signal occurs when the closing price drops below the lower Bollinger Band and the RSI exceeds a predefined value.
- A sell signal is initiated when the closing price rises above the upper Bollinger Band and the RSI is above a certain threshold.
Versions vary in their approach:
- The first lacks stop-loss and take-profit levels and boasts a high Sharpe Ratio of 7.5, denoting strong risk-adjusted returns.
- The second includes optimal stop-loss and take-profit parameters, resulting in a lower Sharpe Ratio of 2.5.
- Recently added version three mixes MFI with RSI indicators to determine exit and entrance points.
Users can customize the strategy to their preferences in TradingView's settings, adjusting parameters like stop-loss and take-profit percentages for the other versions. Backtesting for this strategy involved an in-depth optimization process running for 28 hours and 5000 epochs to ensure peak performance.