Join our fan page
- Published by:
- Nikolay Kositsin
- Views:
- 12075
- Rating:
- Published:
- 2011.08.10 12:44
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Real author:
John Ehlers
The indicator is a moving average based on the EMA algorithm and adapted to a financial instrument current volatility.
The indicator consists of two averages - fast MAMA (green line) and slow FAMA (red line). Crossover of the averages provide signals for market entries and exits.
Two variants of the indicator are presented here: MAMA.mq5 and MAMA_Optim.mq5. Their only difference is that the second one is more optimized for computer resources saving and more preferable for using in Expert Advisors, while the first one has more clear code.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/400

Stochastic Oscillator equivalent with a minimum lag.

Arrows&Curves shows signals to open and close positions.

T3 Moving Average is based on multiple exponential smoothing of price.

The downward crossover of T3 moving average is a signal to open a long position, the upward crossover of T3 moving average is a signal to open short position.