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've written something similar to this, but you should label the arrays differently - (unlikely to help, but at least
this is better). change it:
on these lines.
Also change:
to that.
Not like this. Several builds ago, the old Type() methods in CPositionInfo, COrderInfo and CDealInfo classes of the standard library have been replaced by the PositionType(), OrderType() and DealType(). So, these functions should be corrected in previously written MQL5 programs, otherwise they won't work properly.
I would rewrite your code like this:
All chart windows are numbered from zero. 0 - main chart window, 1 - first indicator window, which is shown in a separate window. And so on.
There is no question about that! But where are the minimum and maximum values, and why do they only appear after manipulating the graph?
Please enlighten me as to what the error means
internal error #108 0 0
when compiling the script?
Please enlighten me as to what the error means
when compiling the script?
As far as I understand it is
108 Unsuitable name for #define
As far as I understand it.
108 Unsuitable name for #define
The point is that there are no defines or inludes in the script.
the thing is, there are no defines or inludes in the script.
#include
#define
Then block-by-block transfer from the script to another normally compiled one. and you will come across a faulty line.
Write back what it was.
then block-by-block transfer from the script to another normally-compiled script. and you'll come across a faulty line.
Please let me know what it is.
Made it simple.
I commented out /* */ all OnStart() function body - the error remained. Also, after restarting the machine.
I repeat, no inludes or defines, nothing at global level, including external variables. I don't want to reinstall terminal yet))
Developers, HA!!! What does internal error #108???? mean?