A very basic cli for Interactive Brokers
Uses IBKR API to display in command line:
- Account, positions and indicators
- Orders
pip install -r requirements.txt
- copy
ibc.ini.dist
toibc.ini
and configure IBKR API port and client Id - Note that client ID has to match Master Client ID in order for cli to see orders from other API clients and GUI
python ibc.py account
to display accountpython ibc.py ls
to display orderspython ibc.py monitor
to display dashboard with account details and orders and continuously update it
- Tested only on Windows
- erdewit for ib_insync
- kroitor for asciichart