Quote from j2ee:
My goal is using C# to build a trading system and use it with IB to trade future. Is there any good book out there to complain how to build a personal trading program? I did check it in Amazon but seem like there is only one pretty old one talking about .net. Any good idea?
Quote from NetTecture:
Yes and no. There are some good books about how to build trading systems that focus not on the trading system but on the build part. Issues to look for, how to analyse and optimize. Curve fitting, rating results etc. That is a lot of math that can be learned.

Quote from NetTecture:
Start with "Fooled by Randomness" - a must have. You will do backtesting, and that will bite you if you dont get an understanding to read the results.
Then there are some nice books at amazon on system development.
http://www.amazon.com/Trading-Syste...lio-Optimisation/dp/1905641796/ref=pd_sim_b_1
is also decent. It has a sample system, but it focuses a lot on the development process.
Then there is:
http://www.amazon.com/dp/0470128011/ref=rdr_ext_sb_ti_hist_2
The Evaluation and Optimization of Trading Strategies (Wiley Trading)
It talks a lot about - well - the development process![]()
