Charts
Highest High Value (HH)
The Highest High Value indicator simply returns the highest high price over a user defined n-periods.
Configuration Options
- Period: Number of bars to use in the calculations.
- Color Selectors: Colors to use for graph elements.
- Display Axis Label: Whether to display the most recent value on the Y axis.
Formula
\[HH = Max(High)_{n-periods}\]