거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Breakdown catcher - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
9229
평가:
(24)
게시됨:
2019.02.07 08:52
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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:

Breakdown catcher

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/23443

Exp_ColorPEMA_Digit_Tm_Plus_MMRec_Duplex Exp_ColorPEMA_Digit_Tm_Plus_MMRec_Duplex

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_Plus Exp_ColorPEMA_Digit_Tm_Plus

A trading system based on the signals of indicator ColorPEMA_Digit with the possibility to set a fixed position holding time

Murrey_Math_Lv_Arr Murrey_Math_Lv_Arr

Indicator Murrey_Math_Lv with the levels shown as labels that can be changed in its input parameters

AutoSet SL TP AutoSet SL TP

An Expert Advisor for placing Stop Loss and Take Profit.