alvarobartt / trendet

:chart_with_upwards_trend: Python package for trend detection on stock time series data :chart_with_downwards_trend:
https://trendet.readthedocs.io/
MIT License
443 stars 77 forks source link

Fix for #8 #19

Open AdpMarshall opened 5 months ago

AdpMarshall commented 5 months ago

Fix for #8 Caused by subtracting indices and then checking .days property which doesnt work because indices is an int