-
Notifications
You must be signed in to change notification settings - Fork 147
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
the readme example throws an Exception #172
Comments
Hi have you installed the version? |
I checked all versions and made sure that they match the alpaca-backtrader-api reqruiements |
I also see following error. raise TypeError("Index must be DatetimeIndex") |
I'm seeing the same
|
I am also getting the same KeyError: ['high'] Name Version Build Channelalpaca 1.0.0 pypi_0 pypi |
update the data period to not include today:
|
I copied the example from the README exactly, I did not change anything except for modifying the API key , secret key and having the following setting:
IS_BACKTEST = True
IS_LIVE = False
symbol = "AAPL"
...
I am getting the following Exception:
it seems that the data that is coming back from the Alpaca broker is not properly formatted
please assist in resolving this
The text was updated successfully, but these errors were encountered: