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: Dave H who wrote (15089)4/21/1998 9:24:00 AM
From: Ocote  Read Replies (2) | Respond to of 79273
 
Dave--sorry you were lost in the tax forms when we all went ballistic for the whole weekend and got scaniosis. The whole affair is located a few thousand posts back(? 4 weeks), but I'll save you the trouble:

Allgroup
input = "ibd.lst"

daily

set stochastic = 4, 3
set rsi = 8
StochasticPctK(0) >= StochasticPctD(0)
StochasticPctK(-1) < StochasticPctD(-1)
StochasticPctK(0) < 50
StochasticPctK(0) > StochasticPctK(-1)
rsi(0) < 89

Close(0) < 80
Close(0) < Max(-1, -250, cl)
Close(0) >= Max(-1, -250, cl) * 0.95
Vol(0) > avgvol(-1,-31) * 1.5


"IBD.list" is the 85/85 Weekend review list

Ocote