Bitcoin Forum
May 24, 2024, 04:55:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Bitstamp API Trensaction, Orderbook, Ticker and price alerts with PHP and MySQL on: April 18, 2014, 03:36:10 PM
Hello everybody,

I'm making some software that interact with Bitcoin trading API like those provided by Bitstamp.net. This software can register the bitstamp's trensaction history in the database and set price alert on the ticker with sound. You have also the whole orderbook with colors that is updated every second.

You can finde the folder hier:

https://www.dropbox.com/sh/7j4ms8wqbb3h1k5/REnz-9c9na

A screenshoot hier:

http://imgur.com/HPWankN

Please leave me your comments. I hope that is helpful and it is a good step to understand how API work. I can also add some feature that you need feel free to ask me.
2  Economy / Trading Discussion / Re: BTC-China and CNY on: March 14, 2014, 01:33:01 PM
But if I send Bitcoin to BTC-China  could I withdraw it without get verified account ?
3  Economy / Trading Discussion / Re: bitstamp API tradebot on Php - WhaleHunter on: March 14, 2014, 01:19:25 PM
Yes it check the volume and the price of 3000 open orders. I can make it to count the whole orderbook and to set a number of open order to count that is a part of them that's possible. That's also a good point because it will eliminate the bug that could occur if the orderbook is smaller that 3000 offers but I have to count the whole orderbook anyway for set that number automatically. Actually it count from the highest bid and the lowest ask so it can find the buy/sell wall easy with 3000 offer but that's a parameter that have to be adjusted when the orderbook depth if it change significantly.



4  Economy / Trading Discussion / bitstamp API tradebot on Php - WhaleHunter on: March 14, 2014, 03:08:16 AM
Hello everybody,

I'm making some software that interact with Bitcoin trading API like those provided by Bitstamp.net.
This tradebot is able to find the best price for buy following the buywall and then the sellwall. There is some parameters to set for find the buywall and sellwall that you want to follow.

You have control over your balance and orders with sound alerts and you can check price ticker, high/low difference and some other parameters.

There is also a stop loss function that sell at bid price and generate alarm.


You can get it on this address : https://www.dropbox.com/sh/8c5r0esvd2v9639/kdNAfFPi3T

Please leave me your comments and send me some tip. I hope that is helpful and it is a good step to understand how API work anyway. I can also add some feature that you need feel free to ask me. Other way if you are one a huge project I would like to step in.

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!