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: Dick Brown who wrote (2656)12/28/1997 9:39:00 PM
From: Al Greenleaf  Read Replies (2) of 11149
 
Bollinger Band Scan - QPR1

Well, now that I've had three weeks to work on it, I have found a
scan for Bollinger bands that either narrow or stay about the same,
then suddenly open. I welcome comments from all on fine tuning this.
I have left out all tweaks regarding positive PE, rising qrs, etc.
Here we go: (These fit on one line in the scan)

Allgroup

//Defining a band, (or a 1/2 band in this case) as ema20 of close,
//plus twice StDev for that day. Starting with 6 days ago, each
//day's bandwidth is less than the six day ago band times 1.05 (to
//allow for some fluctuation) for four consecutive days. Todays'
//bandwidth is suddenly greater than 1.1 times than 6 day ago band
//width

emovavg(-4,20,cl)+(StDev(-4,-19)*2)<emovavg(-5,20,cl)+(StDev(-5,-19)*2)*1.05
emovavg(-3,20,cl)+(StDev(-3,-19)*2)<emovavg(-5,20,cl)+(StDev(-5,-19)*2)*1.05
emovavg(-2,20,cl)+(StDev(-2,-19)*2)<emovavg(-5,20,cl)+(StDev(-5,-19)*2)*1.05
emovavg(-1,20,cl)+(StDev(-1,-19)*2)<emovavg(-5,20,cl)+(StDev(-5,-19)*2)*1.05
emovavg(0,20,cl)+(StDev(0,-19)*2)>emovavg(-5,20,cl)+(StDev(-5,-19)*2)*1.1

This seems to worked well for 12/26 data. Good luck.

-Al Greenleaf
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext