Thanks for the tip, was there something specific you were referring to, or just a general statement?
Quote from maninjapan:
What I am interested in now though, is on any given period one set of parameters will outperform others, and this will change, so if I took 3 or 4 sets of parameters (for example, a 5, 10 and 15 ATR period) and split up my positioning across these 3, would that not help smooth out the equity curve slightly more??
Quote from Code7:
I agree. Let's say you buy if the close is greater than the previous close. Now you need to determine what the *previous* close is. As said earlier, any delta amount of time or volume or price is a parameter. If you adjust that parameter somehow to improve any performance measure, you are already curve fitting.
Quote from intradaybill:
- If your model is c > c(n) and you then vary n for optimum performance then you are optimizing model selection, you are not curve-fitting a particular model by parameter optimization. The result can be something like c > c(2), and this CANNOT be changed afterwards by any parameter optimization.
- If your model is c > c + x, and you vary x then you are optimizing a particular model and you are probably curve-fitting it to the data.
- If your model us c > c(n) + x and you vary both n and x, you are optimizing model selection and curve-fitting at the same time, and these operations are not independent, you are essentially curve-fitting.
Quote from Muskoka Joe:
In terms of optimizing/ curve fitting
If close > close (N days ago) then ....
is the same as
If Close > (open + X) then ...
One optimizes time, one optimizes price. Either will need to show charateristics of a valid optimization.
Quote from intradaybill:
Not correct. One test of the falsity of a proposition or thesis, like the one you stated, is determining whether it leads to an absurd conclusion.
Your proposition is false because it leads to the absurd conclusion that every conceivable mathematical model is curve-fitted. However, curve-fitting only refers to the particular act of varying an independent variable for the purpose of optimizing some objective function. In your sense any model of the form
M {price, volume, indicator, algorithm, rule, etc.) is curve-fitted because you can make selection of the indicators, algorithms, etc.
It is an absurd thesis that abuses the mathematical notion of curve-fitting which is well-defined and specific.
http://en.wikipedia.org/wiki/Curve_fitting
Many people confuse curve fitting and model selection. Your simple rule should be as follows
If your parameter selection results in a model with no free parameters then you are involved in model selection. If your parameter selection does not eliminate free parameters then it is (possibly) curve-fitting.
Quote from Muskoka Joe:
==============
What is absurd is that you somehow from my statement come to the conclusion I believe or said that "every mathematical model is curve fit"!!!