Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 5255
- Note:
- Publié:
- 2018.06.06 14:02
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Triangular Moving Average.
Calculation:
TriMA[i] = (MVA(i,N) + MVA(i-1,N) + … + MVA(i-N+1,N))/N
where
MVA(i,N) – a simple moving average (SMA), N=(Period+1)/2
The indicator has two input parameters:
- Period - period;
- Applied price - price used for calculations.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20437

An indicator of StopLoss levels.

An indicator of current support/resistance levels.

An indicator of the dominant direction of closing of bars.

Integral of Linear Regression Slope (ILRS MA).