Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Uzman Danışmanlar

Brandy - MetaTrader 5 için Uzman Danışman

Yayınlayan:
Vladimir Karputov
Görüntülemeler:
2541
Derecelendirme:
(11)
Yayınlandı:
2018.06.16 10:03
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Idea by: Sergey.

MQL5 code by: Vladimir Karputov.

The EA uses two Moving Average indicators, those being the signals on the intersection of two MAs: Here, the slow indicator (MA "Open") is used for opening positions, and the fast one (MA "Close") is used for closing positions. The EA only operates when a new bar appears, the number of positions is not limited. Position trailing is possible.


Inputs

  • Lots - the volume of the position to be opened;
  • Stop Loss (in pips) - Stop Loss;
  • Take Profit (in pips) - Take Profit;
  • Trailing Stop (in pips) - trailing;
  • Trailing Step (in pips) - trailing step;
  • MA "Close": averaging period - MA "Close" averaging period;
  • MA "Close": horizontal shift - MA "Close" horizontal shift;
  • MA "Close": smoothing type - MA "Close" averaging type;
  • MA "Close": type of price - MA "Close" price type;
  • MA "Close": bar closing position - MA "Close" bar number, from which the closing signal is taken;
  • MA "Open": averaging period - MA "Open" averaging period;
  • MA "Open": horizontal shift - MA "Open" horizontal shift;
  • MA "Open": smoothing type - MA "Open" averaging type;
  • MA "Open": type of price - MA "Open" price type;
  • MA "Open": bar opening position - MA "Open" bar number, from which the closing signal is taken;
  • magic number - unique identifier for the EA.

Testing for several symbols on the H1 timeframe from 2018.01.01 to 2018.04.22, the default EA parameters:

Brandy

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/20548

Momentum-M15 Momentum-M15

An Expert Advisor based on two indicators: iMAs (Moving Average, MA) and iMomentum (Momentum).

FX-CHAOS_SCALP FX-CHAOS_SCALP

The FX-CHAOS_SCALP trading strategy.

Firebird v0.60 Firebird v0.60

The EA trades on the iMA (Moving Average, MA) indicator. At the same time, there is a parameter of the indicator indent from price, set in percents.

Generic_Index Generic_Index

Generic Index Indicator.