Guide
How does the RSI_OTT - TP/SL strategy work ?
This strategy combines the Relative Strength Index (RSI) with Optimized Trend Tracker (OTT) bands to generate trade signals. It requires a double confirmation, meaning both indicators must align before a position is opened.
The strategy works by identifying specific crossover events:
- Long Entry: A buy signal is triggered when two conditions are met simultaneously. First, the RSI must cross above its midline (default level 50). Second, the price must cross above the lower OTT band.
- Short Entry: A sell signal occurs when the RSI crosses below its midline, and at the same time, the price crosses below the upper OTT band.
The OTT bands create a dynamic channel around the price, similar to Bollinger Bands, to frame the entry points. Exits are handled by user-defined Take Profit and Stop Loss percentages.