Watch how to download trading robots for free
Find us on Telegram!
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_Oscillator - indicator for MetaTrader 5

Views:
6859
Rating:
(15)
Published:
2019.01.02 14:41
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Donchian Oscillator is an indicator of a ratio between the price and the Donchian channel. If the current Close price is above the Donchian channel, the indicator draws a histogram bar with a positive value equal to the distance from the price to the upper channel border. If the current Close price is below the Donchian channel, the indicator draws a histogram bar with a negative value equal to the distance from the lower channel border to the price.

It has one input parameter:

  • Period - Donchian channel calculation period

Calculation:

  • If Close > Max
    Green histogram bar equal to Close - Max
  • If Close < Min
    Red histogram bar equal to Close - Min

where:

Max, Min - the highest High and the lowest Low within the Period range

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

MTF_MA MTF_MA

The Multi-timeframe Moving Average indicator

Hoop master Hoop master

The Expert Advisor uses Buy Stop and Sell Stop pending orders. Martingale.

Multi_ATR_Bands Multi_ATR_Bands

Three ATR Bands with multiple selection

BTF_ATR BTF_ATR

The Three Bigger Time Frame ATR indicator