Skip to content

djangodissilent/TV-IB-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBKR Options Bot

Automated trading bot using the Interactive Brokers platform to trade options on different assets using EMA and VWAP indicators from Trading View.

Build Status

Usage

Change TWS API configurations

api_conf

$ 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

Setup the webhook adress in Trading View

<ngrok_URL>/webhook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages