Quote from fundjunkie:
Multicharts has this problem but chose not to address it. I think you're right to look at redesign. Without turning this into a workshop on TS planned RT design can I ask how you propose to address the twin requirements of a tick handling application:
- Ability to handle and store symbols in bulk (sequential write heavy operations)
- Ability to respond quickly for specific sybols actually being traded
A database will always slow the second part down. So I hope you're looking at doing somethig like cacheing tickfiles on disk (for trading) and perhaps later storing in a DB for storage and simulations etc. I struggle to see how performance can scale if you try to do everything from a relational DB (too much overhead). I expect every company out there struggles with this question.
Thx
D
Quote from Synonym:
I've sent an email to TBlox and TStudio for more info on a few points and await replies.
Another question on TradersStudio - one which i don't think has been covered on this or any thread. How good is TS's strategy building wizard? Perhaps not quite as easy to use as TBlox's?
I've assumed both can be used for datamining. That is right isn't it?
Syn
Quote from Synonym:
I've sent an email to TBlox and TStudio for more info on a few points and await replies.
Another question on TradersStudio - one which i don't think has been covered on this or any thread. How good is TS's strategy building wizard? Perhaps not quite as easy to use as TBlox's?
I've assumed both can be used for datamining. That is right isn't it?
Syn
Quote from droskill:
I haven't used the TS strategy building wizard, but from memory it is not as good as TB - with the understanding that the basic TB (not Builder) is really a giant strategy building wizard.
I actually think TS is better at datamining because of the ability to customize reporting. Not sure if TB can do this. TS can basically create an Excel sheet of just about anything - it is very handy.
Quote from fundjunkie:
You're labouring under false pretences if you think that either Tradersstudio or Trading Blox may support any kind of data mining functions.
They're productivity and research tools only. Stretching the definition to an extreme one might say that the productivity boost might enable data mining by shortening the research cycle. But in reality there is no connection at all.
Thx
D
Quote from Synonym:
Does datamining mean having a program trawl data first to see what characteristics/behaviours exist, which can then be used as a base for further work? If so, then this is something i'd like to be able to do...but maybe in the longer term. I think it's less essential for me at the moment.
Quote from droskill:
fundjunkie is right on in his previous note. Now, to answer your question:
1. What you first described is general systems development - that is, test out a simple idea, see if it has merit, then develop into full system.
2. Scanning for specific behaviors is not something any of these programs can offer - you have to do the work. Neural Net programs claim to be able to do this, but I've never been convinced that they do.