Source: https://fxcodebase.com/code/viewtopic.php?f=48&t=65549
Forum: 48 · Topic 65549 · 1 post(s)
Alexander.Gettinger · Sat Jan 06, 2018 2:52 pm
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).