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:
5972
Valutazioni:
(26)
Pubblicato:
2013.04.24 06:39
Aggiornato:
2023.03.29 13:42
\MQL5\Include\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

A semaphore arrow indicator using three NavelEMA Moving Averages.

The MACD values are obtained and the moment when the MACD changes its direction is defined on the basis of two Moving Averages. If the direction of the obtained signal coincides with the direction of the trend for the third Moving Average, then a signal arrow will be formed.

As all the arrow indicators, this indicator works well on the trends, but it is absolutely useless on the flat!

This indicator was first implemented in MQL4 and published in Code Base on 05.02.2009.

The indicator uses SmoothAlgorithms.mqh library classes (must be copied to the terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Fig.1 The F2a_AO indicator

Fig.1 The F2a_AO indicator

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

NavelEMA NavelEMA

The classic EMA with the linear combination of price timeseries.

ColorRSI ColorRSI

RSI with the colored signal levels

NonLagAMA NonLagAMA

Padrão fortemente processado pelo indicador Média Móvel.

Vo Vo

The averaged volatility indicator.