(A1) Let's say I'm optimizing for 2 parameters...
(A2) In my initial backtesting and analysis, I would use the same parameters across the board for all symbols. However, even though optimizing is curve-fitting, I would have to think that it can be used to give me the best chance to win going forward.
The only concern I have is that there has to be a balance of: 1) having a lot of samples so that the optimization is valid, 2) while also taking into account that the market changes and I want my strategy to somewhat adapt to it... This balance of 1) and 2) should give me better results than my standard values that I started off with. Do you agree?
I could optimize over a portfolio, but each symbol behaves differently and I would do the strategy a disservice to not be set up best for each particular symbol.
So long story short, you are saying: the more trades in-sample optimized the better... &/or try to get at LEAST 100-150 trades in-sample to use the opt results going forward...
Thanks!