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
Experts

Donchain counter - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
5335
Rating:
(17)
Published:
2018.06.06 14:22
\MQL5\Indicators\
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The author of the idea: Scriptor.

The MQL5 code author: Vladimir Karputov.

The Expert Advisor uses the Donchian Channel indicator. Limitations: no more than one position can exist in the market, the next position can be opened not earlier than in 24 hours.

Donchian Channel indicator values are used as signals for opening a position and applying the trailing stop function.

An example of a BUY signal: if the upper buffer of the indicator on the first bar is greater than that on the second bar, open BUY:

Donchain counter signal BUY

The lower indicator buffer is analyzed for SELL signals: if the lower buffer of the indicator on the first bar is less than on the second one, it is a signal to open SELL.


Input Values

  • Lots - the size of the position to open;
  • Donchian Channel: averaging period - indicator parameter;
  • Donchian Channel: Time frame - indicator parameter;
  • Magic number of the strategy - the unique ID number for the Expert Advisor.

Testing results on EURUSD (with default settings):

Donchain counter EURUSD H1

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

ILRS_MA ILRS_MA

Integral of Linear Regression Slope (ILRS MA).

Dominant_Color Dominant_Color

An indicator of the dominant direction of closing of bars.

Important_Extremums Important_Extremums

An indicator of important extremums.

JSmooth_MA JSmooth_MA

A Moving Average with the smoothing type by Mark Jurik.