Author

Topic: Making automated trading decisions based on websocket feed (Read 455 times)

newbie
Activity: 11
Merit: 0
I've done quite a bit with node.js and socket.io.  This would be pretty simple to implement (the core functionality at least).  You would send trade requests via normal HTTP, see https://github.com/mikeal/request .
newbie
Activity: 33
Merit: 0
No, not yet, maybe you can make it work with this: http://socketo.me/
member
Activity: 63
Merit: 10
Im looking for the same thing. have you found anything?
I need observer who fetces realtime data, pushes it into my database. Also it should preprocess data and create candles for couple timeframes
Id like to find python implementation...
newbie
Activity: 33
Merit: 0
To rephrase I kind of a need a programming environment that is able to communicate with the streaming and HTTP API both at the same time (or quickly in succession).
newbie
Activity: 33
Merit: 0
It seems like the websocket API feed is only listening to a feed and the only outgoing messages that can be send are subscribe or unsubscribe to a channel.

I would like to create a system that is able to have a program act on the information that is coming through the websocket feed, in other words, being able to enter, update and cancel orders based on an algorithm that uses the info from the websocket feed.

Any hints on how to make this possible?
Jump to: