Bitcoin Forum
May 23, 2024, 10:47:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Local / Tutoriale / Re: Pay Per Install - cum sa mai faci ceva $$$ on: March 19, 2015, 10:41:14 AM
Pay Per Install Cinstaller plătește în Bitcoin. Smiley
2  Bitcoin / Project Development / Re: ToyTrader - a daytrading command line tool for mtgox on: May 25, 2011, 05:05:12 PM
Huh, thanx for feedback, please give me some time to make changes Wink
3  Bitcoin / Project Development / Re: ToyTrader - a daytrading command line tool for mtgox on: May 22, 2011, 01:31:04 AM
OMG. what a shame... it was classic mistake, i forgot that arrays in php is from 0 Wink

Please update mtgox.php from github 0.0.5 version.

Thanks Wink
4  Bitcoin / Project Development / Re: ToyTrader - a daytrading command line tool for mtgox on: May 21, 2011, 08:37:26 PM
Thanks for your interest Wink

New version (0.0.4) sorts a feed from mtgox, so if appears any differences - they are on mtgox side. Each refresh downloads a new data from mtgox, and never cache it.
5  Bitcoin / Project Development / Re: ToyTrader - a daytrading command line tool for mtgox on: May 19, 2011, 08:49:53 PM
i guess that I fixed it. Used fgets() instead of readline(). Please download new version Wink Enjoy.
6  Bitcoin / Project Development / ToyTrader - a daytrading command line tool for mtgox on: May 19, 2011, 06:18:59 PM
Hello,

i'd like to introduce a a very early version of command line trading tool for mtgox. It's very usable for me, so i guess that it will be usable for more bitcoin users...

https://github.com/toyotasupra/ToyTrader

Please put feedback here, also please donate:  1N8b1uzWA7RsfVPmA2kdGSEmsv91zTRMAX Grin

Config: edit config.inc.php

Usage: php -q mtgox.php

Commands:
^M or <enter> - refresh stats,
H<enter> - displays short help
S amount price<enter> - sell amount of btc at price i.e. "s 10 7.01" makes mtgox order for selling 10 btc at 7.01$, you can also use "s all 7.09" for selling all available btc at 7.09
B amount price<enter> - buy amount of btc at price i.e. "b 5 6.5" makes mtgox order for buying 5 btc at 6.5$, you can also use "b all 6.66" for buying btc for all available $ at price 6.66
L<enter> - list all your active trade orders
C oid type<enter> - cancels order with oid and type i.e. "c 272654 1" cancels sell order number 272654
T [num]<enter> - list last num trades on mtgox (default 10)
Q<enter> - quit program

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!