I changed the alpaca.py file to pull the only the us_equity asset class instead of us_equity + crypto. This solves an error during runtime in which crypto pairs are interpreted as equities. I'm not sure if this is the best plan of action, but it does allow the package to run again.
I changed the alpaca.py file to pull the only the us_equity asset class instead of us_equity + crypto. This solves an error during runtime in which crypto pairs are interpreted as equities. I'm not sure if this is the best plan of action, but it does allow the package to run again.
If there are better options, let me know.
Thanks, Vincent