Errors, bugs, questions - page 2974

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
Unable to install the utility from the Market to MT4 on a VPS server. The following message is displayed in the log:
2021.03.01 23:53:31.809 MQL4 Market: failed connect to www.mql5.com (www.mql5.com:443 failed)
I have written to VPS Server's support. They checked and responded as follows:
"We have analyzed the situation and found that access is blocked on the mql5.com side. We do not know the reason for blocking your server and from our side we can not do anything to solve this situation, as it is beyond our area of responsibility. We recommend to contact technical support or site administrator.
Can you please explain why mql5 is blocking the IP of my VPS and what can be done about it?
in this code:
what is the maximum length of string s the user can enter?
Unable to install the utility from the Market to MT4 on a VPS server. The following message is displayed in the log:
2021.03.01 23:53:31.809 MQL4 Market: failed connect to www.mql5.com (www.mql5.com:443 failed)
I have written to VPS Server's support. They checked and responded as follows:
"We have analyzed the situation and found that access is blocked on the mql5.com side. We do not know the reason for blocking your server and from our side we can not do anything to solve this situation, as it is beyond our area of responsibility. We recommend to contact technical support or site administrator.
Can you please explain why mql5 is blocking the IP of my VPS and what can be done about it?
VPS ZOMRO ?
Right
in this code:
what is the maximum length of string s the user can enter?
in this code:
what is the maximum length of string s the user can enter?
If not input, then no limit.
If not input, no restrictions.
with input yesterday looking for an error.... found....
The length of "variable=value" string cannot exceed 255 characters (256 with ending 0). So, in this case, not more than 253 characters.
I did not find this information in the documentation, very unambiguous compiler behavior
Here's a test script I tested under MQL4:
in this form writes to the file about 2 Kb of text without any problems
but if you uncomment this code
//#property script_show_inputs
a new window will appear and it will be empty, so even if you press OK, it will overwrite an empty file
imho, either a compiler warning or the help article about input should have a warning about 255 characters for a string
https://www.mql5.com/ru/docs/basis/variables/inputvariables
Correct
Forum on trading, automated trading systems and testing trading strategies
Why is access to www.mql4.com blocked?
Renat Fatkhullin, 2020.11.17 12:16
It works exactly as intended.There you go, thanks, that's good to know.