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:
2957
Note:
(11)
Publié:
2018.06.18 10:30
RTR.mq5 (8.45 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Oscillator RTR (Range To Range) shows the ratio of two ATRs, a fast one and a slow one.

It has two input parameters:

  • Fast ATR Period - fast ATR period;
  • Slow ATR Period - slow ATR period.

Calculations:

RTR = 100 * ATR(Fast ATR Period) / ATR(Slow ATR Period)

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

ASCtrend_NRTR ASCtrend_NRTR

Indicator ASCtrend with the NRTR line of possible stop order locations.

ReverseMinMax ReverseMinMax

The indicator of the lowest tops and the highest bottoms.

Sidus_V1_Cloud Sidus_V1_Cloud

Channel indicator

TVI TVI

TVI (Trade Volume Index).