Closed alexpvpmindustry closed 1 year ago
Mistake number 1
So what is happening is that you have to save the models. Since I have not have them saved, it would to too large. Actually, there should be nothing in the Stocks
folder. That is a mistake. So I will change that now.
What to do You can change model.py slightly to get this. Look inside the if name == "main": change the code to match each company. The list of companies is called company_symbols from trading_funcs.py.
You can change this manually, but I have not thought of making it easier to change.
Can u try to implement a minimal model or something for someone to start?
Doesn't have to be accurate or anything sensible.
This error doesn't inform me where or how to continue
I have tried changing the model to "rsi" but the similar error occurred
What do you mean a minimal model? Oh, I think I know what you mean. I do want to add an option to do that, but I don't know how to add that yet without forcing everyone to download all the models. That would be way too large for people who just want to look at the project.
What I wanted to say is minimum working example... Right now I'm still getting simple syntax errors and missing definitions.
Let me know when u are done, I'll check back after...
Maybe I'll add a test in github actions to test... Its as simple as running "python implementation.py" in the github actions yml files. U will see those errors that I am seeing on my machine.
Wait a bit
👍 thanks
This sort of stuff is fixed in my new PR, but it will not be accurate because something is off with that. It is hard to tell what it is because it is not a hard error.
u can take a look at the errors that pop out on GA. in this case, its because u didn't add the secrets into the GA secrets, they should show up as ***.
also, FYI, u can rerun the actions by clicking the recycle icon... (without needing for a new commit)
Works as of: https://github.com/gran4/AI-InvestiBot/pull/96 even though the tests are still failing
Describe the bug i ran the implementation.py after installing requirements.txt.
To Reproduce
Expected behavior it should work.....??
What version of this library is it? latest
OS/Device + version windows 11, python3.10, vscode with venv installed with requirements.txt.