Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: rokj on January 16, 2012, 10:55:15 PM



Title: Bitcoin dealer (trading script)
Post by: rokj on January 16, 2012, 10:55:15 PM
Hi, I have made a little script a while ago and maybe you will find it usefull.

from https://github.com/rokj/bitcoin_dealer (https://github.com/rokj/bitcoin_dealer):

Bitcoin dealer is simple Django script for trading bitcoins currently only on MtGox exchange. Currently only API version 0 is supported, which will be deprecated on 1th of March, but new API support should be available before that date. :)

Script is most useful for those who do not have time to watch price of bitcoin all the time, have a PC running all the time and know how to write few "Hello worlds" with two if cases.


... and if you find it usefull
1MC1BSkwD45gAuQ8mvXtD1RZWhNtxGV1ho
 :)


Title: Re: Bitcoin dealer (trading script)
Post by: rokj on March 05, 2012, 11:35:00 AM
Now API version 1 is supported with multiple currencies on MtGox.

Have fun! :)


Title: Re: Bitcoin dealer (trading script)
Post by: BadBitcoin (James Sutton) on March 09, 2012, 03:28:27 AM
can you believe I just paid someone $220 for a php script doing less than this?

I'll tip you once my sites up mate, you did good work.


Title: Re: Bitcoin dealer (trading script)
Post by: rokj on March 09, 2012, 12:42:41 PM
can you believe I just paid someone $220 for a php script doing less than this?

I'll tip you once my sites up mate, you did good work.

Maybe "I am spitting into my own bowl" and do not get me wrong, but work should be paid and you did the right thing from my point of view.

Now you can pay him to add another feature or something.  :)


Title: Re: Bitcoin dealer (trading script)
Post by: Hunterbunter on March 09, 2012, 12:48:58 PM
Maybe "I am spitting into my own bowl".

Sound delicious. Keen to check out script, though!


Title: Re: Bitcoin dealer (trading script)
Post by: BadBitcoin (James Sutton) on March 09, 2012, 09:21:05 PM
can you believe I just paid someone $220 for a php script doing less than this?

I'll tip you once my sites up mate, you did good work.

Maybe "I am spitting into my own bowl" and do not get me wrong, but work should be paid and you did the right thing from my point of view.

Now you can pay him to add another feature or something.  :)


nah, his work was incredibly shotty, I'll never use vworker.com ever again, for the amount of money I spent on his "expertise" (910) I could have spent a couple of days and do it all myself, your work written in python is of much higher quality.


Title: Re: Bitcoin dealer (trading bot/script)
Post by: rokj on April 25, 2012, 09:46:58 PM
Did not know what stop orders are until today, but script does support stop orders in a sense, ...  :D

See https://en.wikipedia.org/wiki/Order_%28exchange%29#Stop_orders (https://en.wikipedia.org/wiki/Order_%28exchange%29#Stop_orders) if you are unfamiliar with them also.



Title: Re: Bitcoin dealer (trading script)
Post by: arby on April 28, 2012, 08:12:07 AM
thank you