Session Range (High/Low/Mid)
Category: volatility, market_structure
Calculates and plots the High, Low, and Midpoint levels of a user-defined time session (e.g., London or NY Session), with options to display current or previous day ranges.
Formula
Top = Max(High_{Session}); Bottom = Min(Low_{Session}); Middle = (Top + Bottom) / 2
Inputs
- StartHour (default: 9)
- StartMin (default: 0)
- EndHour (default: 18)
- EndMin (default: 0)
- Mode (default: SESSION_MODE_CURR)
See signal primitives and every published strategy that uses Session Range (High/Low/Mid) on WOBR StrategyVerse.