jrodriguez5909 / AlpacaTradingAlgo

A trading algorithm using Alpaca's API to buy oversold and sell overbought stocks & crypto assets
10 stars 18 forks source link

Pandas concat issue with get_asset_info() function in trading_classes.py #2

Open jbaker425 opened 5 months ago

jbaker425 commented 5 months ago

When I run main.py, I get a pandas concat error when it gets to df_tech = pd.concat(df_tech) in the get_asset_info() function in trading_classes.py. ValueError: No objects to concatenate

Not sure how to fix.