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
On my PC it takes about 0.00000000025 s to validate a boolean value in a loop. It's an average calculated on a loop of 1.000.000.000 iterations. The control loop was empty. Now check the ping to your broker's server and the average server execution time of the trade and you will know that you should be much more concerned about other aspects than this. ;)
On my PC it takes about 0.00000000025 s to validate a boolean value in a loop. It's an average calculated on a loop of 1.000.000.000 iterations. The control loop was empty. Now check the ping to your broker's server and the average server execution time of the trade and you will know that you should be much more concerned about other aspects than this. ;)
Yes, as i said, i better avoid useless checks that are supposed tu just run ONCE, coded it into OnInit, if something fails it justs sleeps for a moment and try again, works good.