I did a small test creating an order
longOrder = OrderCreator.Stop(new SOrderParameters(Contracts.Default, "Long open", EOrderAction.Buy));
and then sending it
longOrder.Send(40);
it was never executed, what is the problem? the market orders are executed during the backtest, but not stop orders.