
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
Requirements and Limitations in Making Trades - Appendixes - MQL4 Tutorial
MODE_SPREAD (Paul) - MQL4 programming forum - Page 3 #25
Professionals already answered you,
I just want to add that OrderSend returns the ticket number of the position if it opened the position successfully, otherwise it will return -1.
It gives you an int not a double value.