converting string to uLong
samaremad: please help me to convert string variable to uLong Variable
Perhaps you should read the manual. StringToInteger - Conversion Functions - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
How To Ask Questions The Smart Way. (2004)
How To Interpret Answers.
RTFM and STFW: How To Tell You've Seriously Screwed Up.

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 everyone,
please help me to convert string variable to uLong Variable
i save the ticket number of the opened buy trade as a string in the database
and i want to retrieve it in function in the expert to close that position
how can i close that position without using trade.positionClose(symbol)