Available translations

Hull Moving Average

foundations.png
Summary: The Hull Moving Average (HMA), developed by Alan Hull, is an extremely fast and smooth moving average. In fact, the HMA almost eliminates lag altogether and manages to improve smoothing at the same time.
Info:
The Hull Moving Average (HMA) is a directional trend indicator. It captures the current state of the market and uses recent price action to determine if conditions are bullish or bearish relative to historical data.
The Hull differs from more traditional trend indicators like the Exponential Moving Average (EMA) and the Simple Moving Average (SMA). It is designed to reduce the lag often associated with those MAs by providing a faster signal on a smoother visual plane.
The length of the Hull Moving Average indicator calculation can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Initialization under ’HMA’ Product Definition.
Products & Properties
The following properties are available to access:
Product Name Product Variable Properties
Hull Moving Average HMA hma
Example:
The HMA indicator could be used to generate a buy signal when a candle closes above the HMA:
 chart.at01hs.candle.close > chart.at01hs.HMA.hma
Maintainer:
Previous
MACD - Pluvtech's Version
Next
Exponential Moving Average