Order Block Detector (Relative Range expansion)

Category: market_structure

Identifies supply and demand zones (Order Blocks) by detecting significant body size expansions relative to subsequent candles and historical averages.

Formula

Signal = \begin{cases} 1.0 & \text{if } Body_i > (Body_{i+1} \times Multiplier) \text{ and } Body_i > (AvgBody \times MinRangeFactor) \text{ and } Close_i > Open_i \\ -1.0 & \text{if } Body_i > (Body_{i+1} \times Multiplier) \text{ and } Body_i > (AvgBody \times MinRangeFactor) \text{ and } Close_i < Open_i \\ 0 & \text{otherwise} \end{cases}

Inputs

See signal primitives and every published strategy that uses Order Block Detector (Relative Range expansion) on WOBR StrategyVerse.


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