06-16-2018, 12:31 PM
(This post was last modified: 06-16-2018, 12:33 PM by KyleSterling.)
Was wondering the same but for bitfinex, however running the above just gives the following errors for me,
---------------------------
Windows Script Host
---------------------------
Script: \Downloads\gekko\util\genMarketFiles\update-bitfinex.js
Line: 1
Char: 1
Error: Syntax error
Code: 800A03EA
Source: Microsoft JScript compilation error
---------------------------
OK
---------------------------
CMD output:
\Downloads\gekko\util\genMarketFiles>node update-bitfinex.js
module.js:549
throw err;
^
Error: Cannot find module 'request-promise'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (C:\Downloads\gekko\util\genMarketFiles\update-bitfinex.js:3:17)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
I tried adding the new pairs in question manually to bitfinex-markets.json however the exchange bitfinex get's removed somehow from both the backtester/importer/live gekko as an option to select. Any help with this is appreciated.
---------------------------
Windows Script Host
---------------------------
Script: \Downloads\gekko\util\genMarketFiles\update-bitfinex.js
Line: 1
Char: 1
Error: Syntax error
Code: 800A03EA
Source: Microsoft JScript compilation error
---------------------------
OK
---------------------------
CMD output:
\Downloads\gekko\util\genMarketFiles>node update-bitfinex.js
module.js:549
throw err;
^
Error: Cannot find module 'request-promise'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (C:\Downloads\gekko\util\genMarketFiles\update-bitfinex.js:3:17)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
I tried adding the new pairs in question manually to bitfinex-markets.json however the exchange bitfinex get's removed somehow from both the backtester/importer/live gekko as an option to select. Any help with this is appreciated.