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, usage in published strategies and more on WOBR StrategyVerse.