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

How do I link this to Alpaca to test? #10

Open
GreengageLTD opened this issue Feb 19, 2021 · 2 comments
Open

How do I link this to Alpaca to test? #10

GreengageLTD opened this issue Feb 19, 2021 · 2 comments

Comments

@GreengageLTD
Copy link

I don't see where to enter api keys for either Alpaca or Polygon in the code? Can you point me to what I'm missing?

@GreengageLTD
Copy link
Author

GreengageLTD commented Feb 19, 2021

From a forum answer. This worked just by pasting them in as commands.

Assuming you have your API keys
If you are using windows do this on your terminal
SET APCA_API_KEY_ID=******************************
SET APCA_API_SECRET_KEY=******************************
SET APCA_API_BASE_URL =https://paper-api.alpaca.markets

or Linux :
export APCA_API_KEY_ID=******************************
export APCA_API_SECRET_KEY=******************************
export APCA_API_BASE_URL=https://paper-api.alpaca.markets

@ElliotVilhelm
Copy link

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

2 participants