I had a strategy which worked fine - opening a poistion and set a stop loss using managed orders.
however after i set an invalid value to the SL the strategy stoped working correctly. it would just open an order wand will not set SL (although i changed the value to a valid value).
i am using market replay.
i hink restarting the computer worked once but the problem happened and it stop helping.
Code:
OutputMessage("sl= " + sl.ToString());
SetStopLoss(CalculationMode.Price, sl);
Print("a");
Output:
8/28/2012 11:16:00 sl= 1.2486
a
Screen shot is also attached
please help

Comment