KandleKings™ WatchTower v1.0
Category: momentum, volume, trend
A multi-condition monitoring system that identifies price/volume breakouts relative to VWAP and triggers RSI threshold alerts.
Formula
\text{Breakout} = (P > VWAP) \land (V > 1.5 \times SMA(V, 20)) \\ \text{Proximity} = \frac{|P - VWAP|}{VWAP} < 0.01 \\ \text{RSI Signals} = \text{crossover}(RSI_{14}, 60) \lor \text{crossunder}(RSI_{14}, 40)
Inputs
- showBreakouts (default: true)
- showVWAP (default: true)
- showRSIAlerts (default: true)
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.