From ff70eabe3adbf1ffd4aeed7fa6195b20f5cd1d3f Mon Sep 17 00:00:00 2001 From: Phya123 <90482389+Phya123@users.noreply.github.com> Date: Sun, 18 Aug 2024 20:45:47 -0400 Subject: [PATCH] Update gvars.py --- gvars.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gvars.py b/gvars.py index c3649d7..9863ec0 100644 --- a/gvars.py +++ b/gvars.py @@ -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 = "https://paper-api.alpaca.markets/v2" +API_SECRET_KEY = "PKR4QIYQAD11OM0MB34P" ALPACA_API_URL = "https://paper-api.alpaca.markets" # this block checks whether you have your keys written or not