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

The EA trades on the breakout or the retreat from the support/resistance lines. The lines are set manually by the trader using the "Trend line" object on the toolbar.

When the price moves towards the profit the EA trails the Stop Loss order.

Two trade modes are available:

  • Retreat from the line. In this case, the buy order is placed by the "up" arrow once the price touches the support level (when the bar opening price is above the line). The sell order is placed by the "down" arrow once the price touches the resistance level (the bar opening price is below the line).
  • The breakout of the line. Buy and sell are placed by the ↕ arrow once the line crosses the resistance and the support levels, respectively.

For ease of visual perception, the line colors are set according to the slope angle, as well as zero thickness in case incompatible trade directions relative to it are set. In that case the line is considered to be disabled, and trading based on it is not performed. A reduction to the horizontal is provided once the trader moves the second plot point of the horizontal line to the left of the first plot point, in order to simplify its placement.

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

Simple News Simple News

The Expert Advisor places a grid of pending orders in both directions several minutes before the specified time and trails the Stop Loss order after the orders trigger.

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.

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.

High, Low and Close of the previous day, week or month High, Low and Close of the previous day, week or month

The indicator shows the High, Close and Low of the previous day, week or month with time shift.