Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 887
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
10962
11433
13226
12232
I need to find the maximum number among these numbers, so I do the following:
However, the ArrayMaximum function fails because arr_1[] is a string array, and I need to convert it to a numeric array. Please help with solving the conversion from a string array to a numeric one.
There is a text file that contains numbers of the form:
10962
11433
13226
12232
I need to find the maximum number among these numbers, so I do the following:
However, the ArrayMaximum function fails because arr_1[] is a string array, and I need to convert it to a numeric array. Please help with solving the conversion from a string array to a numeric one.
Convert a string containing a character representation of a number to an int (integer) number.
Convert a string containing a character representation of a number to an int (integer) number.
Convert a string containing a character representation of a number to an int (integer) number.
Thanks )
How do I paste this into my code now?
Unfortunately, it does not work (
Are you doing everything right?
According to the help
FileReadArray Reads arrays of any type, except string arrays
Hello!Colleagues, I need some help. The article "How to correctly submit a product to the Market" only shows 1 EX5-EX4 file? The Expert Advisor is based on an indicator, the calculations in the indicator file in the Expert Advisor function iCustom(2 files), how to submit to the Market? Service Desk will not answer for 3 days?
You have been answered in the MQL5 questions thread - enable the indicator as a resource, don't know how - start searching for "resource" on the website
https://docs.mql4.com/ru/runtime/resources
Service Desk deals with financial issues, not training