Bitcoin Forum

Economy => Trading Discussion => Topic started by: ZirconiumX on October 12, 2013, 01:56:23 PM



Title: R2CT - The Round-Robin Cryptsy Trader
Post by: ZirconiumX on October 12, 2013, 01:56:23 PM
This is a little GPL Python script that I wrote to try and get better at python. It uses PyCryptsy (no point reinventing the wheel), and trades using EMA 10/21. There is nothing particularly special about it, other than the fact it's open-source.

I make no promises about how good or bad it is - if you lose money, it's your fault for running it.
It is also probably pretty buggy.

Download. (http://thelumpit.net/trade_bot.zip)

Matthew:out


Title: Re: R2CT - The Round-Robin Cryptsy Trader
Post by: rofloflofloflo on November 08, 2013, 04:03:18 PM
Hi,
that's cool thanks :)
any github or similar repo available ? that would help you get more people interested in reviewing the code I think.


Title: Re: R2CT - The Round-Robin Cryptsy Trader
Post by: ZirconiumX on November 09, 2013, 02:32:09 AM
Hi,
that's cool thanks :)
any github or similar repo available ? that would help you get more people interested in reviewing the code I think.

Maintaining Github repos is something of a hassle, IMO, but you do have a valid point.

Couple of changes I'm planning for r1, once I get more interest:
 - automatic market updating
 - abstracting the trading algorithm into a new class
 - possibly a config file - hassle/safety tradeoff there...

Matthew:out


Title: Re: R2CT - The Round-Robin Cryptsy Trader
Post by: nov on January 25, 2014, 08:44:41 AM
Matthew,

What kind of results were you able to get, please?

Any real results stats to show, please?

Thanks.

This is a little GPL Python script that I wrote to try and get better at python. It uses PyCryptsy (no point reinventing the wheel), and trades using EMA 10/21. There is nothing particularly special about it, other than the fact it's open-source.

I make no promises about how good or bad it is - if you lose money, it's your fault for running it.
It is also probably pretty buggy.

Download. (http://thelumpit.net/trade_bot.zip)

Matthew:out


Title: Re: R2CT - The Round-Robin Cryptsy Trader
Post by: Muttley on August 05, 2014, 03:54:58 PM
Download not available anymore?