Rejoignez notre page de fans
- Publié par:
- Nikolay Kositsin
- Vues:
- 12074
- Note:
- Publié:
- 2011.08.10 12:44
- Mise à jour:
- 2016.11.22 07:32
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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.
Traduit du russe par MetaQuotes Ltd.
Code original : 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.