tradingview sent the alert info to AWS lambda function via webhook which trigger the td ameritrade bot place the limit/market order.
tda-api : TD Ameritrade API for obtaining fundamental data, option chains, and placing orders
https://sites.google.com/a/chromium.org/chromedriver/home
https://sites.google.com/chromium.org/driver/
python -m venv venv
pip install virtualenv venv
.\venv\Scripts\activate.bat
pip intall boto3
pip install awscli
aws --version
aws configure
input accesskey&secret
chalice new-project tda
chalice deploy/local
{ "open": {{open}}, "high": {{high}}, "low": {{low}}, "close": {{close}}, "ticker": "{{ticker}}", "volume":{{volume}}, "time": "{{time}}", "exchange":"{{exchange}}"}