Automated trading bot using the Interactive Brokers platform to trade options on different assets using EMA and VWAP indicators from Trading View.
Change TWS API configurations
$ cd <github_repo>
$ docekr run -d -p 6379:6379 redis
$ python3 venv bot
$ source bot/bin/activate
$ pip3 install -r requirements.txt
$ python3 broker.py
$ python3 server.py [gunicorn server:app --workers 4 --bind localhost:5000 --access-logfile access_log.txt --error-logfile error_log.txt]
$ngrok http 5000
<ngrok_URL>/webhook