Errors, bugs, questions - page 1404
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
In the OnCalculate() function, what values of spread[] get into the array? The maximal one per candle? Or other values?
It is not clear from the help:
spread[] – массив, содержащий историю спредов (если спред предусмотрен для данного торгового инструмента).
Does it work in the indicators? Question about them.
In indicators called via iCustom, it definitely does not work.
Service Desk is sorting it out.
Write back when you have sorted it out.
Sorted.
И?
When does "Internal compiler error" occur?
When does "Internal compiler error" occur? There's no place in the code where this error occurred. And it appeared after upgrading to the latest build. I was darned to upgrade...
And as I see in this thread, I'm not the only one who's had it. So the usual... Oh, those poor developers.
So far we have known of two cases:
1) bool &= (bool expression) operation
2) superfluous comma in initializing sequences: val={ {...},{...}, }