Pages:
Author

Topic: Trading bot? - page 2. (Read 12673 times)

sr. member
Activity: 350
Merit: 252
probiwon.com
March 12, 2011, 07:58:11 PM
#6
Sorry for the delay, did not notice the messages. We explore this issue.
hero member
Activity: 548
Merit: 502
So much code.
March 07, 2011, 06:35:46 PM
#5
I'm trying to interface with the API as well, and I am having the same issue.
newbie
Activity: 13
Merit: 0
March 07, 2011, 10:43:27 AM
#4
I've made a simple bot on mtgox that works.

I've tried to make a bot for your site, but can't get it to work. If I try the simple program:
Code:
import httplib2
h = httplib2.Http('.cache')
url = "https://btcex.com/api/orders?username=sidd&token=****"
r,c = h.request(url)
print c

It always returns an empty list []

If I use the exact same url in a browser while logged out of btcex it also returns []
If I use the same url in a browser while logged in it lists orders correctly, eg: [{"pair_id":2,"order_id":59670,"order_type":"Limit","ask":true,"rate":"10.0000","rate_reverse":"0.1000","quantity_sell":"1.00","ttl":"14 days"}]
sr. member
Activity: 350
Merit: 252
probiwon.com
March 06, 2011, 12:59:44 AM
#3
 I would ask that the bot began to trade on our exchange too
riX
sr. member
Activity: 326
Merit: 252
March 06, 2011, 12:18:19 AM
#2
Today there was a bot online there.
The bot kept adjusting it's order so to always be included in the lowest 500 USD worth of sell orders.
It's easy to see if it's online.
sr. member
Activity: 350
Merit: 252
probiwon.com
March 05, 2011, 11:28:33 PM
#1
Has anyone seen trading robot to trade on mtgox?
Pages:
Jump to: