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 : Metastock 6.0 for Window

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: KTLe who started this subject11/27/2001 12:22:20 AM
From: James1000   of 4056
 
This indicator I came up with seems to deviate with a pattern but what the pattern is I have yet to figure out. First I constructed this indicator:

Name: HL-OC Disparity
Formula:
((OPEN+CLOSE)/2)-((HIGH+LOW)/2)

This simply calculates the difference between the range of the day from the change for the day.

Since there did seem to be a pattern, I constructed a much smoother average of the indicator:

Name: HL-OC Disparity MA11 - MA3
Formula:
Mov(
(
+Mov(Fml("HL-OC Disparity"),8,SIMPLE)
+Mov(Fml("HL-OC Disparity"),10,SIMPLE)
+Mov(Fml("HL-OC Disparity"),12,SIMPLE)
+Mov(Fml("HL-OC Disparity"),14,SIMPLE)
),
3,SIMPLE)

This is the 3-day average of several moving averages.

Backtesting the indicator I got very mixed results, but some results were outstanding. It seems to depend on the stock and the timeframe. The indicator is most similar to the CMF money flow indicator, so could probably be used in conjunction to it. Who knows, it may give the CMF at some use.
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext