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
2. In the string ToCustomSymbol function, you don't see checks that the symbol already exists. To be honest, I didn't check what will happen, I didn't go into details. But for myself I've docked the check so that when I continue, it doesn't parse all the files for old existing symbols again.
It is specially made that way. The archive is updated with new data every day, so even if a symbol exists, it needs to be refilled.
Unfortunately, I can't manage to do the filling not from scratch yet. I haven't decided how to do it correctly yet, because the script has filters etc. built in.
But this circumstance does not cause any special problems, so this task is somewhere in the back of the priority list.
specifically implemented a workaround. Since then, no brakes.
I haven't noticed why it can't parse the directory on each symbol again. Maybe they haven't posted an update. But if no one else complains, it works for you, and I've made it work, then fine.
It's done that way on purpose. The archive is updated with new data every day, so even if a symbol exists, it needs to be refilled.
I suspected that was the case. I see your point, ok.
Didn't see why it might not parse the directory on each character anew.
In the script, the mass launch is done through the task
Perhaps you have done it differently, so it was checking on each symbol.
For some reason I got an array overrun.
What could this be related to?
For some reason I got an array overrun.
What could this be related to?
There wasn't enough memory. There should be a system record about it in the Terminal Log tab.
To immediately understand when something like this happens, write this line at the beginning of the script.
There was not enough memory. There should be a system entry about it in the Terminal Log tab.
To immediately understand when something like this happens, write this line at the beginning of the script.
It's writing a bunch of errors.
It's writing a bunch of errors.
Check your site for sabotage and viruses, someone is constantly chewing data.
It's writing a bunch of errors.
Unfortunately, I can't update the code, the KB swears.