Custom 006 Hybrid Table Scanner
Category: trend, volume
A dashboard-style scanner that aggregates trend direction (via dual EMAs) and volume spikes into a combined score.
Formula
score = (EMA(21) > EMA(50) ? 1 : 0) + (Volume > SMA(Volume, 20) ? 1 : 0)
See signal primitives and every published strategy that uses Custom 006 Hybrid Table Scanner on WOBR StrategyVerse.