Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
TCI - indicateur pour MetaTrader 5
- Vues:
- 3823
- Note:
- Publié:
- 2018.07.09 13:48
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Oscillator TCI (Trading Channel Index) displays the ratio between the average daily price and the smoothed averaged value of the average daily price.
It has four configurable parameters:
- Period - calculation period;
- Average period - period of calculating the average smoothed value;
- Coefficient - coefficient (indicator price scale values scaling);
- Applied price - price used for calculations.
Calculation:
TCI = EMA(B2, Average period)
where:
B2 = (Applied price - MA1) / (Coeff * MA2) MA2 = EMA(B1, Period) B1 = Abs(Applied price - MA1) MA1 = EMA(Applied price, Period)
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21114
Vortex
Trend-following indicator Vortex.
Vortex_DifferenceIndicator to show the difference of the Vortex indicator lines.