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:
- 3464
- Note:
- Publié:
- 2018.06.18 10:30
-
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

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

The indicator of the lowest tops and the highest bottoms.