askmike / gekko

A bitcoin trading bot written in node - https://gekko.wizb.it/
MIT License
10.08k stars 3.93k forks source link

green gekko cloud strategy #2794

Closed yektadesign closed 5 years ago

yektadesign commented 5 years ago

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?