Indicator StochasticOnChart
The description:
The indicator to display on chart an indicator Stochastic. Its display only values for bars that visible in window of chart at current time, and it redraw after each a new tick. If you scroll chart then wait for new tick and the indicator display values for current part of chart.
Parameters:
AttachToPrice = define interval of price on that to attach values of Stochastic: true = attach lines of Stochastic to High and Low prices in window of chart; false = attach lines of Stochastic to Upper and Lower borders of chart.
Stochastic_Kperiod = %K line period.
Stochastic_Dperiod = %D line period.
Stochastic_Slowing = slowing value.
Stochastic_Method =method of MA. Possible values: 0 = Simple, 1 = Exponential, 2 = Smoothed, 3 = Weighted.
Stochastic_PriceField = price field parameter. Can be one of this values: 0 = Low/High or 1 = Close/Close.
Level_X_Value = value for horizontal level of indicator. Value "-1" mean that don't draw level.
The status: Free-of-charge, it is possible to download the source-file.
Platform: MetaTrader 4.
Frequently asked questions:
How I can run a indicator ?
How I can determine that there was a error at execution of the indicator ?
How I can change parameters of the indicator ?
|