Questions from Beginners MQL5 MT5 MetaTrader 5 - page 432
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? the standard array can go out of bounds?
There was a bug in one of the versions. It was fixed. We have to update now.
There was a mistake in one of the versions. It has been fixed. You need to update now.
Thank you. But the product on the market works will have to write iClose.
Tapochun:
Совет. Начинайте писать на новом MQL4 (т.е. CopyClose()). Это немного сложнее, но в будущем будет проще переходить на пятерку + переписывать придется в основном только работу с ордерами.
Please give me the link where you read about it. I will study the material and immediately rewrite it to the new mql4, because the code is growing fast (the sooner I do it, the easier it will be).
Search the mql4 website. Section: Documentation.
There is a variable int , how to reassign it strictly in one body to type string?
Not sure I've got it right, but perhaps IntegerToString( intVar )? Or just an explicit conversion of (string)intVar.
Yes, please clarify what does "in one body" mean?
Please give me a hint,
I've read the instructions but don't understand it(
If I do the OnCalculate function in a trading Expert Advisor
all code is defined as an indicator????
Not sure I've got it right, but perhaps IntegerToString( intVar )? Or just an explicit conversion of (string)intVar.
Yes, can you please clarify what "in one body" means?