Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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:
6451
Note:
(15)
Publié:
2018.03.01 11:34
ZScore.mq5 (9.28 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Standard score (z-score) is the number of standard deviations by which the observed or measured value differs from its mean value.

Thus, the indicator displays the value of price deviation from its average value, represented by a simple moving average with a specified period and calculation price.

The indicator has two input parameters:

  • Period of calculation - calculation period;
  • Applied price - price used for calculations.

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

RSI on the Price Chart RSI on the Price Chart

Standard RSI on the price chart.

VAMA based Alligator VAMA based Alligator

An Alligator based on the VAMA indicator.

AccurateTimer AccurateTimer

Increased accuracy of the standard timer.

Custom Moving Average Input Color Custom Moving Average Input Color

A modification of the "Custom Moving Average" indicator: now the line color can be passed in input parameters.