-
Notifications
You must be signed in to change notification settings - Fork 102
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
Usage examples are not clear: how do we run the bot? #189
Comments
Sorry bro, bayesian optimization ( |
Hey @Gab0 thanks for the tip. I had no idea -b was deprecated. So the new options are either -g or -c? What's -c Here's what I got in -g
I have 3 years of local data loaded for bitfinex eth:usd so it should be able to see that. Do you know what could cause this? |
|
I fixed that error, apparently there were more .toml files to change. Then I got the deltaDays error where it seems to not select from the data base pair which I wanted. I deleted the other databases and now it seems to be working, but I'm not sure what to make of the output.
Is it working, and how do I interpret these results? |
Actually, I think I got it working. I needed to adjust my backtest length in order to get some real numbers. I'll let it run and see what happens! |
Ok, the useful output is written at the |
@gabo thanks again. I see the results. This is awesome! now I can hone in my parameters for the best results. Next question: How do I get Japonicus to use my parameter ranges? I put them in configStrategies.py
However, it did not use those, and instead referenced the settings in the
So, It didn't seem to pick up my ranges. Also, is there a doc on what all these paramters in these files mean? I see the comments but I'm not a statistical analysis wizard so stuff relating to EPOCHS, population size, density, etc is completely foreign to me :-D Is it very important that I learn and change all these settings or are they optimized at the default? I really appreciate your help! |
Hey, yeah
And we surely need better documentation lol. But I just broke the benchmark system a few releases ago, so it's not possible to quickly evaluate different GA settings. 90% of those strange parameters are experimental, so it may not be worthy to learn everything about them in this current state of development.. |
ohh Lol that's good to know. I was sitting here wondering what's going on. It took my ranges when I put them in the Also, good to know a lot of the parameters are experimental, so I'll leave them. The main ones I'm curious about are
I'm reading through your changelog to see what else I can learn now. As I learn more about this, I'll be happy to improve the documentation to make it better to understand. |
There are actually no examples of how to run this program. The wiki usage specifies the cli options but without giving a working example.
Please update either the Readme or the Wiki with a working example that can be copied and pasted.
I updated my
configStrategy.py
with the parameters needed and named it the same as my strategy name in the gekko file. I updated_Global.toml
with the path and config file names (which by the way is not clearly explained in the Wiki. That info should be on the Readme or the Usage page. I had to dig through Issues here to figure out the basic info.)I entered
python3 japonicus-run -b --strat mycustomstrat
And the response
What does that mean... did it work? Where are the results? I can't find the .csv file anywhere
Thanks for any help, I'm looking forward to using this program
The text was updated successfully, but these errors were encountered: