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
Views:
5923
Rating:
(26)
Published:
2013.04.24 06:39
Updated:
2023.03.29 13:42
f2a_ao.mq5 (8.36 KB) view
\MQL5\Include\
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Translated from Russian by MetaQuotes Ltd.
Original code: 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.