無料でロボットをダウンロードする方法を見る
Twitter上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
インディケータ

DS Stochastic - MetaTrader 4のためのインディケータ

ビュー:
23623
評価:
(9)
パブリッシュ済み:
2006.10.27 16:06
アップデート済み:
2014.04.21 14:55
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

The Indicator DS_Stochastic presents an original Stochastic Oscillator (Stoch), in which aplying EMA smoothing.

The Indicator Fast Stochastic is removed on graph in the manner of two lines %K and %D.

The Formula of the calculation of the indicator Fast Stochastic is following:

DIF1(i) = EMA(Close(i) - MaxHigh(N), S);

DIF2(i) = EMA(MaxHigh(N) - MinLow(N), S);

%K(i) = 100*DIF1(i) / DIF2(i);

%D(i) = 100*EMA(DIF1(i), P) / EMA(DIF2(i), P);

where:
Close(i) - a price of the closing of the current bar;
MaxHigh(N) - maximum High for N previous period;
MinLow(N) - minimum Low for N previous period;
EMA - exponential moving average;
N - a length of the range of the calculation High/Low;
S - a period of the smoothing for %K(i);
P - a period of the smoothing for %D(i).




MetaQuotes Ltdによってロシア語から翻訳されました。
元のコード: https://www.mql5.com/ru/code/10054

ZeroLag Stochs true ZeroLag Stochs true

The Indicator ZeroLag Stochs_true is an George C. Lane’s indicator Stochastic Oscillator (Stoch) with zero delay.

Fast Stochastic Fast Stochastic

The Indicator Fast Stochastic is a kind of George C. Lane’s stochastic oscillator.

ZeroLagEA-AIP v0.0.4 ZeroLagEA-AIP v0.0.4

The Expert Adviser ZeroLagEA-AIP v0.0.4 uses for calculation of the signal indicator ZeroLag MACD, which is an indicator Moving Average Convergence/Divergence, MACD with zero delay.

Signal to noise filter Signal to noise filter

The purpose of this indicator is to identify market fases that have too small amplitudes. These fases are useless even for systems designed for trading ranges markets. When the green line is BELOW the gray line - DON'T trade.