Guide
How does the Twin Range Filter Algo strategy work ?
The Twin Range Filter Algo is a strategy that harnesses different volatility ranges to generate trading signals, with an additional ATR condition improving its efficacy. It employs two smoothed average ranges derived from the source price, with one moving faster than the other due to different periods and multipliers. The heart of the system is a range filter mechanism that compares the current price with the smoothed average and adapts to recent price movement to create a filter value.
Trade signals are generated based on the direction and persistence of the price crossing this filter value. A long condition is established when the price is above the filter and increasing, or if the price is above the filter but declining after a period of upward movement. Conversely, a short condition is set when the price is below the filter and decreasing, or if it's below the filter yet rising following a downward motion.
Crucially, the modified version of this strategy introduces an ATR condition: a trade is only executed if the short-range ATR (32 periods) is smaller than the long-term ATR (64 periods), implying less immediate volatility and potentially more stable trends.
Manually set targets and stop-losses, expressed in ticks, aim to establish clear exit criteria, while a time-based stop exits a position after a defined number of candles, regardless of the market's direction. Taken together, these conditions attempt to capitalize on volatility trends while providing structured risk management.