Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
5976
Note:
(26)
Publié:
2013.04.24 06:39
Mise à jour:
2023.03.29 13:42
f2a_ao.mq5 (8.36 KB) afficher
\MQL5\Include\
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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

Traduit du russe par MetaQuotes Ltd.
Code original : 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.