-
Notifications
You must be signed in to change notification settings - Fork 127
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
Wont take keys #138
Comments
Thank you for the question. You need to fill two sets of keys in your .env
file:
*ALPACA_PAPER_API_KEY*, *ALPACA_PAPER_API_SECRET -> *these two keys
grant access to
your paper account where you will be doing your trading (assuming you
are trading on paper)
*APCA_API_KEY_ID, **APCA_API_SECRET_KEY* -> these two keys grant
access to your *live *account, which is
used to get data from Polygon.io
Have you tried these four and it still gave you an error message?
…On Wed, Dec 2, 2020 at 9:25 AM slayer8197 ***@***.***> wrote:
Hello I made an .env file with the following filled out with my keys but
it keeps giving me this error after running liu quickstart
The Framework expects two environment variables to be set:
APCA_API_KEY_ID and APCA_API_SECRET_KEY reflecting the funded
account's API key and secret respectively.
Please set the two environment and re-run the wizard.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#138>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALTIHBAEEJIHJ3LV6FIUK5DSSXTWNANCNFSM4UKCZS5A>
.
|
Hello I finally got it working and went through the quickstart but now getting this when running streamlit run https://raw.github.com/amor71/LiuAlgoTrader/master/analysis/backtester_ui.py Compute Engine Metadata server unavailable onattempt 3 of 3. Reason: [Errno 64] Host is down |
@slayer8197 are you running this w/ a local-docker-based PostgreSQL setup by the NOTE the default DSN in the sample shows up as |
LMK if still relevant. |
Hello I made an .env file with the following filled out with my keys but it keeps giving me this error after running liu quickstart
The Framework expects two environment variables to be set:
APCA_API_KEY_ID
andAPCA_API_SECRET_KEY
reflecting the fundedaccount's API key and secret respectively.
Please set the two environment and re-run the wizard.
The text was updated successfully, but these errors were encountered: