I have couple of questions:
1. I have created an indicator which is working just fine, what I want is to get the number of orders for a given price?. how can I achieve that?.
2. I have created a strategy in the same DLL as indicator, for the first 2 times when I launched the chart, I could see both the indicator and the strategy present under their respective headers. But I did something (dont know what), my strategy is not seen in the "stratergies" window. I tried all possible things to get it back, but no success. I checked the DLL in the bin and it is latest etc. how to debug/check?. If I create a strategy from the ninjatrader UI, it is seen and working fine, but not from visual studio.
public class CheckOrderStatus : StrategyBase
thanks,
Subhash

Comment