There are a million ways to define a trend, but you will never find one that is more than 50% accurate

There are a million ways to define a trend, but you will never find one that is more than 50% accurate (you know, geometric brownian motion and all.)
If Higher High then +1
Else If Lower High then -1
Otherwise 0
If Higher Low then +1
Else If Lower Low then -1
Otherwise 0
Uptrend = 2
Downtrend = -2
Now define the Time Frame(s).
As well as what's a low and a high.
You can take Weekly, Monthly candles.
Then just compare each of the HOLC.
Now plot a SMA on daily candles.
Then buy or sell if above, below.
Depending on your signals,
From monthlies, weeklies.
Really impressive and high tech algorithm. LOL.
If it would be so easy everybody would know the trend.

If Higher High then +1
Else If Lower High then -1
Otherwise 0
If Higher Low then +1
Else If Lower Low then -1
Otherwise 0
[/B]