Quote from hftvol:
maybe you should have been more specific in your previous post. What you describe here makes sense to at least make available through a web interface. But your previous post strongly hinted at your implementing a core trading engine (hft or not does not matter) on a web engine and that makes simply no sense. Populating performance results does make sense. What people often do is they implement a scheduler to periodically push content onto the web interface (if you use silverlight then you can easily bind to the data source that is updated through the scheduler). The Binding takes care of grid and chart population. I do something very similar. I also store all performance results and trade analytics in a database that is bound to controls on my web interface. WPF and Silverlight is very advanced and a pleasure to work with in this regard.
make much more sense

