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 : The 56 Point TA; Charts With an Attitude -- Ignore unavailable to you. Want to Upgrade?


To: Doug R who wrote (19978)7/29/1998 4:46:00 PM
From: Ken W  Read Replies (1) | Respond to of 79270
 
OOhhhhhhhh,
Doug!

GAEO did it's thing today,,bounce, bounce!! Now I'm terrified of it.
However, DOSE looks to be on the same track. Except I bought DOSE today. Stoch's are looking well to me RSI and MO are moveing up and price closed above 6 1/2

Ken



To: Doug R who wrote (19978)7/29/1998 8:31:00 PM
From: Warthog  Read Replies (1) | Respond to of 79270
 
DougR,

bdog and others.

I sicc'ed bdog on this experimental scan this morning. It is suppose to identify down trends in the short term RSI and an upswing which might lead to an opportunity.
I have made some charts which depict, in general, what I was looking
for and the results of the 1st backtest. The links to these charts, which represent a back testing of the scan for June 15th is:

topher.net

It looks promising, but needs some more tweaking.
Your suggestions will be welcome.

thanks
collin

The experimental scan:
P1:=3; {RSI period}
Vlimit:=20; {Minimum volume limit}
Vdays:=60; {number of days to check vol}
R1:=20; {#days to check for peaks}
Rlimit1:=80; {#1 peak must be < this }
Rhigh:=90; {#2 peak higher than this}
Ref(C,-2) <Ref(C,-3)AND Ref(C,-1) < Ref(C,-2) AND C > Ref(C,-1) AND
LLV(V,Vdays) >Vlimit AND HHV(RSI(P1),R1) <rlimit1 AND
HHV(RSI(P1),R1) < HHV(Ref(RSI(P1),-R1),R1) AND
HHV(Ref(RSI(P1),-R1),R1) >Rhigh