Quote from trader12:
I am keeping 12 charts open, each with 26 Indicators.
All charts are tick charts.
How intensive computation is that ?
I have 12 GB ECC RAM
Is E5645 good enough ?
It depends on the platform. In the early days i created a grid within NinjaTrader with about 60 symbols and it lagged to death. That's because NT uses a for/next loop in managed code to tie up arriving ticks to charts/data in memory. I ended up coding my own platform, and with it, CPU you mentioned can handle probably a few 1000 symbols with properly written indicators. For that reason, i'm sure there are many platforms out there that are well suited for multiple charts and multiple indicators and that will run ok on that CPU. You need to test them all out, that's all. Also if they are tick charts, you will need a top of the line data feed.