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.
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);
Have you read the documentation ? OrderSelect() takes a ticket number as parameter. 0 is not a valid ticket number.
Also, I'm 4 min late to your reply.. Thanks for the input anyways! :)
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
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?