hello
and i dont understand how can i setup this lines :
//publish my local strategy advices to a channel. Requires a Gekko Cloud user account
publishMySignals: false,
publishChannel: '"', //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'
hello and i dont understand how can i setup this lines :
//publish my local strategy advices to a channel. Requires a Gekko Cloud user account publishMySignals: false, publishChannel: '"', //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?