Closed yektadesign closed 5 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If you feel this is very a important issue please reach out the maintainer of this project directly via e-mail: gekko at mvr dot me.
hello i dont understand how can i setup this par :
config.cloudConnector = { enabled: true, //a list of one or more remote subscription channels //to receive remote candles and advices channels: ['kraken-etheur-t5mainasync'], //publish my local strategy advices to a channel. Requires a Gekko Cloud user account publishMySignals: false, publishChannel: '', //useCloudMarket to feed our local strategy with remote candle data and advices //useCloudMarket is for channel subscribers. Disable it when you publish a signal //when disabled, it polls exchange data to build local candles (api rate limits) useCloudMarket: true, //enable extra debug info beside global debug switch debugXMPP: false, //a guest login can instantly subscribe to free advice/candle channels. To publish //your strategy signals and candles you need a gekko cloud user account guestLogin: true, user: 'guest', pass: 'guest' }
only this file is documented https://raw.githubusercontent.com/mark-sch/gekko/develop/config-cloudstrategy.js
where should i sign up for channel ? how to set guestLogin?