Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
3469
Valutazioni:
(11)
Pubblicato:
2018.04.18 16:31
ATRR.mq5 (8.45 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20056

SimpleZZ SimpleZZ

A simple ZigZag with an adjustable step.

SerialMA SerialMA

Dynamic Moving Average.

ChannelInd ChannelInd

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

Custom_Pattern Custom_Pattern

An indicator of custom patterns.