Hello everybody,
I hope someone cab help me. I have had a tradingsystem running perfectly on Pror.ealtim v.11 for a couple of months.
Because i wanted to change the risc taken by the system i made a copy and tried to activate for automated tradfing.
I could not start the new version, because it gave an error that there is a division by 0. But the weird part is that i also no longer can activate the old system.
I haven’t changed a thing in that code, but now also it gives the division by 0 errormessage.
How is this possible?
Has something changed with IG? Or is there a new version of prorealtime.
I really don’t understand how this is possible.
Kind Regards,
Jaldidee
There were indeed a lot of updates on ProOrder since the last months. BTW, a division by zero is a serious error that ProOrder must alert and there it is impossible to launch a strategy with a wrong calculation in your code.
Check all the lines for division, and verify if the value can be equal to 0 at any time.