Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
I understand about the trading on 1 bar.
It is CalBackBar. It means that the EA will open the order on the signal which was 1 bar ago (the signal to open was 1 bar ago). We will study it I think on the mql4 training courses.
But Alex added some new parameter: calcCloseDOTBars
it may be 0 or 1. And I do not understand this calcCloseDOTBars.
I am testing using two copies of MT4 using:
- OnlyEnterOnFullBars true;
- OnlyExitOnFullBars false;
- useClose.Trade.Rules true.
Timeframe m15 for the 4 main pairs. Demo alpari.
An other EA is testing with the following settings:
- OnlyEnterOnFullBars true;
- OnlyExitOnFullBars false
- useClose.Trade.Rules false.
Timeframe m15 for the 4 main pairs. Demo neurex.
Last edited by newdigital; 10-24-2005 at 10:39 AM.