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

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Magnatizer who wrote (29012)5/3/1999 5:58:00 AM
From: bdog  Read Replies (1) of 79230
 
DJ, It is a connection of mag tline cross days.

cool, I have been wondering ya know...

bdog

here's a cci scan for ya...

// cci 13 move up thru -150
// 05/02/99 by bdog for DJ

input="prescan.lst";
//input="common.lst";
output="cci 150.lst";

integer md1;

daystoload=250;
daysrequired=250;
set cci=13;

for md1 = 0 to -0 step 1 do //today = 0 and last 10 days = -10

//prescan
//if emovavg(md1,21,vol)>25000 then
//if Sharesfloat < 20 then
//if close(md1) >= 1 then
//if close(md1) <=10 then

if cci(md1-1) < -150 then
if cci(md1) > -150 then

println symbol:-8,close(0):8:3;
md1:=0;

endif;endif;
//endif;endif;endif;endif;

next md1;
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext