Quote from afx111:
Hi all,
Assuming i have no access to charts.
How can i determine the trend (up, flattening, down) and steepness of that trend quantitatively based on a stock's closing prices?
This is an excel question. hope u guys can help. tks!
Quote from dtrader98:
paper's approach (could only find the abstract on the web)
with robust statistical methods? Like LMS or LTS?
Quote from dtrader98:
ok, I found the paper.
I get what you meant about the trend indicator now. It's not a type of regression, but a measurement related to regression parameters.
Did you find any use in their conclusions?
Quote from afx111:
Hi all,
Assuming i have no access to charts.
How can i determine the trend (up, flattening, down) and steepness of that trend quantitatively based on a stock's closing prices?
Quote from rosy2:
calculate the hamming distance between 2 vectors
A= binary vector of market ups/downs
B=sort(A)
Quote from Hugin:
I use an adaptive, rather short, window of up to 40 days. The main benefit over most other standard trend indicators is that it addresses fake trends due to volatility changes. I've done some tests on various time series in Excel with various volatility and most time my eyes agree with the conclusion of the indicator.
Regarding the conclusions they make I suspect the paper was released in order to create some interest around their funds. I still find the result that correlation between their trend indicator and volatility breaks at high vola quite interesting (even though it may be specific to Forex of which I know next to nothing). Their approach may be interesting to equities as well but I haven't done anything yet.

Quote from Hugin:
We have used a trend indicator based on regression. The basic input is the steepness of the regression line using the price data. One problem with trend indicators is that a change in volatility may be interpreted as a trend which results in false indications. To handle this the slope is adjusted by dividing with the standard error of the regression. This results in a trend indicator less sensitive to volatility shifts. There is a paper from Amplitude Capital called "Examining Trend Characteristics" that describes the details (google should be able to find it).