-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why is risk management null? #82
Comments
Also running the same problem, the program no input for portfolio management. |
Happy to take a look. Can you share any screenshots or examples so it is easier to debug? |
Hello, |
I get the exact same error
…On Sat, Feb 1, 2025, 9:25 AM patzoul ***@***.***> wrote:
Hello,
I dont know if it is the same issue. I clone this github. When I run the
example command, poetry run python src/main.py --ticker AAPL,MSFT,NVDA, I
get a portfolio management error: Error in portfolio management, defaulting
to hold. Do you understand what could be causing that?
—
Reply to this email directly, view it on GitHub
<#82 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWPTXV2JDZOK44P76LZMYZD2NT7R7AVCNFSM6AAAAABWEDDQR2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRZGAZTMNRXHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Pull the latest changes from the |
Thanks. I had to comment 'from utils.visualize import save_graph_as_png' as my utils module doesnt a visualize class. I however still then get 'Error in portfolio management, defaulting to hold'. |
Did you set your own API keys for requesting the LLMs ? Without those, "Hold" would be the default value you get. |
Why is the risk management percentage always none?
The text was updated successfully, but these errors were encountered: