
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
So there is a preproccessor called stacksize, the documentation says:
MQL4 programstacksize. The stack of sufficient size is necessary when executing function recursive calls.
When launching a script or an Expert Advisor on the chart, the stack of at least 8 MB is allocated. In case of indicators, the stack size is always fixed and equal to 1 MB.
When a program is launched in the strategy tester, the stack of 8 MB is always allocated for it.
but i would like to know if the value to be used should be in bytes/kilobytes of megabytes, i searched online for any examples couldn't find any.
Does anyone know how to specify the value in MB? or know what units does the stack size use?