07-13-2018, 07:42 PM
(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";