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

Martin - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
8217
Note:
(26)
Publié:
2018.01.22 09:52
Mise à jour:
2018.02.28 11:26
Martin 1.mq5 (38.26 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Author of the idea: Dmitriy Epshteyn, author of the mq5 code: barabashkakvn.

Warning! High risks!

A trading system based on the Martingale technique. Opening of new positions can be limited in time, but the EA always controls position closing based on the total profit, without limitations on working hours.


Input Parameters

  • Use time - enable/disable the trading time filter;
  • Start hour - operation start hour;
  • End hour - operation end hour;
  • Lot multiplier - lot increase ratio;
  • Number of multiplications - the number of consecutive lot increases;
  • Start position - the type of the starting position (Buy or Sell);
  • Minimum profit for close all - minimum profit, at which all positions will be closed;
  • Lots - starting lot;
  • Stop Loss (in pips) - Stop Loss value;
  • Take Profit (in pips) - Take Profit value;
  • magic number - Expert Advisor identifier.

When applying the martingale system, it would be a good practice to withdraw money from the trading account from time to time. It even allows obtaining a considerable profit before the EA loses all money.

Parameters need to be optimized for each symbol and each timeframe.

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/19464

Vortex Oscillator System Vortex Oscillator System

A trading system based on the Vortex Oscillator signals.

Vortex Oscillator Vortex Oscillator

This version of the Vortex indicator shows the difference between the VI+ and VI- lines as a histogram oscillating around the zero line.

Billy expert Billy expert

A trading strategy "three bars down, Stochastic up".

GreenTrade GreenTrade

The Expert Advisor trades based on iMA and iRSI signals. Values of iMA on four bars are compared. Indices of these bars can be optimized.