Understanding which Quantopian functions IBridgePy supports is essential when migrating your algorithmic trading strategies. We know that migrating from Quantopian to IBridgePy is not an easy task, so we work very hard to support as many Quantopian functions IBridgePy can handle for seamless Python stock trading integration with Interactive Brokers.

Understanding which Quantopian functions IBridgePy supports is essential when migrating your algorithmic trading strategies. We know that migrating from Quantopian to IBridgePy is not an easy task, so we work very hard to support as many Quantopian functions as possible for seamless Python stock trading integration.
New Quantopian Functions in IBridgePy
From IBridgePy version 2.20171012, order_value ( ), order_target_percent ( ), order_target_value ( ) and record ( ) are supported by IBridgePy and you can use these functions as in Quantopian without any changes!
Also, we changed context.portfolio.positions so that it behaves in IBridgePy as same as it does in Quantopian.
By the way, IBrigePy for Mac and IBridgePy for Ubuntu come back after some improvements.
Please contact with us at IBridgePy@gmail.com if you find some functions are not exactly that same as in Quantopian. We would love to change them. For comprehensive guides, visit our documentation or explore our tutorials.
Have a nice day !
IBridgePy team

Great!
The more your API nears QuantOpian, the more people will use your API.
Good progress, I successfully made the first real money deal by IBridgePY API yesterday.
Thanks for letting us know.
Hi David,
According to your experience, it IBridgePy now much similar to QuantOpian? Do you turn on the runMode=’run_like_quantopian’ in the RUN_ME.py?
So Easy to get “errorId = -1, errorCode = 2105”.So it will exit the trade. And “trade_target_value” is wrong, looks like “trade_target” in Mac. Still thank for you jobs.
“trade_target_value” works like “trade_target”. it does not buy or sell stock target value, just target stock number. You can test it.
I assume you are talking about “order_target” and “order_target_value”. Please refer to IBridgePy documentation here:https://ibridgepy.com//ibridgepy-documentation/ If you believe it is a bug, you are welcome to submit a request through our free debug service.
https://ibridgepy.com//rent-a-coder/#Free_debug_service
Please check out the latest IBrigdgePy version. errorCode = 2105 is a warning, not a critical error anymore.
Pingback: Know Everything About Quantopian API - IBridgePy