SSOC18 / ib-kivy

kivy GUI that wraps the Interactive Brokers TWS API
4 stars 1 forks source link

sample kivy GUI app for wrapping interaction with IB TWS API (6h) #2

Closed shadiakiki1986 closed 6 years ago

shadiakiki1986 commented 6 years ago

Original post:

While we wait for the IB credentials for a paper trading account, let's start with build a Graphical User Interface that will wrap the code that will fetch prices from IB TWS.

We will use kivy as it's cross-platform, based on python, and well-maintained.

Steps

shadiakiki1986 commented 6 years ago

Following up on @RaedZorkot issue with displaying the pandas dataframe, here are some useful links