robaho / go-trader

financial exchange written in Go, designed for algorithmic trading tests
GNU General Public License v3.0
376 stars 75 forks source link

Data feed #1

Closed ghost closed 5 years ago

ghost commented 6 years ago

Who do you use for data feed ?

I used to write these systems and this looks really useful for private trading.

robaho commented 6 years ago

There are no data feeds included. You can use 'playback' for captured feed data (after converting to the required format), or you can write the code for live feed access, and then "pump it into the exchange" using marketmaker type command.

robaho commented 5 years ago

Closing this issue, as it is not applicable.