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
Indicateurs

MAMA - indicateur pour MetaTrader 5

Publié par:
Nikolay Kositsin
Vues:
11070
Note:
(27)
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.

MAMA

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/400

ZerolagStochs ZerolagStochs

Stochastic Oscillator equivalent with a minimum lag.

Arrows&Curves Arrows&Curves

Arrows&Curves shows signals to open and close positions.

T3 T3

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

Module of Trade Signals, Based on T3 Indicator Module of Trade Signals, Based on T3 Indicator

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.