TF Bias Detector (SMC)
Category: trend, momentum
A multi-timeframe dashboard that tracks trend bias (EMA-based) and momentum (RSI) across four specific intervals (H4, H1, M15, M1).
Formula
Bias_{tf} = \begin{cases} 1 & \text{if } Price > EMA(Price, 20) \\ -1 & \text{if } Price < EMA(Price, 20) \end{cases} \\ RSI_{tf} = RSI(Price, 14) \text{ on specified timeframe } tf
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.