intuition-io / intuition

Quantitative trading kit, for hackers
intuition.io
Apache License 2.0
124 stars 53 forks source link

Dashboard code #7

Closed avinashpandit closed 10 years ago

avinashpandit commented 11 years ago

Hi,

Is it possible for you to checkin dashboard code or make shiny webapp more stable. About six months back writing strategies based on minutes data was not supported , is it supported now ?

xav-b commented 11 years ago

The system is able to process minute-based events but you will have to find a reliable data source to fill the database (there were discussions of that matter on quantopian). I found TrueFX to be a good candidate for forex.

I think I poorly designed some components so my first goal is to cleanup and refactor a lot. Currently I removed zmq dependency with R but there is still an error between mysql and shiny. The other dashboard was for learning purpose but now I managed to make it monitor 30 portfolios on 3 computers, I'll try a stable version.

xav-b commented 10 years ago

This is an old one but here is some news: