당사 팬 페이지에 가입하십시오
Martin - MetaTrader 5용 expert
- 게시자:
- Vladimir Karputov
- 조회수:
- 8590
- 평가:
- 게시됨:
- 2018.01.22 09:52
- 업데이트됨:
- 2018.02.28 11:26
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Author of the idea: Dmitriy Epshteyn, author of the mq5 code: barabashkakvn.
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
A trading system based on the Vortex Oscillator signals.
Vortex OscillatorThis version of the Vortex indicator shows the difference between the VI+ and VI- lines as a histogram oscillating around the zero line.
A trading strategy "three bars down, Stochastic up".
GreenTradeThe Expert Advisor trades based on iMA and iRSI signals. Values of iMA on four bars are compared. Indices of these bars can be optimized.