Will404:
Hi,
I'm having trouble with the following code:
The Prints return empty when there are Pending Orders placed. I don't know what I'm doing wrong.
Could someone help me?
Have you read the documentation ? OrderSelect() takes a ticket number as parameter. 0 is not a valid ticket number.
Will404:
Hi,
I'm having trouble with the following code:
The Prints return empty when there are Pending Orders placed. I don't know what I'm doing wrong.
Could someone help me?
Found the problem.. the input for OrderSelect() is the ticket and not the index number... I just had to change it for OrderGetTicket(0);
angevoyageur:
Also, I'm 4 min late to your reply.. Thanks for the input anyways! :)
Have you read the documentation ? OrderSelect() takes a ticket number as parameter. 0 is not a valid ticket number.
Will404:
Also, I'm 4 min late to your reply.. Thanks for the input anyways! :)
Don't worry, you found it yourself which is even better.
Also, I'm 4 min late to your reply.. Thanks for the input anyways! :)

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
Hi,
I'm having trouble with the following code:
The Prints return empty when there are Pending Orders placed. I don't know what I'm doing wrong.
Could someone help me?