Post
Topic
Board Trading Discussion
Re: Gekko - a javascript trading bot and backtesting platform
by
parrainjak
on 10/02/2015, 14:58:17 UTC
great to see some exchanges added! I am testing the bot with different settings on btce and cryptsy (only papertrading). Would be great to see the backtester running. Is the (broken) sourcecode for backtesting on github somewhere? I did only find the /docs/backtesting.md

Edit: I got this error on cryptsy for the second time:
Quote
2015-02-05 20:53:57 (DEBUG):    Processed trades, sleeping for a minute...
2015-02-05 20:54:45 (DEBUG):    Requested DRK/BTC trade data from Cryptsy ...

SyntaxError: Unexpected token <
    at Object.parse (native)
    at Request._callback (/home/user/gekko/node_modules/cryptsy-api/cryptsy.js:53:27)
    at Request.self.callback (/home/user/gekko/node_modules/cryptsy-api/node_modules/request/request.js:344:22)
    at Request.EventEmitter.emit (events.js:98:17)
    at Request. (/home/user/gekko/node_modules/cryptsy-api/node_modules/request/request.js:1239:14)
    at Request.EventEmitter.emit (events.js:117:20)
    at IncomingMessage. (/home/user/gekko/node_modules/cryptsy-api/node_modules/request/request.js:1187:12)
    at IncomingMessage.EventEmitter.emit (events.js:117:20)
    at _stream_readable.js:920:16
    at process._tickCallback (node.js:415:13)


hello. I ave a similare problem.