Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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

T3 - indicateur pour MetaTrader 5

Publié par:
Nikolay Kositsin
Vues:
17025
Note:
(19)
Publié:
2011.08.12 12:02
Mise à jour:
2023.03.29 13:43
\MQL5\Include\
t3.mq5 (5.55 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author:

Tim Tillson

T3 indicator is proposed by Tim Tillson in 1998.

The reason of development of this new moving average was to improve the noise filter and decrease a lag, presented in most of the moving averages. The indicator is based on multiple exponential smoothing of price. Trade signals are: buy when price crossover the indicator upward and sell in case of downward crossover.

The indicator uses CT3 class of SmoothAlgorithms.mqh library, the details can be found in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

T3 Moving Average Indicator

T3 Moving Average Indicator

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

MAMA MAMA

Mesa Adaptive Moving Average (MAMA) indicator.

ZerolagStochs ZerolagStochs

Stochastic Oscillator equivalent with a minimum lag.

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.

Fibonacci retracement Fibonacci retracement

The indicator plots the Fibonacci retracement levels for a user-defined number of bars.