Search content
Sort by

Showing 4 of 4 results by logicalwire
Post
Topic
Board Project Development
Topic OP
Bitstamp API Trensaction, Orderbook, Ticker and price alerts with PHP and MySQL
by
logicalwire
on 18/04/2014, 15:36:10 UTC
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.
Post
Topic
Board Trading Discussion
Re: BTC-China and CNY
by
logicalwire
on 14/03/2014, 13:33:01 UTC
But if I send Bitcoin to BTC-China  could I withdraw it without get verified account ?
Post
Topic
Board Trading Discussion
Re: bitstamp API tradebot on Php - WhaleHunter
by
logicalwire
on 14/03/2014, 13:19:25 UTC
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.



Post
Topic
Board Trading Discussion
Topic OP
bitstamp API tradebot on Php - WhaleHunter
by
logicalwire
on 14/03/2014, 03:08:16 UTC
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.