SNAP Daily Sweep

A multi-confluence indicator that combines Volume spikes, RSI momentum, and Support/Resistance levels to identify mean-reversion 'sweeps' during specific trading sessions.

Formula

\text{Volume Ratio} = \frac{V}{\text{SMA}(V, n)} \\ \text{SR High/Low} = \text{Highest/Lowest}(H/L, m) \\ \text{Signal} = \text{Volume Ratio} > k \land \text{RSI} \begin{cases} < 30 & \text{Buy} \\ > 70 & \text{Sell} \end{cases} \land \text{Price} \approx \text{SR Level} \land \text{Session Active}

Inputs

See signal primitives and every published strategy that uses SNAP Daily Sweep on WOBR StrategyVerse.


Open the interactive page on WOBR AI → · WOBR.AI home