gekkowarez / bruteforce

A swiss army nodejs brute force backtester for Gekko trading bot. Saves time so you can spend more time looking good.
MIT License
45 stars 16 forks source link

Update for Gekko 0.6 #2

Open askmike opened 6 years ago

askmike commented 6 years ago

I've released gekko 0.6 which has some differences in the API. See the following links for details:

thegamecat commented 6 years ago

Brilliant thanks.

amigoni commented 6 years ago

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.

Remonell commented 6 years ago

@amigoni What error message do you get? Process out of memory?

Mottoweb commented 6 years ago

@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.

max246 commented 6 years ago

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