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

See signal primitives, usage in published strategies and more on WOBR StrategyVerse.


Open in the WOBR AI app → · WOBR.AI home