I have a sheet like this. I have calculated following things:-
- Current High - Current Low
- abs(Current High - Previous Close)
- abs(Current Low - Previous Close)
Then I have also calculated True Range. over different symbols. Now I need to calculate Average True Range over 10 days. How should I do that in python pandas?