SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Technical Analysis- Indicators & Systems

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Mark who wrote (3108)3/27/1998 9:09:00 AM
From: Jurgen  Read Replies (1) of 3325
 
Hi ST,

Peter's formula is correct: HC(28)-LC(28)/sum(abs(ROC))

The VHF does not indicate the direction of the trend.From what i've read so far the recommended time frame is 28 periods. Values above .35 can be considered as a strong trend.

Try this for more info: equis.com

And here's something i like more than the VHF: Tushar Shande's Trendscore:

(from S&C)
...Here is my way of rating a trend, a method I call trendscore. If today's close is greater than or equal to the close x days ago, score one point. If today's close is less than the close x days ago, the trend's rating loses one point.
Next, compare today's close to the close x+1 days ago. If today's close is greater than or equal to that close, score another point. Deduct one point if the close is lower than the prior close.
If (today's close >= close x days ago) then score = 1
If (today's close < close x days ago) then score = -1
Add up the score for 10 comparisons; the score varies from + 10 to -10. If today's close is greater than all the previous closes, then the trend's score is +10; if today's close is less than all the previous closes, the score is -10. You could smooth? the data by adding fewer than 10 days or more than 10 days.
Trendscore = 10-day sum of scores from days 11 to 20
I begin my calculations at 11 days back from the present and go back another 10 days. Thus, I compare today's close to the closes from 11 to 20 days ago. If today's close is greater than all 10 closes, then the trend's score is +10. If today's close is less than the closes from 11 to 20 days ago, then the trend's score is -10. In sideways markets, the score ranges from +10 to -10. A positive score shows an upward trend bias. Similarly, a negative score shows a downward bias.
I prefer the 11- to 20-day period because it fits my trading horizon. A shorter time of comparison may be too volatile, producing frequent trend change signals, while a longer comparison time is slow to respond. During long trends, the trendscore remains at the outer limits, +10 or -10, for the duration of the trend. In sideways markets, the score doesn't remain at +10 or -10 for long, oscillating between these limits.
Note how the VHF indicates neither the sign nor the direction of the trend, while the trendscore indicates both the trend direction and trend strength.
METASTOCK FORMULAS
We can use MetaStock to rate trends using the trendscore method . In MetaStock's formula builder, we use the ref function to refer to past data:
TrendScore =
if(c,>=,ref(c,-11),1,-1)+if(c,>=,ref(c,-
12),1,-1)+if(c,>=,ref(c,-13),1,-
1)+if(c,>=,ref(c,-14),1,-
1)+if(c,>=,ref(c,-15),1,-
1)+if(c,>=,ref(c,-16),1,-
1)+if(c,>=,ref(c,-17),1,-
1)+if(c,>=,ref(c,-18),1,-
1)+if(c,>=,ref(c,-19),1,-
1)+if(c,>=,ref(c,-20),1,-1)
...

Jurgen
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext