Source: https://fxcodebase.com/code/viewtopic.php?f=17&t=13890
Forum: 17 · Topic 13890 · 2 post(s)
Alexander.Gettinger · Thu Feb 23, 2012 10:19 am
This oscillator is similar to stochastic.
Formulas: MA_St[i]=100*(Price[i]-MA[i])/Range, where Range=Max-Min, Max, Min are a maximum and minimum values (Price-MA) from (i-Period) to (i).
Download:
For this oscillator must be installed Averages indicator (viewtopic.php?f=17&t=2430).
The indicator was revised and updated
Apprentice · Mon Mar 27, 2017 3:55 pm
Indicator was revised and updated.