Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 3979
- Rating:
- Published:
- 2018.04.18 16:31
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20056

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

An indicator of custom patterns.