-
Notifications
You must be signed in to change notification settings - Fork 104
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
timeout in config sample #3
Comments
If I move timeout to config.. And out of main GA script.. When you update if you don't add the timeout option to your custom config gekkoga will error.. So keep an eye on Sample-config to get new additions and put them in your custom config to keep it up to date when updating gekkoga |
Oh and if you want to GA the macd settings just put randomExt.integer(50, 1), instead of the hard coded number |
thanks ! and if i want to change the tested strategy (stochRSI, DEMA...), i just have to change line 33 ( stratName: 'MACD',), or is there other lines to modify ? |
Correct... There are no other lines to modify |
cool ! i'll try this tonight. it will need some configuration but it could be useful. |
Actually now that I think about it I believe I have timeout cranked up to something ridiculous. So this means it's capped at 2 minutes by default in uiconfig for your server. Edit the timeout setting there and restart server.js |
putting this here so it doesnt mix with thread #2
what do you mean by "it will break configs" ?
about the hard coded long short signal, i guess i just have to add 'randomExt' function to "short", and to ajust "long" with something like long: short + randomExt ?
The text was updated successfully, but these errors were encountered: