I’m wondering if we can use P123 to prove the existence or non-existence of trends.
The common-sense definition of a trend is a series of daily price increases or decreases. One question is whether those series exist more in the stock market than in a randomized sequence.
Here’s one possible experiment that might “prove” that trends don’t exist, but I haven’t actually tried it. First, does it hold water?
Run a rolling backtest with a screener with the following rule on a given universe (I like to use the SP1500).
Updownratio(n,0) > x and updownratio(n,n) > x
where n is any integer between 3 and 50 and x is the up-down ratio of the SP1500 at that point in time.
Note the average number of stocks bought per week.
Then run the screener with the following rule:
Updownratio(n,0) > x and updownratio(n,n) < x
Note the average number of stocks bought per week.
If the market is totally random, the numbers should be more or less the same. If the latter number is higher for most integers between 3 and 50, then upward trends do not exist. If it’s lower, then trends do exist.
The same experiment can then be done for downward trends by reversing the greater-than and less-than signs.
Is this sufficient proof or is there a flaw in my reasoning?
Conversely, is it possible to design a proof that trends do exist?
I do not know how to write the formula for the up-down ratio of the SP1500 to use in a screener, but I assume it can be done. Can anyone help with that?
Thanks,
- Yuval