Interface between Tradingview Webhook Alert and TDAmeritrade API for Automated Trading -- 2

Job ID: 31205746

Budget: $30 – $250 USD

I've written a rather complicated algorithm that I'm using to buy and sell stocks with a profit factor average > 1.5. The tradingview alert system can serve webhook alerts and the payload can be specified in json.

On the other end TDAmeritrade has their own api for making trades, also specified in json.

All I'd like to do is find a way to take a correctly formatted json alert in trading view and pass it to the TDA api to make the trade.

https://www.tradingview.com/support/solutions/43000529348-about-webhooks/

https://developer.tdameritrade.com/account-access/apis/post/accounts/%7BaccountId%7D/orders-0
https://developer.tdameritrade.com/account-access/apis
https://tdameritrade.readthedocs.io/en/latest/
Related categories: Python JSON API Rapid Prototyping