[ARCHIVE]Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Can't go anywhere without you - 5. - page 53
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
yes. it's called recursion.
Thank you wizard, I will try it. I am not a wizard yet and I am just learning.
Good afternoon. Do you know if it's possible to send code execution from line 35 to line 18 (lines for example) with the standard mql4 tools. A kind of jumping in the code.
The loop operator is intended for "jumping back".
A conditional statement is designed to "jump" forward.
Good afternoon, could you please advise how to make a check so that the EA cannot place orders every Friday after 6pm?
You can put a similar construction at the beginning of the Start function.
Thank you
What happens when MT4 finishes - does this data stay in memory or is it completely deleted?
I'm not interested in the data itself, but in the memory consumption.
Will deleting globally defined arrays lead to freeing up memory?
(during optimizations, for example).
Thank you!
In Inite I have it like this:
Here's the function:
An error pops up during compilation:
I don't understand what he doesn't like. The array in the init is already declared, the type of int... It's correct... What's wrong with it?
In Inite I have it like this:
Here's the function:
An error pops up during compilation:
I don't understand what he doesn't like. The array in the init is already declared, the type of int... It's correct... What's wrong with it?
Consider the visibility of variables and arrays