Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 1032
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
I'd like to understand how to handle strings in the new mokla4. Zeroing is also the way to go, but it doesn't add understanding ))).
I'd like to understand how to handle strings in the new mokla4. Zeroing is also the way, but it won't add understanding )))).
You have an empty string initialization there. ZeroMemory() will do that for string array.
Is there such a thing as a string array in the new version of MOCL?
Is there such a thing as a string array in the new version of MOCL?
Any array containing strings is a string array. Isn't it?
Is there such a thing as a string array in the new version of MOCL?
That's right. Help me find a description of a string array in the documentation...
Thank you
Hello.
The time is not being returned correctly at the moment. For example, if the time is 12.04, it returns 12.4. Can you tell me how to make this function correct?
Hello.
The time is not being returned correctly at the moment. For example, if the time is 12.04, it returns 12.4. Can you tell me how to make this function correct?
Well, Hour() and Minute() return the current hour and the current minute of the last server time at the moment of program start. And the returned values are of int type. And these are just integers. So you need to format them. For example, like this: