Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Görüntülemeler:
6062
Derecelendirme:
(26)
Yayınlandı:
2013.04.24 06:39
Güncellendi:
2023.03.29 13:42
\MQL5\Include\
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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.