I'm having problems getting the strategy analyzer to work.

1.) At first it was working correctly, and I was able to simulate orders on the chart. However, it somehow got into a state where the orders were stuck on the chart from a previous run of the analyzer.

For instance, I was using this call: EnterLongLimit(DefaultQuantity, Close[0], "long-entry-signal");

This would plot orders labeled "long-entry-signal" on the chart, but even after I commented out all calls to buy or sell, recompiled and reran the analyzer it still had buy and sell orders labeled "long-entry-signal" on it.

2.) To fix this I saved my workspace, closed NT and restarted it. I tried recreating the strategy and noticed there's a glitch in the UI. When you first open the analyzer, there is no option in the right hand list of options to choose which instrument data to use. It only adds that option after you click on a strategy on the left side of the screen.