Speaking of which...
I found one with support for the cryptsy exchange, and I pulled in the code to enable cryptsy support
(I have not tested it yet though, so it's nothing I'm promising if/when it will actually work)
Yesterday's prerelease / 2014 July 2nd (initial cryptsy support)
/// (( ... snip ... )) ///
Did you merge the crypsty code into your cex.io fork of gekko or are you keeping them separate?
Yes. The cryptsy code is in my cex.io fork, and you can download it from that link.
Note: sorry about this bad news, but the cryptsy support will probably not be very useful on my fork currently while I'm still fixing the bugs with cex.io reinvest support -- keep in mind that while my fork is still set up for testing on cex.io it has to have the logic for "sell" completely disabled, so you'd only ever see "buy" signals until "sell" is re-enabled.
I don't have a timeframe yet for when I'll be re-enabling the sell logic. Most of the trading methods are still based on old code which is largely untested with my fork, and might still be incompatible or cause issues.
... But you might just want to directly use this one though since it doesn't have "sell" orders disabled:
https://github.com/dowjames/gekko
Sorry, I can't really debug that one since it's too different than my own fork.
Good luck.