Hi
I have a mql4 EA so I have the source
Please how to add 1 variable, that, if true, ALL shorts become longs, and all longs, shorts?
So where it would have long, it shorts, and where it would have short, it longs.
We don't touch TP, SL, and other rules.
Thank you for your help!
Change
OP_BUY to OP_SELL
OP_SELL to OP_BUY
And change
Bid to Ask and Ask to Bid
In the OrderSend Function.
Note that if you put in TP/SL levels they will also have to be processed in reverse order.
Without code this is all we can do for you.
Thanks, I strictly did it, hope it will work.
I understand for TP SL but this is not an issue.
Will let you know in 24 hours from now :)
Thanks again!
Hi friend
I did and it doesnt work, it still long where it has to long, and short where it has to short :(
I replaced exactly like you said.
Thanks for your help.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi
I have a mql4 EA so I have the source
Please how to add 1 variable, that, if true, ALL shorts become longs, and all longs, shorts?
So where it would have long, it shorts, and where it would have short, it longs.
We don't touch TP, SL, and other rules.
Thank you for your help!