Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 4 Expert Advisor | Daily Break Point

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.

MetaTrader Experts, Indicators, Scripts and Libraries

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.

MetaTrader Experts, Indicators, Scripts and Libraries

Recommendations:

  • Please try first on a demo account.
13821

Best MetaTrader Indicators + Profitable Expert Advisors