Hi Andronichuk - firstly, thanks for joining my thread!
Yes I own both those books - Ohhh man and what an awesome question! There are soooo many books (My library is a bit crazy), but here are some good ones:
Quantitive trading systems - Howard Brandy (this is an excellent reference book - basically made for amibroker, but I keep this next to my bathroom to pickup anytime I need ideas)
Anything and everything Van Tharp (Mainly on money management - but awesome books, when im building a system probably 30% of my time is testing different MM tactics).
New Trading Systems And Methods- Perry Kaufman
Thomas Strideman - Trading systems that work
Chuck lebeau / Lucas - Technical traders guide to computer analysis.
However ... I believe more importantly than books is getting a hold of system building software (I use Forex Tester 2 - basically a $200 purchase, so it cheap - however it is the most critical part of system development for me) Why? I can build / test / optimize quickly and efficiently in this - without risking a cent.
You will have to learn how to code (Delphi is the language or C++ - but I use delphi) and then spend the time writing down every idea, then testing it.
Currently im running an optimization run across 1 year of data (2005 - as this was the worst year my working system performed in), this job has taken currently over 96 hours (if you do the math on the variables above you'll find its doing 120,000 tests across that year!) - and it is barely half way. Basically what I am trying to do is optimize the system without curve fitting. Finally i'll run a monte carlo test - the idea behind this is to take the chance that "the system got lucky" away. What it does is restructure the trade sequence to get a different result - and it may do this 1000 times to get a range of results. Therefore if your worst case scenario is a robust system, then you can start to forward test this system across live data.
Anyway definately send me any question you want or jump in with some ideas
