Hello all,
Here's an algorithm that uses skewness as a trend indicator. Read more about it here
I used a linear regression curve to determine the mean and if the skewness deviated by greater than the limits defined by this article, it will go long or short, depending.
- If skewness is greater than the upper limit, go long
- If skewness is lower than the lower limit, go short
The returns vary with the limits used and the number of days used to compute the average so feel free to play around with it! Also, the use of a simple moving average rather than a linear regression curve may prove to be interesting as well.
Feedback always welcome.
-Seong