Guide
How does the RSI Average Swing Bot strategy work ?
The RSI Average Swing Bot builds on a modified Relative Strength Index (RSI) concept, utilizing a 50-candle lookback period. It calculates an RSI average from multiple data sources, including ohlc4, close, high, open, hlc3, and hl2. The RSI values are rescaled to a 0-1 range for simplified assessment.
- Bullish Signals: When the RSI average exceeds 0.5, the strategy considers it a potential bullish setup.
- Bearish Signals: An RSI average below 0.5 indicates a potential bearish scenario.
The strategy incorporates conditions for initiating both long and short trades. It triggers a long position when the RSI average crosses above 0.5, exiting when the value reaches or exceeds 0.65. Conversely, a short position is triggered when the RSI average crosses below 0.5, with exit conditions set at 0.35 or higher. These thresholds provide clear entry and exit signals to automate trading decisions effectively while allowing user-defined inputs for entry types.