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

Daily Break Point - MetaTrader 4용 expert

조회수:
32297
평가:
(30)
게시됨:
2015.09.14 10:23
업데이트됨:
2016.11.22 07:32
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This good an H1 timeframe. This EA will execute at the new bar if the last bar has broken through the point that we set.

Breaking calculation is indicated by first bar of open day position with BreakPoint value that set in parameters.

Strategy conditions are:

  • SELL if previous bar look bearish and break the number of BreakPoint parameter.
  • BUY if previous bar look bullish and break the number of BreakPoint parameter.
  • Averaging.
  • Trailing.


Parameters

Parameters description:

  • BreakPoint — distance in points to break.
  • MinSizePrevBarForBreak — order will be executed if size (iOpen & iClose) of previous bar has minimum size 5.
  • MaxSizePrevBarForBreak — order will be executed if size (iOpen & iClose) of previous bar is not greater than this parameter.
  • MaxOrderAtOnceTime — if we set the value by "2", then two order positions will open on every break point.

Example of BUY when break point.

When we set BreakPoint to 20 and open day position is 0.6924, the BUY position should open if the last bar breaks through [Open Day Point + BreakPoint] which equals 0.6944. Check the screenshot below.

Break Point Example

Recommendations:

  • Please try first on a demo account.
Volatility Step Channel Volatility Step Channel

This indicator shows Step Channel based on volatility.

Close All Orders by Current Symbol Close All Orders by Current Symbol

This EA will show the button that can used to close all orders by the current chart symbol.

Master Tools Master Tools

Money Management / Pivot / Daily Open / Support-Resistance / Grid / Information of all kind / Tendency indicator.

CCI on Step Channel CCI on Step Channel

This version of CCI indicator uses median line of the Step Channel indicator.