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

True_Strength_Index - indicateur pour MetaTrader 5

Vues:
8571
Note:
(12)
Publié:
2018.12.28 13:00
Mise à jour:
2019.01.17 11:29
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

True Strength Index oscillator.

It has four adjustable parameters:

  • First smoothing period - primary smoothing period
  • Second smoothing period - secondary smoothing period
  • Overbought - overbought level
  • Oversold - oversold level

Calculations:

TSI = 100.0 * UDM2 / ADM2

where:

UDM2 = EMA(UDM1, Second smoothing period)
ADM2 = EMA(ADM1, Second smoothing period)

UDM1 = EMA(UDM, First smoothing period)
ADM1 = EMA(ADM, First smoothing period)

UDM = Close - PrevClose
ADM = ABS(UDM)


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

Shadow_True_Strength_Index Shadow_True_Strength_Index

Shadow True Strength Index

Lot Check Lot Check

This is a utility for rounding the lot size correctly

Par_MA_Bands Par_MA_Bands

Parabolic MA with Bands indicator

Par_MA Par_MA

Indicator Parabolic Moving Average