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

Martin - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
8257
Valutazioni:
(26)
Pubblicato:
2018.01.22 09:52
Aggiornato:
2018.02.28 11:26
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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.

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