Bruteforce node app
#7
(05-06-2018, 07:10 AM)Kris191 Wrote: Morning thegamecat,

Struggling to get this to work, i'm not a coder at all, its giving me a throw error but thats its. the only think i can think of is the following are not correct can you advise...

//where are your gekko strategies?
var strategiesFolder = 'Gekko\gekko\strategies';
//where is your config?                                                                     - by config what do you mean?
var configFile = 'Gekko\gekko\bruteforce\bruteforce.js';

var strategiesFolder = '../gekko/strategies/'; //this is where your strats are
var stratFilesPath = '../gekko/strategy_files/'; //I've started taking a copy of the strat at the start of each brute force so i can always find the strat that was responsible for good setting
var configFile = '../gekko/config-backtester.js'; //this is your "normal" gekko config you use with cli
var apiUrl= "http://localhost:3001";
  Reply


Messages In This Thread
Bruteforce node app - by thegamecat - 05-04-2018, 04:56 PM
RE: Bruteforce node app - by Kris191 - 05-04-2018, 07:13 PM
RE: Bruteforce node app - by thegamecat - 05-05-2018, 11:02 AM
RE: Bruteforce node app - by Kris191 - 05-05-2018, 12:07 PM
RE: Bruteforce node app - by Kris191 - 05-06-2018, 07:10 AM
RE: Bruteforce node app - by thegamecat - 07-13-2018, 07:42 PM
RE: Bruteforce node app - by susitronix - 05-06-2018, 10:06 PM

Forum Jump:


Users browsing this thread: