Bitcoin Forum

Economy => Services => Topic started by: fr4nkthetank on April 28, 2014, 11:48:30 PM



Title: VISUAL BASIC form to read market and send orders to cryptsy, others, with api
Post by: fr4nkthetank on April 28, 2014, 11:48:30 PM
Thats it.

Basically the libraries for cryptsy API are available and all the work is actually done.  All you need to do is create a form with buttons and txt boxes.

Thats pretty much it. 

-listbox with all pairs available
-retrieve balance for selected pair, bid ask price
-box for order size and price, buy/sell
-start button to send order

-oh and while we are at it have a timer to check the market bid price every hour or so and if the price is higher than the buy order, cancel the order and post an order at that price (just want a bit of logic in there nothing fancy)

if you are interested in this educational project please inquire, and how much you bid for this project.  pay can be in altcoins

Reason for this project is to have fun, but i need a starting platform first

Also reason its VB is because thats pretty much what ive ever programmed with (simple stuff), and i want to learn and play around.