goxtool icon indicating copy to clipboard operation
goxtool copied to clipboard

Multi Currency Support In One GoxTool

Open Delerium69 opened this issue 12 years ago • 3 comments

Might be a far fetched request this but is it possible to have one goxtool instance relay information for multiple currencies in one window meaning just one socketio connection.

I expect this would be a significant rewrite of code as each signal would need to have currency identifier.

Delerium

Delerium69 avatar Apr 18 '13 11:04 Delerium69

Might be possible. I would use multiple Gox() instances but instead of a WebsocketClient() connector instance for each of them all the "slave" instances would have a connector that talks to the "master" instance of Gox(), makes the master subscribe to the needed additional channels and then connect the slave's slot_recv() directly to the master's signal_recv(). Could be easier that it might seem.

prof7bit avatar May 01 '13 18:05 prof7bit

I guess as the popularity of bitcoin grows and the market gets busier this would be a great enhancement to save the multiple websocket connections I'm currently using (7 clients). Aside to the code challenge on this, i do wonder how it would be displayed graphically too.

I imagine the actual gox window would need to lose the candles and the depths' price/volumes would need to be side by side each other but keeping the same console window with a currency indicator on each transaction.

Might try and mock up a paint image to display what i mean.

Delerium69 avatar May 18 '13 13:05 Delerium69

Like this maybe?

image

Delerium69 avatar May 18 '13 13:05 Delerium69