
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello Newdigital,
indeed not, can you explain it simply please to me.
I do not know.
Really. :confused:
I know what the 0 or 1 bar is.
But Alex added something new.
We need to ask him.
at the time me my first consersation with him, it said to me:
H1 you make 0 and little M15..... make 1
and an other post : CalBackBar = 1 live and backtest !!
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.
sorry my english is not good
calcCloseDOTBars =0 // calc every tick
calcCloseDOTBars = 1 // calc complete BAR
and
CalBackBar = 1 // calc complete BAR
CalBackBar = 0 // calc every tick
understand ?
Well. Alex posted the updated version Brainwashing #1a.mq4 and I will test it.
Thanks Alex.
But this EA did not open gbpusd now.
The bug!
Thus conclusions with alpari with the settings:
- OnlyEnterOnFullBars true;
- OnlyExitOnFullBars false;
- useClose.Trade.Rules true.
The EA is open the order sometimes.
It means OnlyEnterOnFullBars is not working all the time. Sometimes only.
Bug!
Now - conclusion with the settings:
- OnlyEnterOnFullBars true;
- OnlyExitOnFullBars false
- useClose.Trade.Rules false.
Exit is working.
But the same bug to enter:
OnlyEnterOnFullBars is working not all the time. Sometimes.
We arrive at general conclusion.
- useClose.Trade.Rules works. No problem with it.
- OnlyExitOnFullBars and exit works. No problem as well.
- OnlyEnterOnFullBars and enter is not working sometimes. Bug.
- it is necessary to avoid the trading in afloat market to avoid the losses.
Necessary to use some filter indicator.