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
Indicators

Donchian Channel - indicator for MetaTrader 5

Views:
8746
Rating:
(20)
Published:
2018.03.01 11:29
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Donchian Channel.

The indicator has two input parameters:

  • Period - calculation period;
  • Mode of calculation - calculation price: High/Low, or Close.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/19793

Indicator showing the day open price Indicator showing the day open price

The indicator draws the opening price of the day. It works on timeframes up to H1.

The volume based ATR indicator The volume based ATR indicator

The indicator calculates the ATR value based on the minimum price differences of the current and previous day, taking into account the volume of the current day.

Channel at a percentage value of level breakout Channel at a percentage value of level breakout

The indicator draws a channel based on the value of the breakout of channel levels.

Dynamic Moving Average Dynamic Moving Average

Dynamic Moving Average.