당사 팬 페이지에 가입하십시오
Breakdown catcher - MetaTrader 5용 expert
- 게시자:
- Vladimir Karputov
- 조회수:
- 9491
- 평가:
- 게시됨:
- 2019.02.07 08:52
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Idea by: Scriptor
mq5 code by: barabashkakvn
The EA works with pending Buy Stop and Sell Stop orders.
Buy Stop is placed at the High price of bar #1 + "Indent", Sell Stop is placed at the Low price of bar #1 - "Indent".
Program Parameters
- Stop Loss, in pips (1.00045-1.00055=1 pips) - Stop Loss
- Take Profit, in pips (1.00045-1.00055=1 pips) - Take Profit
- Trailing Stop (min distance from price to Stop Loss, in pips - Trailing
- Trailing Step, in pips (1.00045-1.00055=1 pips) - Trailing step
- Indent, in pips (1.00045-1.00055=1 pips) - Indent from the High and Low of bar #1
- Allowable spread, in points (1.00045-1.00055=10 points) - the largest spread permitted
- Money management: Lot OR Risk - volume calculation type (fixed lot size or risk % per trade)
- The value for "Money management" - volume or percentage
- Print log
- magic number
Testing on EURUSD, M1:
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/23443
Two identical trading systems (for long and short deals) based on the ColorPEMA indicator signals that can be configured in different ways within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
Exp_ColorPEMA_Digit_Tm_PlusA trading system based on the signals of indicator ColorPEMA_Digit with the possibility to set a fixed position holding time
Indicator Murrey_Math_Lv with the levels shown as labels that can be changed in its input parameters
AutoSet SL TPAn Expert Advisor for placing Stop Loss and Take Profit.