Hello Aharon,
Thanks for sharing. Can't trade the EA as there is an 'error' message in the experts folder. Please chk. & advise.
For me, this is the code that breaks:
int ratio=(int)MathRound(volume/volume_step); if(MathAbs(ratio*volume_step-volume)>0.0000001) { Print("Volume is not a multiple of the minimal step SYMBOL_VOLUME_STEP=%.2f, the closest correct volume is %.2f", volume_step,ratio*volume_step); return(false); }
Commenting out this code allows the expert adviser to work smoothly until ..... you go .. lolx. You get the drift.
Anyway, I have put 4 stars for the author who has put in such a great effort to this code. It looks promising at first, and can be further improved though to get 5 stars.Fixed.
Hello
The problem was fixed.
I'm sorry to disappoint you. I did not write that code
This block is ready in advance and copied it from here:

- www.mql5.com
Hello Aharon, Does your EA run on 1D time flame?
Aharon Tzadik:
Yes.
How sir? we need to set time-set or just put on 1D time flame? but when i test on 1D and 1H it the same position.
How sir? we need to set time-set or just put on 1D time flame? but when i test on 1D and 1H it the same position.
If you want to work with 1D time frame you need to attach the EA to 1D chart, the positions of 1D chart and 1H are not always the same it is just a coincidence.
I see this is always starting with Buy order?
if the market is going done it is not good strategy
if market is in uptrend it makes profit otherwise not

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Demarker Martingale:
This Martingale EA trades with "Demarker" indicator, it is considered relatively safe because it takes a single trade at a time.
Author: Aharon Tzadik