ViniciusRaphael / crypto_technical_analysis

This is is a comprehensive resource for enthusiasts, traders, and developers interested in the field of cryptocurrency technical analysis
2 stars 1 forks source link

Hotfix ADX values index error #31

Closed allyssonmacedo closed 3 months ago

allyssonmacedo commented 3 months ago

The groupby function is changing the index of the dataframe and giving wrong values and NaN values for many crypto. This implies in wrong input for modelling.

allyssonmacedo commented 3 months ago

Wrong values: image

Fixed values: image