Open askmike opened 6 years ago
Brilliant thanks.
Bruteforce doesn't work anymore with 0.6 any chance for a fix? Thanks so much. Also is there a way to make the date range variable. It's important to bactest a strategy agains various date ranges. Would be cool to be able to put an array of date ranges. Thank you so much.
@amigoni What error message do you get? Process out of memory?
@amigoni have a look at what api request object looks like when you do your backtest in the ui, this will give you an idea on how to modify your bruteforce preferences object. As regards array of dateranges its a matter of adding another for loop. Should be pretty straightforward.
Or https://www.npmjs.com/package/moment-random could help.
I sort of fixed some of the issue, not the cleaner way but at least it works and save on the file https://github.com/gekkowarez/bruteforce/pull/4
I've released gekko 0.6 which has some differences in the API. See the following links for details: