You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
The text was updated successfully, but these errors were encountered: