
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
Now, I have a script with an endless loop ( while(!IsStopped()) ): can automatic start upon platform restart be done with this as well somehow?
Or do I have to include it in an EA that runs automatically, as it will get into the endless loop at the first tick, and will behave as an endless loop script from this on. This second solution seems a bit tinkered to me. Can it have any negativ effects (if the auto script start is not available, so I need to tinker this way)?