Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
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

Brandy - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
2539
Valutazioni:
(11)
Pubblicato:
2018.06.16 10:03
Brandy.mq5 (41.46 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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

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