Questions from Beginners MQL4 MT4 MetaTrader 4 - page 245
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
Catch for the robot
You can also put it in a script
Catch for the robot
You can also put it in a script
like this
Good afternoon. Could you please tell me how to record a Ticket(its unique number) in an array when an order is opened for future use. mql4
OrderSend in 4 returns the ticket you want, that's when you open the order and write it down. And in 5 it returns the result of the operation, false or true. And there it should be additionally requested.
OrderSend in 4 returns the ticket you want, that's when you open the order and write it down. And in 5 it returns the result of the operation, false or true. And you have to request it additionally there.
Can you give me an example of some code?)
can I have a bit of code as an example?)