I'm thinking about the best practices here. I've got a futures continuous universe set up. It rolls over nicely to the next contract and all is well.

However, I have an ADX indicator (which has some moving averages within it) attached to that futures contract. 

Considering I already have the SetContract working well (it's mapping to OpenInterest), is it best to reset the ADX values on contract change as well or something else? All I have it doing right now is updating to the new contract… but that is starting to make me think I'm going to get some issues. 

Thanks in advance

Author