all my project back test is not working. it was working few hours before.
it's stucking at launching back test forever. i'm using a paid node. B2-8 node 0b98f375
QUANTCONNECT COMMUNITY
all my project back test is not working. it was working few hours before.
it's stucking at launching back test forever. i'm using a paid node. B2-8 node 0b98f375
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.
Mia Alissi
To help Oliver with the issue of his backtest being stuck at launching on a paid node, here are some steps and considerations:
Check Node Status: Ensure that the B2-8 node (0b98f375) is active and not busy. This can be done by checking the node's status in the QuantConnect dashboard.
Review Recent Changes: Consider any recent changes made to the algorithm or project settings that might have affected the backtest process. This includes changes in data sources, algorithm logic, or configuration settings.
Inspect Logs: Look at the algorithm logs for any errors or warnings that might indicate why the backtest is not starting. Use logging statements within your algorithm to help trace any logic errors or unexpected behavior.
Restart Node: Try restarting the node to ensure it is not in a hung state and can properly execute the backtest.
Test with Different Node: If possible, switch to a different node to see if the issue is specific to the B2-8 node.
Contact Support: If the problem persists, reach out to QuantConnect support with details of the issue, including the node ID and any error messages.
Debugging Tools: Utilize the built-in debugger to step through your code line-by-line and inspect variables to understand the internal state of the program. This can help identify any runtime or logic errors.
Documentation Review: Consult QuantConnect documentation for any known issues or updates related to backtesting on paid nodes. This can provide insights into any recent changes or known bugs.
By following these steps, Oliver should be able to diagnose and potentially resolve the issue with his backtest. If further assistance is needed, contacting QuantConnect support would be a prudent step.
Sources: Debugging - QuantConnect.com, Getting Started - 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.
Oliver
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!