By the way
you need to change string in last function
if(OrderMagicNumber()==magic || OrderSymbol()==Symbol()) h++;
replace it with
if(OrderMagicNumber()==magic && OrderSymbol()==Symbol()) h++;
Yes, I can. I have one with trail sl.
hello, congratulations for the system.
I have a question: how to get around the problem of the orders that can not to change?
"Error during order modify."
thank
hello,
I have tested the ea with positive experience. But to distinguish your ea from other it would be fine if there is a comment line with "lossless-ma". And could I get the amended text also with SL und TS for more tests?
hello,
I have tested the ea with positive experience. But to distinguish your ea from other it would be fine if there is a comment line with "lossless-ma". And could I get the amended text also with SL und TS for more tests?
Great
keep good working please
following you

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Lossless MA:
The EA opens trades at the intersection of the fast and the slow MAs. It has the function of outstaying the losses.
Author: Vladimir Tkach