yes

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
dear every one,
I would lik to put all the existing orders in a double array
in the begeening of the program.
there is no more than 10 orders total.
array tab[10][ticket,open_value,lot];
for exemple the ticket of order N4
will be:
tab[4][ticket]
is it possible to do this?
thanks in advance