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:
4593
Note:
(5)
Publié:
2018.06.06 14:02
TriMA.mq5 (12.6 KB) afficher
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

Trailing_Stop_Level Trailing_Stop_Level

An indicator of StopLoss levels.

Simple_Support_Resistance Simple_Support_Resistance

An indicator of current support/resistance levels.

Dominant_Color Dominant_Color

An indicator of the dominant direction of closing of bars.

ILRS_MA ILRS_MA

Integral of Linear Regression Slope (ILRS MA).