Source: https://fxcodebase.com/code/viewtopic.php?f=17&t=59048
Forum: 17 · Topic 59048 · 6 post(s)
Alexander.Gettinger · Tue Aug 13, 2013 8:28 am
This indicator is a ported MQL5 indicator from http://www.mql5.com/en/code/1784.
Formulas: High[i] = Max(X_H, Open[i-1], Close[i-1]), Low[i] = Min(X_L, Open[i-1], Close[i-1]), Open[i] = (Open[i-1]+Close[i-1])/2, Close[i] = (X_O+X_H+X_L+X_C)/4, where X_O = 2MA(Open, Period/2)-MA(Open, Period), X_H = 2MA(High, Period/2)-MA(High, Period), X_L = 2MA(Low, Period/2)-MA(Low, Period), X_C = 2MA(Close, Period/2)-MA(Close, Period).
Download:
For this indicator must be installed Averages indicator (viewtopic.php?f=17&t=2430).
Apprentice · Sun Jun 04, 2017 5:43 am
The indicator was revised and updated.
Recursive Trendline · Wed Aug 16, 2017 10:19 am
Hi Apprentice,
Need a hull candle alert similar to Heikin Ashi Alert here: viewtopic.php?f=17&t=18230&hilit=heikin+ashi+alert
Up and Down arrows on live/end of turn.
Regards, Recursive
Apprentice · Thu Aug 17, 2017 5:33 am
Hull_Candles with Alert.lua added.
Recursive Trendline · Thu Aug 17, 2017 9:23 am
Thanks a lot Apprentice
Apprentice · Wed Sep 12, 2018 6:06 am
The indicator was revised and updated.