Quote from greaterreturn:
Did you read the issues list?
There's only 2.
1 is a problem with tick speed. Someone was trying to use the software with 20 symbols at that same time in real time and couldn't do it.
That's not even back testing ticks.
TickZOOM runs in production collection 12 symbols with tick data and DEPTH of MARKET which is 10 to 100X as much data and uses almost zero CPU and very little memory.
That user couldn't get 20 stocks with only tick data to work.
And he was pointing out how much data it was, etc.
It has all the classic problems with handling tick data.
So what about all the GUI stuff. All the project do that stuff.
Anybody can write a GUI.
Wayne
Take a look here: http://code.google.com/p/tradelink/source/browse/trunk/TradeLib/eSigTick.cs
and here:
http://code.google.com/p/tradelink/source/browse/trunk/TradeLib/Bar.cs
Certainly it has nothing to do that with the fact it's written in C#, both you and I know that, but some readers should think a bit and do some research before they post

Now that I've reviewed some codes, I clearly think that the performance issues is caused by the design and the way Tick/ Bars is handled. No wonder that it couldn't handle 20 symbols!