can anyone help me? I create a script which Automatic order, but when I use it, why it create two orders?
byreed: why create two orders,I only need one order.
Because you have called "OrderSend" twice:
OrderSend(request,result); if(!OrderSend(request,result))

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
why create two orders,I only need one order.