ta icon indicating copy to clipboard operation
ta copied to clipboard

ATR first n values

Open bukosabino opened this issue 4 years ago • 0 comments

I think ATR indicator is not working as expected for the first n elements. It always throws 0.0 for the first values.

https://colab.research.google.com/drive/1fw1CE3e5abeR7Tqwt6e1YK0dpY125U_S?usp=sharing

Probably, I should fix to return NaN values in the first n values if fillna=False

Best, Dario

bukosabino avatar Jun 09 '20 11:06 bukosabino