Source: https://fxcodebase.com/code/viewtopic.php?f=17&t=34062
Forum: 17 · Topic 34062 · 2 post(s)
Alexander.Gettinger · Wed Apr 03, 2013 2:46 pm
This indicator is a ported MQL5 indicators from http://www.mql5.com/en/code/1585
Formulas: TrendStrength = MaxStepsMA0 - res, where MA0 - moving average with Period, res = sum of MA(Period), MA(Period+Step), MA(Period+2Step), …, MA(Period+MaxSteps*Step).
Download:
For this indicator must be installed Averages indicator (viewtopic.php?f=17&t=2430).
The indicator was revised and updated
Apprentice · Tue May 09, 2017 5:57 am
Indicator was revised and updated.