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 -- Ignore unavailable to you. Want to Upgrade?


To: shasta23 who wrote (2008)5/2/1998 11:46:00 PM
From: David N. Jones  Read Replies (1) | Respond to of 4056
 
To All:

Could any uses of Metastock 6.5 or WOW give me a brief opinion/evaluation of the Point & Figure charting facility within each respective program i.e. are charts plotted using traditional P&F method of high/low price or closing price etc. Also does either program allow viewing of the Point & Figure charts on a list of stocks for a specified length of time before automatically flipping to the next chart?
TOA
David



To: shasta23 who wrote (2008)5/20/1998 6:14:00 PM
From: Guitarman  Read Replies (2) | Respond to of 4056
 
Stefan,

Try this for Double Bottoms.

PK:=Zig(C,10,%)<Ref(Zig(C,10,%),-1) AND Ref(Zig(C,10,%),-1)>Ref(Zig(C,10,%),-2);
TR:=Zig(C,10,%)>Ref(Zig(C,10,%),-1) AND Ref(Zig(C,10,%),-1)<Ref(Zig(C,10,%),-2);

TR1:=TroughBars(1,C,10);
TR2:=TroughBars(2,C,10);

(ValueWhen(1,TR,Ref(C,-1))/ValueWhen(2,TR,Ref(C,-1))>.96 AND ValueWhen(1,TR,Ref(C,-1))/ValueWhen(2,TR,Ref(C,-1))<1.04) AND
TR2-TR1>=10 AND Cross(C,ValueWhen(1,PK,Ref(C,-1)))