@Stephan224,
Is it possible to let Haasbot directly read Cryptsy price from its exchange webpage instead of API port?
I mean, to catch the price after string "Market Trade History (Last 200)
" on page
https://www.cryptsy.com/markets/view/***
Because the price in webpage is real-time info without delay, and it can be read without login.
If the webpage reading speed is an obstacle to do that, then what about let all client bots randomly read one of the 200 coin exchange pages in every one minute ,and then upload the info into server (just like a distributed computation), and then let server pass back combined all 200 coins price info to every bot.
It is just an idea, for you reference.