After getting some warming feedback about my previous library release (link), I've decided to also release QTPy-Lib, an algorithmic trading python library for trading using Interactive Brokers.
I've developed it after wanting a simple, yet flexible, python trading library that has a very small footprint and uses very little resources.
Yes, I know that the world probably don't need another backtesting/live trading library - I since like to know 100% of the code intimately
, I have decided to write my own.
Anyway, I've been using it for my own trading for a while and it works for me.
I hope you'll find it useful
Code:
https://github.com/ranaroussi/qtpylib
Documentation:
http://www.qtpylib.io/en/latest/index.html
Cheers.
I've developed it after wanting a simple, yet flexible, python trading library that has a very small footprint and uses very little resources.
Yes, I know that the world probably don't need another backtesting/live trading library - I since like to know 100% of the code intimately
, I have decided to write my own.Anyway, I've been using it for my own trading for a while and it works for me.
I hope you'll find it useful

Code:
https://github.com/ranaroussi/qtpylib
Documentation:
http://www.qtpylib.io/en/latest/index.html
Cheers.
