거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
게시자:
Vladimir Karputov
조회수:
8383
평가:
(26)
게시됨:
2018.01.22 09:52
업데이트됨:
2018.02.28 11:26
Martin 1.mq5 (38.26 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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.