Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 396 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 396 Bytes

python-IB-Trader

this is a minimal automated trader for American stock using official Interactive Brokers python API (ibapi)

dependencies

  • Interactive Brokers' account!

  • ibapi v9.73.05

  • IB Gateway 964 or later

  • python 3.5 or later

usage

  • login IB Gateway.
  • implement your model for trading under model/.
  • setting config.py
  • run main.py before market open everyday