It is not that difficult to set this up yourself if you master the "power of SQL".Quote from djjamal:
hi does anyone know if there are any companies which offer a real time relational database product that is updated with live quotes and level 2 data? i'm interested in doing real time scanning but would like to harness the power of SQL statement for its flexibility.
Quote from nononsense:
It is not that difficult to set this up yourself if you master the "power of SQL".
Get your data the vendor's format, usually csv or equivalent ascii, and upload to your rdb, in realtime as required. The "scanning" and "power harnessing" looks like the more difficult part
I could keep this information myself, but the database would be humongous so I don't.Quote from djjamal:
hi does anyone know if there are any companies which offer a real time relational database product that is updated with live quotes and level 2 data? i'm interested in doing real time scanning but would like to harness the power of SQL statement for its flexibility.