Environment
Language
PyCharm and Python.
Alpaca SDK Version
n/a
Other Environment Details
Created an AWS Webhook catcher with python to make trades based off TradingView Strategy alerts.
Problem
Summary
The test environment works well using Insomnia to simulate locally and to test live trades in alpaca. When I create the actual webhook alert in Tradingview it does not function at all thoug it fires the same code as the Insomia Post test. I am curious if I have to somehow create permissions for tradingview or perhaps my AWS bot inside Alpaca to allow it? Do I need to create a new app under “My Developed Apps” in order to allow it? Any insight appreciated.
Paper or Live Tradng?
Paper Trading to test my AWS Python bot for now.
Example Code
If you have code that reproduces the problem or will make your issue more clear, please include it here