diff --git a/.idea/runConfigurations/tradingbot.xml b/.idea/runConfigurations/tradingbot.xml new file mode 100644 index 0000000..c4e96a0 --- /dev/null +++ b/.idea/runConfigurations/tradingbot.xml @@ -0,0 +1,22 @@ + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..9fda6ca --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1712946750383 + + + + \ No newline at end of file diff --git a/tradingbot.py b/tradingbot.py index 15573a9..86b5d31 100644 --- a/tradingbot.py +++ b/tradingbot.py @@ -7,8 +7,8 @@ from timedelta import Timedelta from finbert_utils import estimate_sentiment -API_KEY = "YOUR API KEY" -API_SECRET = "YOUR API SECRET" +API_KEY = "PKPJSW1XR30EPYAIBDMN" +API_SECRET = "UISlL47d70PzazqtuM42Zl7oc7Rnz1UJJumn2wuK" BASE_URL = "https://paper-api.alpaca.markets" ALPACA_CREDS = {