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: David R. Evans who wrote (1829)4/1/1998 4:59:00 PM
From: TechTrader42  Read Replies (2) | Respond to of 4056
 
Here it is with the changes:

Fml("StochRSI(14)")>30 AND
Fml("StochRSI(14)")<50 AND
Fml("StochRSI(14)")>Ref(Fml("StochRSI(14)"),-1) AND
Fml("StochRSI(8,5)")>20 AND
Fml("StochRSI(8,5)")>Ref(Fml("StochRSI(8,5)"),-1) AND
Fml("MACD(8,17,9)")>0 AND
Fml("MACD(8,17,9)")>Ref(Fml("MACD(8,17,9)"),-1) AND
Fml("MACD(13,34,89)")>Ref(Fml("MACD(13,34,89)"),-1) AND
Fml("InSync Index")>40 AND
Fml("InSync Index")>Ref(Fml("InSync Index"),-1) AND
Fml("Dahl's primary trend")>0 AND Fml("Dahl's Primary Trend")>Ref(Fml("Dahl's Primary Trend"),-1) AND
SAR(.02,.2)<C AND
OBV()>Mov(OBV(),40,S) AND
Fml("DNS")>=3 AND
Fml("DNS")>Ref(Fml("DNS"),-1);

It still gives very few signals, but I like some of the signals.

Here are two proposed sell signals:

Sell: Mov(C,9,E)<Mov(C,21,E) AND Ref(Mov(C,9,E),-1)>Ref(Mov(C,21,E),-1)

Or this one:

Sell: Fml("DNS")<4
AND LinRegSlope(Fml("Dahl's primary trend"),13)<0
AND 2*Std(C,21)>.25

Brooke