Errors, bugs, questions - page 3138

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
The dimensionality of a static array is a constant, not an int.
Sorry, I answered without checking.
I join the question, constant static int, ushort, the effect is the same, although in help:
VariablesArray index can only be an integer.
Forum on trading, automated trading systems & strategy testing
Bugs, bugs, questions
x572intraday, 2022.01.08 20:44
Either I'm totally fucked up, or if not a bug, poke a swat in the Help.
Sorry, answered without checking.
I join the question, constant static wint, ushort effect is the same, although in the help:
VariablesOnly an integer can be an array index.
The answer was almost correct. A variable is not a constant.
Sorry, answered without checking.
I join the question, constant static wint, ushort effect is the same, although in help:
VariablesOnly an integer can be an array index.
Instead of
put at the top of the program.
The answer was almost correct. A variable is not a constant.
I.e. declaring a constant integer variable is not a constant?
Instead of
put at the top of the program
Well substitution is different, of course instead of dim by substituting an integer the compiler swallows.
I.e. declaring a constant integer variable is not a constant?
A constant variable is not a constant value. The keyword is variable.
I understand why, but there is very little information on IsStopped() in Help. I would like more details:
I understand why, but there is very little information on IsStopped() in Help. I would like more details:
This is most often used in loops where you can accidentally get an infinite loop. Or intentionally looped in a script or service.
Why cant we do this?
cannot cast function 'someFunction' to type 'TFunc'