Hi Team,
in the logs of the live version of my algo I see the following message:
Brokerage Info: The version of the application you are running, 1019.2, needs to be upgraded, as it will be desupported on 20250320. The minimum supported version at that time will be 1030.1.
Do you know what I should do about that?
Mia Alissi
To address the message about upgrading your algorithm version, follow these steps:
Update Your Project's Code Files: Ensure your algorithm code is compatible with the new version requirements. Check for any deprecated methods or properties and update them accordingly.
Upgrade the Live Trading Node: You need to upgrade your live trading node to a version that supports the new minimum version requirement. This can be done through the QuantConnect platform by selecting a node that meets the version criteria.
Update Deployment Settings: Review and update any settings you entered into the deployment wizard. This includes configuring notifications and enabling automatic algorithm restarting if desired.
Redeploy Your Algorithm: After making the necessary updates, redeploy your algorithm to ensure it is running on the supported version. You can use the command:
Follow the prompts to select the appropriate brokerage, configure notifications, and choose the live node.
Monitor Logs and Performance: After redeployment, monitor the logs and performance of your live algorithm to ensure everything is functioning correctly and there are no issues.
By following these steps, you can ensure your algorithm is running on a supported version and avoid any disruptions in your live trading activities.
Sources: Getting Started - QuantConnect.com, Getting Started - QuantConnect.com, Algorithm Control - QuantConnect.com
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
Francesco
this come from an algo in the cloud platform, where can I see the version of the application that I am running?
Lars Klawitter
I'm getting the same log messages on two different live nodes (one running C# code, the other Python) currently paper trading on IBKR. Both have been restarted recently and are using Lean Engine master v16893. How does this relate to the versions 1019 and 1030 respectively, highlighted in the message?
Yuri Lopukhov
That message is originated for Interactive Brokers I believe and there is nothing we can do, QuantConnect's team should update their IBKR API bridge client I suppose.
David E
I'm getting it too, seems like an issue with quantconnect and IBKR. Anyone with the quantconnect team able to comment? Looks like by march 1st we may not be running live on IBKR unless something is addressed?
Francesco
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!