Indicators: Stochastic extended - floating levels

 

Stochastic extended - floating levels:

Stochastic extended - floating levels

Stochastic extended - floating levels

Author: Mladen Rakic 

Stochastic extended - floating levels
Stochastic extended - floating levels
  • www.mql5.com
The built in stochastic allows the usage of only two price combinations. The "extended" version already included all the rest of the prices. This version is further extending the indicator : it is adding "floating levels". Instead of using some fixed levels as a criteria for over-bought and oversold, now the indicator calculates "floating...
 

I like the way you reuse code. I want to humbly suggest something learned from Heikin Ashi:

case pr_openclose:    _price = _priceh = _pricel = (open[i]+close[i])/2.0;                               break; 
But there should be a change at price enum as well.
 

Version for metatrader 4?


Thank you.