New IBridgePy release 2.20171104

We’re excited to announce the IBridgePy release update 2.20171104, bringing significant improvements to your algorithmic trading experience. This IBridgePy release addresses key issues that many users have reported and enhances overall stability for Python stock trading applications with Interactive Brokers.

IBridgePy release

We’re excited to announce the IBridgePy release update 2.20171104, bringing significant improvements to your algorithmic trading experience. This update addresses key issues that many users have reported and enhances overall stability for Python stock trading applications.

EXCLUSIVE OFFER

Extra 7% OFF All Quantra Courses

Level up your quant trading skills with courses from Quantra by QuantInsti — Python for trading, machine learning strategies, options trading, and more.

HUI7 Browse Courses → Use code HUI7 at checkout

Key Changes in This IBridgePy Release

I would like to introduce some changes that a lot of users are interested in.

  1. show_real_time_price will not show any negative number anymore. Some users reported strange behaviors of order ( ) and order_target ( ) and they might be related to the default price of -1. In the new release, it won’t become a potential issue any more. However, IBridgePy will terminate if the real time prices are not available for any reasons when the real time price requests are made.
  2. Users reported that errorCode = 2105 caused the termination of IBridgePy. It is an error related to user’s internet connection and re-connection to IB server can be made automatically. So, IBridgePy will treat errorCode of 2105 as a warning instead of a critical error from this release.

Please let us know if you have any issues. As always, you are welcome to take the advantages of our Free Debug Service. For more information, visit our documentation or tutorials.

Best,

Need help building this strategy?

Our Rent-a-Coder team builds custom automated trading programs. From simple scripts to complex multi-account strategies — we handle it all.

IBridgePy team

EXCLUSIVE OFFER

Extra 7% OFF All Quantra Courses

Level up your quant trading skills with courses from Quantra by QuantInsti — Python for trading, machine learning strategies, options trading, and more.

HUI7 Browse Courses → Use code HUI7 at checkout

Ready to Automate Your Trading?

Download IBridgePy free or let our coders build your strategy.

Download Free Hire a Coder

3 thoughts on “New IBridgePy release 2.20171104”

  1. Thanks for your work!

    To the point 2 about errorCode = 2105:
    >>…and re-connection to IB server can be made automatically…

    Do you mean if I got such error and my algo is broken, I don’t need to do anything but just wait for its re-connection?

Leave a Comment