Quote from shewenhao:
Thank you very much for the link. I will read through that.
Janus, I noticed that you were active in the TickZOOM thread. I am just curious about what kind of trading system or software are you using now?
Quote from shewenhao:
Thank you very much for the link. I will read through that.
Janus, I noticed that you were active in the TickZOOM thread. I am just curious about what kind of trading system or software are you using now?
Hi shewenhao
By A mistake I was logged in with my old user... I've experienced some weird behavior here at ET for a couple of years ago
My primary user should be: januson , you can find me at traderslaboratory and MultiCharts forum as well... and probably other places
Anyway....
I'm developing my own

Unfortunately I don't have very much time, so progress is not what I defines as fast
The least of my worries are the execution speed,

. Take a look at my speed tests here, where I compare TickZoom against my own:
http://www.elitetrader.com/vb/showthread.php?s=&threadid=229155
The test are very simplistic and was only supposed to give myself a hint of the event framework that I developed.
In between trying to develop a high performance framework and drawing some candlesticks I suddenly realized that the charting is low priority....
I mean... what do I gain by looking at some charts when I'm actually trying to develop a piece of trading software
Certainly it would be nice with fancy charting where I could see candlesticks/ OHLC, indicators, volume etc., but as I said, low priority, and when I've the time it should absolutely be decoupled from the trading engine. Every trading application I've seen/ evaluated seems to have a strong coupling against the charting and thereby dependent on the rendering speed. most of the vendors are probably doing it threaded, but that is still not the best solution imho
I'm very inspired by fullautotrading, I think this is a nice way of illustrating how the trading engine/ algo performs:
http://www.elitetrader.com/vb/showthread.php?s=&threadid=202078&perpage=6&pagenumber=5 , scroll to bottom to see an examle.