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
Hey @Nikolai Semko, do you know why I get stack over flow error when use the library?
Thanks
Hey @Nikolai Semko, do you know why I get stack over flow error when use the library?
Thanks
Using strings to pass parameters is very unwise from a performance point of view. Create an additional array of structures for the parameters.
I made a mistake. Frame formation (without Erase()and Update()) takes not 1-3 milliseconds, but 0.02-0.3 milliseconds, depending on the scale.
I made a mistake. Frame formation (without Erase()and Update()) takes not 1-3 milliseconds, but 0.02-0.3 milliseconds, depending on the scale.
Wow, thank you so much for your support & help. I will consider your advise using a single canvas and update the object inside the canvas.