Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'AnalysisIndicators' object has no attribute 'study' #466

Open
BrotherZhu opened this issue Aug 7, 2023 · 1 comment
Open

Comments

@BrotherZhu
Copy link

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
@excellentiam-prog
Copy link

excellentiam-prog commented Oct 2, 2023

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'"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants