Add(Instrument.FullName,PeriodType.Tick,1,MarketDa taType.Last);
When this line in present (In Initialize) and loaded on to a 1 minute ES chart, NT7 hangs and eventually is shutdown by XP. The log and trace files have no relevant entries.
Commenting out the Add statement allows the indicator to load and process the real time component correctly. I have also commented out all logic associated with processing the added series - so it seems it is just the Add itself which is causing the problem.
I have tried the same code as a 6.5 Strategy and it works fine.
Is this a possible bug or have I miss-used Add?

Comment