Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 4077
- Rating:
- Published:
- 2018.10.25 15:34
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Bar Based Stochastic indicator is a modified stochastic.
There are seven configurable parameters:
- %K period - stochastic K line period
- %D period - stochastic D line period
- Slowing - slowing
- %K method - stochastic K line calculation method
- %D method - stochastic %D line calculation method
- Overbought - overbought level
- Oversold - oversold level
Calculation:
K = MA(FastK, Slowing, %K method) D = MA(K, %D period, %D method)
where:
FastK = 100.0 * mins/maxes mins = Close - minLow maxes = maxHigh - minLow minLow, maxHigh - low and high prices in the %K period range
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22076

Bar Based Stochastic indicator with histogram

Better Bollinger Band indicator

The trading system based on XDeMarker_Histogram_Vol indicator signals

The indicator measures money on a chart.