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

Crash raise ValueError("No objects to concatenate") #71

Open
SergKlein opened this issue Dec 20, 2022 · 2 comments
Open

Crash raise ValueError("No objects to concatenate") #71

SergKlein opened this issue Dec 20, 2022 · 2 comments

Comments

@SergKlein
Copy link

Have the issue:

File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pandas/core/reshape/concat.py", line 403, in init
raise ValueError("No objects to concatenate")

Just try to run next:

from autotrader import AutoTrader

Create AutoTrader instance, configure it, and run backtest

at = AutoTrader()
at.configure(verbosity=1, show_plot=True, feed='yahoo')
at.add_strategy('long_ema_crossover')
at.backtest(start = '1/9/2022', end = '1/10/2022')
at.virtual_account_config(initial_balance=1000, leverage = 1000)
at.run()

@SW4T400
Copy link

SW4T400 commented Nov 12, 2023

I get the same thing (on both my IDEs - spyder and VScode)

@trivalent
Copy link

+1
observing the same thing...

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

3 participants