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

Description:

Every day at time, specified in TimeSet variable, it places pending orders.

After execution of pending order, the other order removed.

The Buy Stop pending order is placed at the price, equal to High of the previous day + Delta (points) with Stop Loss and Take Profit levels, specified in SL and TP input variables.
The Sell Stop pending order is placed at the price, equal to Low of the previous day - Delta (points) with Stop Loss and Take Profit levels, specified in SL and TP input variables.




Input variables:

  • TimeSet = "07:32"; // Order place time, if TimeSet = "00:00", the EA works on the breakdown of the previous day.
  • Delta - Price shift (in points)
  • SL - Stoploss (in points)
  • TP - Takeprofit (in points)
  • risk - If 0 is a fixed lot
  • NoLoss - If 0 then there is "zero" setting
  • trailing - If 0 then there is no trailing
  • Lot - used only when risk = 0
  • Expose OpenStop-stop orders at the open order



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

VisualTrader-SimulatorEdtion VisualTrader-SimulatorEdtion

Use the tester as Simulator

Programmatic modification of Tester "From:" and "To:" fields with user32.dll Programmatic modification of Tester "From:" and "To:" fields with user32.dll

This script uses the Windows API to modify the "From:" and "To:" fields within the strategy tester according to user input. For this script the strategy tester should already be open. Tested on Windows 7 64 bit. If you are using another version of win

BBSqueeze Dark Indicator BBSqueeze Dark Indicator

Indicator shows buy and sell regions based on combination of Bollinger bands and Keltner channels.

Power Wave Oscillator Power Wave Oscillator

Power Wave Oscillator.