robcarver17 / pysystemtrade

Systematic Trading in python
GNU General Public License v3.0
2.57k stars 816 forks source link

heads up for ib_insync project #111

Closed cmorgan closed 4 years ago

cmorgan commented 5 years ago

Have you seen this? https://github.com/erdewit/ib_insync Highly recommended. Can be run in a blocking or non-blocking fashion. The advantage of this project in addition to code quality is that it wraps the official IB Python API. Cheers

robcarver17 commented 5 years ago

Yes, Chris, have seen it. I'm sure it's excellent, but I have a slight reservation about being dependent on a third party package for my trading (like with my first system) rather than going straight into the official API. If I have time I might do an alternative API within pysystemtrade that uses erdewit's package rather than my own code to interact with IB (Leaving this open as an idea)