Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
2924
Rating:
(11)
Published:
2018.06.18 10:30
RTR.mq5 (8.45 KB) view
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

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).