Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
3848
Valutazioni:
(19)
Pubblicato:
2015.07.02 15:06
Aggiornato:
2023.03.29 13:45
\MQL5\Include\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Real author:

MetaQuotes

The ZeroLAG MA indicator is a Moving Average with zero lag. This indicator was introduced in Technical Analysis of Stocks and Commodities magazine, April 2000.

Formula:

ZeroLAG MA(i) = 2*MA(Price, P1, i) - MA(MA( Price, P1, i), P2, i)

where:

  • MA — Moving Average;
  • Price — applied price;
  • P1 — period of Moving Average for first smoothing;
  • P2 — period of Moving Average for second smoothing.

Indicator uses the СMoving_Average class of the SmoothAlgorithms.mqh library. Working with that class was described in details in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Originally this indicator has been written in MQL4 and was first published in the Code Base on 25.10.2006.

Fig.1. The ColorZeroLAG_MA indicator

Fig.1. The ColorZeroLAG_MA indicator

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/13175

CoppockHist_HTF CoppockHist_HTF

The CoppockHist indicator with the timeframe selection option available in the input parameters.

CoppockHist CoppockHist

Colored histogram based on a famous indicator by Edward Coppock.

ColorZeroLAG_MA_HTF ColorZeroLAG_MA_HTF

The ColorZeroLAG_MA indicator with the timeframe selection option available in the input parameters.

WRB WRB

The indicator determines and marks WRB (Wide Range Bars or Wide Range Bodies).