How Can We Help?

High Minus Low

You are here:
< All Topics

HighMinusLow()
HML()

Overview
This function returns the high price minus the low price for each bar.

Interpretation
This indicator is often used as a component for other technical indicators but can be used with a moving average to show the change in price action over time.

Example
SET A = SMA(HML(), 14)
set BUY = A > REF(A, 10)

Evaluates to buy when the height of each bar has been increasing over the past several bars.

Table of Contents