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
Sistemi Esperti

Donchain counter - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
5358
Valutazioni:
(17)
Pubblicato:
2018.06.06 14:22
\MQL5\Indicators\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.