You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got error AttributeError: 'AnalysisIndicators' object has no attribute 'study' while running "df.ta.study(strategy, exclude=['kvo'])" of file XXX/tensortrade-master/examples/train_and_evaluate.ipynb
System information
OS Platform and Distribution: macOS Big Sur
TensorTrade version: latest
TensorFlow version: 2.13.0
Python version: 3.9.17
The text was updated successfully, but these errors were encountered:
I got the same error "AttributeError: 'AnalysisIndicators' object has no attribute 'study'" on windows using the last version of tensortrade and pandas-ta. I got the same error when I tried the previous pandas_ta version 0.2.23b0.
I tried replacing "df.ta.study(strategy, exclude=['kvo'])" to "df.ta.strategy(strategy, exclude=['kvo']) and I got "AttributeError: 'AnalysisIndicators' object has no attribute 'cdl_doji'"
I got error AttributeError: 'AnalysisIndicators' object has no attribute 'study' while running "df.ta.study(strategy, exclude=['kvo'])" of file XXX/tensortrade-master/examples/train_and_evaluate.ipynb
System information
The text was updated successfully, but these errors were encountered: