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
Vues:
3630
Note:
(9)
Publié:
2018.07.09 13:47
TAI.mq5 (9.36 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

TAI (Trend Analysis Index) is a simple trend indicator described by Adam White in the "Stocks & Commodities" magazine in August, 1992.

The indicator has four configured parameters:

  • MA Period - MA calculation period;
  • MA Method - Moving Average calculation method;
  • TAI Period - trend index calculation period;
  • Applied price - price used for calculations.

Calculation:

TAI = (MA_Max - MA_Min) / Price*Point

where:

  • MA_Max, MA_Min - the highest and the lowest MA value over TAI Period
  • MA = MA(Applied price, MA Method) - moving average with the MA Period and the MA Method calculation method
  • Price = SMA(1, Applied price) - simple moving average with the Applied price

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

Stoch_RSI Stoch_RSI

Stochastic relative strength index increases the sensitivity of RSI (Relative Strength Index), the disadvantage of which is fluctuation between boundary lines and no signals to open a position.

RIND RIND

Indicator "Range Indicator."

TII TII

Indicator Trend Intensity Index.

TCI TCI

Indicator TCI (Trading Channel Index).