bool orderSent = false; int start() { if (!orderSent) { int ticket = OrderSend(...); if (ticket != -1) orderSent = true; } }

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
Hy
I would like to know how can we ask to introduce only one order in the EA ?