No I'm not. I'm not using CCI at all in my strategy. I placed a break point in CCI's OnBarUpdate just to see if Ninjatrader is making things up and apparently it isn't. The thing is, Ninjatrader is accusing me of doing something I didn't even do. In fact, you can put breakpoints in OnBarUpdate for most any other indicator and apparently it will stop there too. (I'm finding CCI, ADX, DMI plus two others that I wrote are all being called for some reason. I've only checked for a few minutes but I'll bet more are being called if I took the time to find out.)
The screen shot shows Ninjatrader.Core is calling these indicators. But why? There is no logical reason for NT to do that, it seems to me, while running my strategy which doesn't even use them.

Comment