Robot executes one trade and stops working
Created at 08 Mar 2013, 16:56
Robot executes one trade and stops working
08 Mar 2013, 16:56
My robot executes only one trade and stops working after that.
I've added an instruction to force it to restart but it doesn't works :
protected override void OnPositionClosed(Position position) { OnBar(); }
Replies
cAlgo_Fanatic
20 Mar 2013, 11:26
Please post the code or send it to engage@ctrader.com if you have not already done so, so that we can assist you.
@cAlgo_Fanatic
cAlgo_Fanatic
08 Mar 2013, 17:32
Hello,
Look at the log. If the robot crashes, there will be an error message there. You may post that message and/or post your code so that we can take a look at what the issue may be. You may also email the code to engage@ctrader.com
Regards,
@cAlgo_Fanatic