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:
3473
Note:
(11)
Publié:
2018.04.18 16:31
ATRR.mq5 (8.45 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The indicator displays the ratio of two ATRs with different periods.

It is calculated by the following formula:

ATRR = (ATR1/ATR2)*100

It has two parameters:

  • ATR1 Period - ATR1 calculation period;
  • ATR2 Period - ATR2 calculation period.

Fig.1 ATRR with the periods of 10 and 20

Fig.2 ATRR with the periods of 10 and 20, and the standard ATR with the period of 20

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

SimpleZZ SimpleZZ

A simple ZigZag with an adjustable step.

SerialMA SerialMA

Dynamic Moving Average.

ChannelInd ChannelInd

The indicator displays on the chart the previous trading day's channel.

Custom_Pattern Custom_Pattern

An indicator of custom patterns.