tomplank:
Hello,
1. is it possible that there is a BUG in the OrderSend()-Function?
For few weeks the OrderSend() doens't work correct. When I have a SL in my OrderSend(), the EA doesn't open the order, but when I set SL to 0, then he opens a order and I have to modify the order with OrderModify().
Why?
1. possible but very, very unlikely . . .
Read this: ECN Brokers & OrderSend()
- Not adjusting for 5 digit brokers SLIPPAGE, and SL
- Not adjusting for ECN brokers
- Not testing your return codes to find out why

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,
is it possible that there is a BUG in the OrderSend()-Function?
For few weeks the OrderSend() doens't work correct. When I have a SL in my OrderSend(), the EA doesn't open the order, but when I set SL to 0, then he opens a order and I have to modify the order with OrderModify().
Why?