By this you are operating on old data, so what do you want to achieve? Smoothing the timeseries when doing backtests?I could always pull data from the entire year to smooth it out and skip high volatility events or pull data from previous high volatility events...this is basically just to have my spreadsheet calc on average the stock moves x amount per day without having to look up IV or ATR or api. ATR only uses price data no IV so maybe I'll do both and compare which turns out more accurate.
That's curve-fitting, and working with old data is IMO futile...
