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 |