Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

Brandy - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
2511
Note:
(11)
Publié:
2018.06.16 10:03
Brandy.mq5 (41.46 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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

Traduit du russe par MetaQuotes Ltd.
Code original : 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.