Order Block & FVG Detector
Category: market_structure
Identifies institutional Order Blocks (OB) and Fair Value Gaps (FVG) based on specific candle reversal patterns and price gaps.
Formula
\text{Bullish OB (Default): } C_{i+2} < O_{i+2} \land C_{i+1} < O_{i+1} \land C_i > O_i \land C_{i+1} < L_{i+2} \land C_i > H_{i+1} \\ \text{Bullish FVG: } C_{i+3} < O_{i+3} \land C_{i+2} < O_{i+2} \land C_{i+1} > O_{i+1} \land C_{i+1} > H_{i+2} \land L_i > H_{i+2}
Inputs
- Mode (default: OB_MODE_DEFAULT)
See signal primitives and every published strategy that uses Order Block & FVG Detector on WOBR StrategyVerse.