Post
Topic
Board Trading Discussion
Re: Gekko - a javascript trading bot and backtesting platform
by
Weishaupt
on 03/04/2018, 09:11:21 UTC
Trying to get the Gekko IRC Bot working..


there is no port? and also it does not work as default either.

This is my config i added port: cause i use another one from the original (8067)

config.ircbot = {
  enabled: true,
  emitUpdates: false,
  channel: '#freespeech',
  server: 'something.ddns.net',
  port: '8067',
  botName: 'gekkobot'
}


But nothing happens and i see no logs.

Great javascript btw! made profits with RSI.

 Grin