trader92:
I try to have many ordersend at same time with same price but when use for or while loops it's not work properly ! and without loop when i use ordersend function on ontick set order with every thick with different price like photo How can i do it ? How can i break EA after one time execute?( for example set 100 ordersend with same price at same time ''when i start EA' and after 100 order send break EA!) |
|
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
I try to have many ordersend at same time with same price but when use for or while loops it's not work properly ! and without loop when i use ordersend function on ontick set order with every thick with different price like photo
How can i do it ?
And other problem
How can i break EA after one time execute?(for example set 100 ordersend with same price at same time ''when i start EA' and after 100 order send break EA!)
I use break in my code but compiler say that should use break in loop !
Thanks