Exclusive 22% OFF All Quantra by QuantInsti Courses for IBridgePy Users Master algorithmic trading from beginner to advanced — Python for trading, machine learning strategies, options trading, and more.
HUI22 Use HUI22 for 22% off
HUI7 Stack HUI7 for an additional 7% off
Browse Courses →
← Back to Blog

New IBridgePy release 2.20171104

November 6, 2017

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.

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,

IBridgePy team