MIDPOINT: Rolling Midpoint
Category: trend, volatility
Calculates the arithmetic mean of the highest and lowest prices over a specified lookback period. It serves as a rolling center of the price range.
Formula
\text{Midpoint} = \frac{\max(\text{src}, n) + \min(\text{src}, n)}{2}
Inputs
- Period (default: 14)
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.