Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

Daily Break Point - sistema esperto per MetaTrader 4

Visualizzazioni:
32059
Valutazioni:
(30)
Pubblicato:
2015.09.14 10:23
Aggiornato:
2016.11.22 07:32
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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.