無料でロボットをダウンロードする方法を見る
Twitter上で私たちを見つけてください。
私たちのファンページに参加してください
私たちのファンページに参加してください
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
- ビュー:
- 36446
- 評価:
- パブリッシュ済み:
- 2006.10.25 16:27
- アップデート済み:
- 2014.04.21 14:55
-
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動
The Indicator ZeroLAG MA is a moving average with zero delay. The Indicator ZeroLAG MA was described in journal Technical Analysis of Stocks and Commodities, April, 2000 for the first time.
ZeroLAG MA calculates on formula:
ZeroLAG MA(i) = 2*MA(Price, P1, i) - MA(MA(Price, P1, i), P2, i);
where:
MA - moving average;
Price - an aplyed price;
P1 - a period of the moving average under the first smoothing;
P2 - a period of the moving average under the second smoothing;

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

The Indicator ZeroLag MACD is an indicator Moving Average Convergence/Divergence, MACD with zero delay.

The Expert Adviser 10 points 3 uses the histogram of the standard indicator Moving Average Convergence/Divergence, MACD.

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

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