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

Bug in column parameter #12

Closed jackure closed 4 years ago

jackure commented 4 years ago

in the function "identify_df_trends" the parameter "column" is useless. The algorithm always uses the "Close" column regardless of the input parameter

look it here