If I wanted to calculate the rollng standard deviation of an indicator, how would I go about that? I'm having trouble using the IndicatorExtensions. 


For example, if I had and AccumulationDistribution indicator:

self.AD = self.AD("SPY", Resolution.Daily) self.ADstd = ?

From the documentation, it doesn't look like I can use the Standard Deviation class for anything else besides price.