Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 3364
- Rating:
- Published:
- 2018.06.18 10:30
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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)
Translated from Russian by MetaQuotes Ltd.
Original code: 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.