Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
limitOrderMargin = 0.1 # percentage that defines the offset for the limit orders

# YOUR API KEYS AT ALPACA GO HERE!
API_KEY = ""
API_SECRET_KEY = ""
API_KEY = "PKR4QIYQAD11OM0MB34P"
API_SECRET_KEY = "https://paper-api.alpaca.markets/v2"
ALPACA_API_URL = "https://paper-api.alpaca.markets"

# this block checks whether you have your keys written or not
Expand Down