which errors stop robot?
Created at 07 Mar 2016, 19:41
which errors stop robot?
07 Mar 2016, 19:41
hi, i want to know which errors stop robot and how to prevent them to stop it,
for example: i have a multisymbol robot that when check for usdrub and market are close, stop itself with this error and , of course, stop checking other symbol till i execute again. how i can prevent this?
Spotware
08 Mar 2016, 17:50
Dear Trader,
The cBot won't stop if the OnError() method is invoked. The cBot will stop if an unhandled exception occurred.
Please have a look at the ErrorCode, Error section of the API References.
@Spotware