Skips trades when deviation bands are too tight (< 3 ATRs).
4. Stop Loss
Based on the signal bar’s high/low ± stop buffer.
Longs: signalBarLow - stopBuffer
Shorts: signalBarHigh + stopBuffer
5. Take Profit / Exit Target Exit logic is customizable per side: VWAP, Deviation Band, or None
6. Safety Exit
Exits early if X consecutive bars go against the trade.
Longs: X red bars
Shorts: X green bars
Explanation of Strategy Inputs - Stop Buffer: Distance from signal bar for stop-loss. - Long/Short Exit Rule: VWAP, Deviation Band, or None - Long/Short Target Deviation: Standard deviation for target exit. - Enable Safety Exit: Toggle emergency exit. - Opposing Bars: Number of opposing candles before safety exit. - Allow Long/Short Trades: Enable or disable entry side. - Show VWAP/Entry Bands: Toggle visual aids. - Highlight Low Vol Zones: Orange shading for low volatility skips.
Tuning Tips - Stop buffer: Use 1–5 points. - Target deviation: Start with VWAP. In strong trends use 2nd deviation and turn off the counter-trend entry. - Safety exit: 3 bars recommended. - Disable short/long side to focus on one type of reversal.