thetrendfollowe
Registered: Oct 2007
Posts: 315 |
12-15-09 04:37 AM
Quote from Muskoka Joe:
I have seen that view expounded before, but never with any evidence that it is true... is there any evidence?
I've tested random entry myself, though it was years ago, when i was first getting started in systems design.
The results suprised me.
Do you have Amibroker?
Its pretty easy to do it with Ami I think.
I can run a test for you but will probably have to wait until the weekend, very busy this week.
Quote from Muskoka Joe:
thought that random or worse entries can be tortured to produce winning trades is a glaring invitation to over optimization.
How so?
If you run a system over the S&P500 for example, and say
RandomEntry:=0.2
Or however it was (cant remember the code) which means enter every one in five stocks alphabetically starting from the test start date and then put in your money management and your trade management (stops, exits) and then see the results.
It will suprise you.
Though it shouldn't.
The only reason trend following systems make money is the fact that they cut their losses and let their winners run. And this is all to do with stops and exits. And nothing to do with the entry.
Obviously, the situation is different with short term mean reversion, as you are relying on that high win% as you don't let winners run as much.
|