Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi Currency Support In One GoxTool #23

Open
Delerium69 opened this issue Apr 18, 2013 · 3 comments
Open

Multi Currency Support In One GoxTool #23

Delerium69 opened this issue Apr 18, 2013 · 3 comments

Comments

@Delerium69
Copy link

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

@prof7bit
Copy link
Owner

prof7bit commented May 1, 2013

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.

@Delerium69
Copy link
Author

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
Copy link
Author

Like this maybe?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants