Steps:
1) I enable the strategy and enter an order via the strategy. It appears on ChartTrader and can be moved, it will execute when touched, and it can be canceled.
2) I cancel the order. It goes away.
3) I enter another order via the strategy. It's creation by EnterLongStopMarket(), etc, fails. The method return a null order. No order appears on the chart.
4) Subsequent attempts all fail.
5) I disable and enable the strategy. Again the first order succeeds and all subsequent orders fail, until I disable and enable it again.
The parameters are the same each time, Only the price varies.
Any ideas? Can I get more information from the system about why an order failed?

Comment