
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
The Dealer assigns ticket numbers, not you.
If you want to know a ticket number, you have two ways to find it:
1. ticket = OrderSend(..., ..., ..., ...); Remember a ticket number when an order is opened.
2. OrderSelect( indexNumber, SEL_BY_POSITION, MODE_TRADES or MODE_HISTORY)
ticket = OrderTicket(); -- the selected ticket number is returned.
Using this method usually requires additional queries to determine you have selected the ticket that you are interested in.