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
I think your loop got some bugs .
Try this one .
First thing first,
In your original integrated solution, declare all variables outside For loop and then see if it works??
Also, it's a good practice to Take OrdersTotal() value in a variable and use that variable in For loop as Orders count can change as you are doing some operations(placing new orders, closing existing one's) within For loop.
Thanks.
I think your loop got some bugs .
Try this one .
First thing first,
In your original integrated solution, declare all variables outside For loop and then see if it works??
Also, it's a good practice to Take OrdersTotal() value in a variable and use that variable in For loop as Orders count can change as you are doing some operations(placing new orders, closing existing one's) within For loop.
Thanks.
Now this way it open:
1 x 0.01
1 x 0.02
2 x 0.04
4 x 0.08
8 x 0.16
...