CCI – Hull pre-filtered – indicator MetaTrader 5

CCI - Hull pre-filtered - indicator for MetaTrader 5
Theory : CCI (commodities Channel Index) is calculated using mean absolute deviation. This version is deviation from that and is using standard deviation instead of using mean deviation. Also, in ordet to filter out some signals on the cci slope change, it is adding Hull moving average as a mean to pre-filter the prices prior … Read more

Hull moving average – indicator MetaTrader 5

Hull moving average - indicator for MetaTrader 5
Basics (description by All Hull) By Alan Hull Back in 2005 when I was working on a new indicator I was temporarily sidetracked by trying to solve the problem of lag in moving averages, the outcome of which was the Hull Moving Average. Since then the HMA has found its way into charting programs around the world and is … Read more

Hull moving average (ema based) – indicator MetaTrader 4

Hull moving average (ema based) - indicator for MetaTrader 4
Original Hull moving average is calculated using LWMA (Linear Weighted Moving Average). But sometimes that way of calculation tends to overshoot  Possible solution for that is to use some other average method to calculate Hull This version : is using EMA (Exponential Moving Average) for calculation and it seems to be helping in the overshooting … Read more

Indicador Media móvil Hull para MT4 – indicator MetaTrader 4

Indicador Media móvil Hull para MT4 - indicator for MetaTrader 4
La media móvil Hull está diseñada para resolver el dilema de hacer que una media móvil responda mejor a los cambios de precios más recientes mientras mantiene la suavización de la acción del precio. A través de su algoritmo de cálculo, la HMA reduce significativamente el retraso (aunque no lo elimina por completo) y logra … Read more

Hull Moving Average – indicator MetaTrader 5

Hull Moving Average - indicator for MetaTrader 5
I did not understand the source of other Hull MA implementations, so i decide to implement it myself. It has four input parameters: InpHmaPeriod = 20 InpColorKind = single_color InpColorIndex = color_index_3 InpMaxHistoryBars = 240 These parameters are self explanatory. The enumeration ENUM_COLOR_KIND switches between single and multi color, default is single color. In multi color, … Read more