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

The Expert Advisor places a grid of orders in both directions five minutes before the specified time (news release time). Once the orders trigger the EA trails the Stop Loss order. Ten minutes after specified time the EA deletes the untriggered pending orders.

EA Parameters:

  • news_time — news release time.
  • amount of deals — the amount of pending orders to be opened in each direction after a step.
  • step between them — the step between the orders to be opened in one direction.
  • distance from current price — the distance between the first order and the current price.
  • trail sl (in pips) — the value of the Trailing Stop of the Stop Loss order, activated after the order is opened by market.
  • take profit from order price — the value of the Take Profit order.
  • tolerance for trail — tolerance for the Stop Loss order change during trailing. Required to decrease the amount of calls to the server.
  • magic number — the unique magic number of the order grid.
  • lot size — the size of the positions to be opened.


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

ClusterBox_DayHistogramm - horizontal cross-section of the market by days ClusterBox_DayHistogramm - horizontal cross-section of the market by days

Tick volumes drawn by days as a histogram of clusters.

ClusterBox_Histogramm - horizontal cross-section of the market ClusterBox_Histogramm - horizontal cross-section of the market

Tick volumes of a specified interval drawn as histogram of clusters.

Levels with Trail Levels with Trail

The Expert Advisor trades based on the support/resistance levels set by the user, while trailing the Stop Loss order.

The function of program operation by time The function of program operation by time

The function allows the execution of the specific code in the specified time interval.