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 : TA-Quotes Plus

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: gonzongo who wrote (462)2/25/1997 3:26:00 PM
From: Jim Deni   of 11149
 
Andy-
I took a shot at converting a Dahl's primary trend scan that you provided on another thread. It may be useful to someone who is using Q+ for both scanning and analysis(like me). Would you look it over for agreement.

The post noted below references your post #816(contains the tc2000 scan). I thought this was a very useful post and worth passing through.

techstocks.com

//Dahl's primary trend and directional change - Q+ version of Andy's TC2000 scan

AllGroup
input="ibd8585.lst"

//Scan for Dahl's primary trend above zero
MovAvg(0,50,cl)-MovAvg(-15,50,cl)>0

//Scan for Dahl's primary trend direction change: most recent trade day(0) > day before(-1)
(MovAvg(0,50,cl)-MovAvg(-15,50,cl))>(MovAvg(-1,50,cl)-MovAvg(-16,50,cl))

//Scan for Dahl's primary trend direction change: day before(-1) <day previous(-2)
(MovAvg(-1,50,cl)-MovAvg(-16,50,cl))<(MovAvg(-2,50,cl)-MovAvg(-17,50,cl))

AvgVol(0,-62)>250
Close(0)>5
Close(0)<50
Println Symbol,"",close(0):8:3,AvgVol(0,-62):10:2,QRS(0):6:2

Note: If anyone cuts and paste, be aware of the line wrapping in this post.

Regards

Jim
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext