Gekko Forum
multi-gekko, trade multi assets with gekko - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: Third Party Software (https://forum.gekko.wizb.it/forum-18.html)
+--- Thread: multi-gekko, trade multi assets with gekko (/thread-57163.html)



multi-gekko, trade multi assets with gekko - bettimms - 05-14-2018

Just published multi-gekko. Generate multiple config files and monitor multiple currencies and exchanges using gekko.

https://github.com/bettimms/multi-gekko


RE: multi-gekko, trade multi assets with gekko - ankasem - 05-14-2018

hi
npm i (go)
for ubuntu 16.04 x64
-------------------------------------------------
1- npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.3: wanted {"os":"darwin","arch":"any"} (current: 
{"os":"linux","arch":"x64"})


2- npm generate
3-Usage: npm run-all

where <command> is one of:
    access, adduser, bin, bugs, c, cache, completion, config,
    ddp, dedupe, deprecate, dist-tag, docs, doctor, edit,
    explore, get, help, help-search, i, init, install,
    install-test, it, link, list, ln, login, logout, ls,
    outdated, owner, pack, ping, prefix, profile, prune,
    publish, rb, rebuild, repo, restart, root, run, run-script,
    s, se, search, set, shrinkwrap, star, stars, start, stop, t,
    team, test, token, tst, un, uninstall, unpublish, unstar,
    up, update, v, version, view, whoami

npm <command> -h     quick help on <command>
npm -l           display full usage info
npm help <term>  search for help on <term>
npm help npm     involved overview

Specify configs in the ini-formatted file:
    /home/s1/.npmrc
or on the command line via: npm <command> --key value
Config info can be viewed via: npm help config

npm@5.5.1 /home/s1/.nvm/versions/node/v8.9.3/lib/node_modules/npm

Did you mean this?
    deprecate



what is this error


RE: multi-gekko, trade multi assets with gekko - bettimms - 05-14-2018

(05-14-2018, 07:06 PM)Hi,I\ll have a look tomorrow for linux in  a virtual machine since I didn't try in linux and will check the issue of package-lock.json!Thank you for trying it and your understating! Wrote: hi
npm i (go)
for ubuntu 16.04 x64
-------------------------------------------------
1- npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.3: wanted {"os":"darwin","arch":"any"} (current: 
{"os":"linux","arch":"x64"})


2- npm generate
3-Usage: npm run-all

where <command> is one of:
    access, adduser, bin, bugs, c, cache, completion, config,
    ddp, dedupe, deprecate, dist-tag, docs, doctor, edit,
    explore, get, help, help-search, i, init, install,
    install-test, it, link, list, ln, login, logout, ls,
    outdated, owner, pack, ping, prefix, profile, prune,
    publish, rb, rebuild, repo, restart, root, run, run-script,
    s, se, search, set, shrinkwrap, star, stars, start, stop, t,
    team, test, token, tst, un, uninstall, unpublish, unstar,
    up, update, v, version, view, whoami

npm <command> -h     quick help on <command>
npm -l           display full usage info
npm help <term>  search for help on <term>
npm help npm     involved overview

Specify configs in the ini-formatted file:
    /home/s1/.npmrc
or on the command line via: npm <command> --key value
Config info can be viewed via: npm help config

npm@5.5.1 /home/s1/.nvm/versions/node/v8.9.3/lib/node_modules/npm



Usage: npm <command>
-------------------------------------------------------

where <command> is one of:
    access, adduser, bin, bugs, c, cache, completion, config,
    ddp, dedupe, deprecate, dist-tag, docs, doctor, edit,
    explore, get, help, help-search, i, init, install,
    install-test, it, link, list, ln, login, logout, ls,
    outdated, owner, pack, ping, prefix, profile, prune,
    publish, rb, rebuild, repo, restart, root, run, run-script,
    s, se, search, set, shrinkwrap, star, stars, start, stop, t,
    team, test, token, tst, un, uninstall, unpublish, unstar,
    up, update, v, version, view, whoami

npm <command> -h     quick help on <command>
npm -l           display full usage info
npm help <term>  search for help on <term>
npm help npm     involved overview

Specify configs in the ini-formatted file:
    /home/s1/.npmrc
or on the command line via: npm <command> --key value
Config info can be viewed via: npm help config

npm@5.5.1 /home/s1/.nvm/versions/node/v8.9.3/lib/node_modules/npm

Did you mean this?
    deprecate



what is this error



RE: multi-gekko, trade multi assets with gekko - bettimms - 05-14-2018

@ankasem I updated it, try it now!


RE: multi-gekko, trade multi assets with gekko - ankasem - 05-14-2018

hi
I use ubuntu 16.04 64x

index.js gekko path
--------------------------------------------------
 : "/s1/home/gekko";
----------------------------------------------
gekko way correct  spelling
thank you
---------------------------------------------------------------
----------------------------------------------------------------------
npm run run-all
----------------------------------------------------------------------------
> npm-run-all --parallel BCH-NNv2.gda ETH-NNv2.bin ETH-NNv2.gda TRX-NNv2.gda BCH-RSI.gda ETH-RSI.bin ETH-RSI.gda ADA-TSI.bin BCH-TSI.gda TRX-TSI.gda
ERROR: Task not found: "BCH-NNv2.gda", BCH-RSI.gda", ETH-RSI.bin", ETH-RSI.gda", BCH-TSI.gda"
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! multi-gekko@1.0.0 run-all: `npm-run-all --parallel BCH-NNv2.gda ETH-NNv2.bin ETH-NNv2.gda TRX-NNv2.gda BCH-RSI.gda ETH-RSI.bin ETH-RSI.gda ADA-TSI.bin BCH-TSI.gda TRX-TSI.gda`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the multi-gekko@1.0.0 run-all script.
npm ERR! This is probably not a problem with npm. There is likely additional loggin
-----------------------
it gives this error
Installed NNv2 and RSI strategies
exchange binance no BCH
BCH to TRX (pair-config.js)
(configs)made according to the gdax stock exchange of
------------------------------------------------------
Does it work without api key 

thank you


RE: multi-gekko, trade multi assets with gekko - bettimms - 05-15-2018

@ankasem set the path to gekko.js file so it'll be your full location gekko/gekko.js. I might remove this in the future from end-user side since path to folder will be sufficient.
Thank you