
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
Yes. I understand.
I do not understand what the CloseDOT is.
hi,
ok here look
calcCloseDOTBars = 0 invisible one DOTS every Tick comming
calcCloseDOTBars = 1 visible DOTS only complete bars
ok i have rename idea
calcCloseDOTBars rename to OnlyExitOnFullBars = true;
CalBackBar rename to OnlyEnterOnFullBars = true;
is this OK ?
look at the values of the previous bar (recently completed bar)
Ok. Now I understand:
calcCloseDOTBars is OnlyExitOnFullBars
CalBackBar is OnlyEnterOnFullBars.
hello,
what do I have to put? :confused:
I am tasting 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.
Same settings as yours but on h1 charts...let's compare statements later this week.
Sada
I stoped testing this EA already because of some bugs.
I posted everything in this thread https://www.mql5.com/en/forum/172979
including full explanation of the bugs and some suggestion for the next versions.
It is very interesting will you have the same bugs with me on H1 timeframe?
I stoped testing this EA already because of some bugs.
I posted everything in this thread https://www.mql5.com/en/forum/172979
including full explanation of the bugs and some suggestion for the next versions.
It is very interesting will you have the same bugs with me on H1 timeframe?My settings for h1 - on 4 major pairs:
OnlyenterOnFullbars=true
OnlyExitOnfullbars=false
useCloseTradeRules=false
The first time the EA entered the trade was perfect timing (after the first full bar finished and the start of the second) but unfortunately the exit didn't work.
As I input false on OnlyExitOnfullBars, I thought it was suppose to exit the trade when the opposite signal DOT appears without waiting for the 1st full bar to finish? (in H1 chart, waiting to exit at the first full bar finish can have a lot of effects to pip gain)
There is a lot of potential in this EA for this setting. Only entering a trade after the full bar and exit without waiting for the full bar to finish. And re-entering again on the opposite signal after the full bar etc etc etc
I hope the bugs are fixed...I would be eternally grateful