First post, so go easy on me
This is a great website, I've read a lot of posts (some seriously brilliant dudes on here) and have some basic questions on building an automated trading system. I'm rather new at it, and don't really understand where to start (custom vs. using an off the shelf programmable platform). I'm suffering from information overload and difficulty deciphering all the different opinions I've read...too much information, I'm not sure where to start.
What is the better language to automate? C++, C#, Matlab? - I read Chan's book, makes the argument for Matlab (because it's array based - quicker computations?). Does the language matter so much anymore? Please give examples of size vs programming language - i.e. is C++ overkill for a retail investor automated platform? What is the difference in speed for Script vs interpreted vs compiled, etc. i.e. I think most proprietary systems use some sort of script for speed? Some make an argument C# is faster than C++ on newer based computers with at least a core 2 quad processor since it can take advantage of parallel processing.
Doesn't seem to be a lot of books on the subject. Most of what I've learned I've scrapped together from a few books and lots of websites. Mostly, is there anywhere to go for actually nuts and bolts of setting it all up, I need just a general guide (i.e. database design optimized for trading, programming indicators / volatility / statistics, speed requirements per system, displaying technical indicators after quantitative analysis).
I'm not an expert programmer just yet, know a little basic, fortran, javascript, C, C#. I'm in the middle of learning C++, not really what I would deem proficient in any of these.
I hear a lot of talk about all the benefits of quantitative trading over technical anaylsis (old school), but doesn't quantitative trading in some ways incorporate technical analysis for the forecast of future spreads?
Would you guys please give some suggestions on the general steps of setting this all up?

This is a great website, I've read a lot of posts (some seriously brilliant dudes on here) and have some basic questions on building an automated trading system. I'm rather new at it, and don't really understand where to start (custom vs. using an off the shelf programmable platform). I'm suffering from information overload and difficulty deciphering all the different opinions I've read...too much information, I'm not sure where to start.
What is the better language to automate? C++, C#, Matlab? - I read Chan's book, makes the argument for Matlab (because it's array based - quicker computations?). Does the language matter so much anymore? Please give examples of size vs programming language - i.e. is C++ overkill for a retail investor automated platform? What is the difference in speed for Script vs interpreted vs compiled, etc. i.e. I think most proprietary systems use some sort of script for speed? Some make an argument C# is faster than C++ on newer based computers with at least a core 2 quad processor since it can take advantage of parallel processing.
Doesn't seem to be a lot of books on the subject. Most of what I've learned I've scrapped together from a few books and lots of websites. Mostly, is there anywhere to go for actually nuts and bolts of setting it all up, I need just a general guide (i.e. database design optimized for trading, programming indicators / volatility / statistics, speed requirements per system, displaying technical indicators after quantitative analysis).
I'm not an expert programmer just yet, know a little basic, fortran, javascript, C, C#. I'm in the middle of learning C++, not really what I would deem proficient in any of these.
I hear a lot of talk about all the benefits of quantitative trading over technical anaylsis (old school), but doesn't quantitative trading in some ways incorporate technical analysis for the forecast of future spreads?
Would you guys please give some suggestions on the general steps of setting this all up?