Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

ZeroLAG MA - indicator for MetaTrader 4

Views:
34625
Rating:
(7)
Published:
2006.10.25 16:27
Updated:
2014.04.21 14:55
ZeroLAG_MA.mq4 (2.57 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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;





Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/9984

ZeroLag MACD ZeroLag MACD

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

10 points 3 10 points 3

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

Fast Stochastic Fast Stochastic

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

ZeroLag Stochs true ZeroLag Stochs true

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