Hi
my algorithm is getting stuck always in the same point when I try to run it in live mode. Today I restarted my account deleted subscriptions and paid again to see if the problem was with that but still no solution.
2024-11-15 15:29:00 :Launching analysis for L-f1944db9c0f15b17634ef8eeb599ed50 with LEAN Engine v2.5.0.0.167322024-11-15 15:29:03 :binance account base currency: USD
2024-11-15 15:29:03 :Changing account currency from USD to USDT...
2024-11-15 15:29:03 :Accurate daily end-times now enabled by default. See more at https://qnt.co/3YHaWHL. To disable it and use legacy daily bars set self.settings.daily_precise_end_time = False.
2024-11-15 15:29:03 :Warning: binance Crypto TradeBar data not supported. Please consider reviewing the data providers selection.
it does not continue from here. I did try other algorithms that were working and same result. For that, I really think that the problem is with the live node.
Please help me with some support here,
Thanks a lot in advance
Rubén
Mia Alissi
Here's a breakdown of the issues and potential solutions based on the information provided:
Binance Crypto TradeBar Data Not Supported: The warning message indicates that the Binance data provider you are using does not support TradeBar data. This could be due to the specific data subscription you have or the assets you are trying to access. You might want to check if the assets you are trading are supported by your data provider or consider switching to a different data provider that supports the required data.
Changing Account Currency: The message about changing the account currency from USD to USDT suggests that your algorithm is attempting to set the account currency. Ensure that you are using the
set_account_currency
method correctly in your algorithm. This method should be called before any securities are added to your algorithm.Accurate Daily End-Times: The message about accurate daily end-times being enabled by default is informational. If you want to disable this feature, you can set
self.settings.daily_precise_end_time = False
in your algorithm. This setting controls whether the algorithm uses precise daily bar end times.Live Node Configuration: Since you mentioned that other algorithms are also getting stuck, it might be an issue with the live node configuration. Ensure that your live node has the necessary resources and is correctly set up to handle your algorithm's requirements.
General Troubleshooting Steps:
If you need further assistance with specific code changes or configurations, feel free to ask!
Sources: Crypto - QuantConnect.com, US Equities - QuantConnect.com, Debugging - QuantConnect.com, Requesting Data - QuantConnect.com, Live Features Algorithm
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.
Ruben Fanjul
The problem is not with the algorithm since I tried others that where working. I belive is with the node or with my account.
Ruben Fanjul
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!