
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
How will the MQL4 string of the following form sound?
spread_ =MarketInfo(Symbol(), MODE_SPREAD)*Point;
in MQL5?
Thanks in advance!
How will the MQL4 string of the following form sound?
spread_ =MarketInfo(Symbol(), MODE_SPREAD)*Point;
in MQL5?
Thanks in advance!
roughly like this:
I still don't understand how to replace predefined variables like High. Low, Ask, Cose, Open.... In which of the special functions should they be declared?
when compiling code from section 17,
Give a link from the online version of the help - https://docs.mql4.com/ru
this code is from the article - migration from MQL4 to MQL5.