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 and every published strategy that uses TF Bias Detector (SMC) on WOBR StrategyVerse.


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