Just to give people a status report on my OG bitcoin powered trading system. I’ve got R studio and opengamma running on the same server. I’m in the process of trying to get the OG R interface up and running.
Once I’ve done that the next steps are to write connectors to download bitcoin data, and to integrate the alert boxes with fudge. What I would like to do is to be able for OpenGamma to trigger web based notification on the dashboard, and to integrate the REST interfaces of OpenGamma with the online spreadsheet. I figure that it will be able a month or two before I have something that’s minimally functional for my bitcoin trading. I’m doing bitcoin arbs and I really need an alert system and an R backend to run analysis.
A test system is up and running at
http://www.bitquant.com.hk/bittrader/index.html
A disk image with everything installed is available at http://sourceforge.net/projects/bitquant/files/ . Everything I’ve written is BSD-licensed and everything that I’ve used is either BSD or LGPL licensed so feel free to hack away.
(And other than the connectors, there is nothing bitcoin specific about what I’m doing.)