Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

Martin - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
8242
Rating:
(26)
Published:
2018.01.22 09:52
Updated:
2018.02.28 11:26
Martin 1.mq5 (38.26 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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.

Translated from Russian by MetaQuotes Ltd.
Original code: 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.