
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
Raven:.
1. can a variable be specified in the #property indicator_plots property. Or is this not possible?
2. Is it possible to create horizontal lines in an indicator through ObjectCreate?
1. You don't need it // I need it (for other purposes). :)
Unfortunately, no way. Only a constant. I have to reserve a maximal amount and paint unnecessary ones colorless.
2. That's what you should do.
question on files. what is the limit on the size of the file to be opened in mql5
As much as the operating system will give (how much free space on the drive).
mql does not limit.
MqlRates rates[];
I need to find the maximal value of rates[].high from the last three bars
I don't know how to applyArrayMaximum to the structure?
wrong
but still what does it mean
the size of local variables is too large (more than 512kb)
What kind of a limitation is this... Do I just specify another type? And where does it say what kind of variable it is?
How do I process an array with element number 500000?
wrong
but still what does it mean
the size of local variables is too large (more than 512kb)
What kind of a limitation is this... another type just to specify? and where does it say what kind of variable it is
local variables are allocated on the stack and the stack is not "rubbery"
MqlRates rates[];
I need to find the maximal value of rates[].high from the last three bars
I don't know how to apply ArrayMaximum to the structure?
See Reference:
ArrayMaximum
Searches for the maximum element in a one dimensional numeric array.
Parameters
array[]
[in] Numeric array to search in.
You have not a numeric array, but a "structured" array (an array of variables of the struct type).
I am interested in the stack overflow error. When does it occur and how to avoid it? I get it when I try to load an EA on a chart with disabled Internet, and I also see that when I try to change EA's properties.
I am interested in the stack overflow error. When does it occur and how to avoid it? I get it when I try to load EA on a chart when Internet is disconnected, and I also see that it occurs when I try to change EA's properties.
In the next build, for 32-bit terminal, it will be possible to control the stack size using the corresponding compiler property #property stacksize