NxCore Users - scripting question

Are you seriously a Software Engineer?
They provide a well documented straight forward API with
sample code and programs in umteen languages...
Pretty responsive support forum and deliver 25ms precision data consistently.

You really need to roll your sleeves up and dig in. Real time is all in memory and you can do a symbol spin (In your terms read the cached symbol table) at any time.

http://nxcoreapi.com/doc/

Love em or hate em... These guys do data right and respond to any reported inconsistency. What they deliver requires a coder so you should be in heaven.


Quote from DeeDeeTwo:

That file would be many times larger than any SSD...
And real-time trading would seem to be the whole point of an expensive data feed...
So a user configurable, sophisticated cache would be compulsory...
One that would include a symbol table.

As a software engineer...
My whole problem with NxCore is the information blackout...
The word "tape" is not even mentioned on their web site...
And their technical documentation does not give a simple overview...
Their salesman would just tell me I can run it all on an iPhone.

Their fancy algo charts for Zero Hedge are clever propaganda...
But I'm convinced that very few people actually use NxCore...
I'd be surprised if they have 1,000 customers...
Because they just ignore basic issues every engineer would demand.
 
Quote from DeeDeeTwo:That file would be many times larger than any SSD...

The NxCore data is compressed 20:1 so yes I agree that the raw data would be quite large. The equity feed that I was talking about with this scripting is only ~2gb per day so that's ~40gb uncompressed which still is well within the realm of a SSD.

I'm using a 64gb SSD for this data server's OS (Server 2008 R2 Enterprise, 64-bit) and primary tape drive. Haven't had an issue yet.
 
Back
Top