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 -- Ignore unavailable to you. Want to Upgrade?


To: Dick Brown who wrote (2656)12/7/1997 7:57:00 PM
From: Howard R. Hansen  Read Replies (1) | Respond to of 11149
 
Change of Subject:
In Quotplus Version 1.1 NAB shows it is paying a type 26 dividend of 1.70 on 12-26-97. Hence my question is what is a type 26 dividend? The Quote Plus Help File doesn't provide any clues for type 26 dividends.

Thanks in advance for your help. H. R. Hansen



To: Dick Brown who wrote (2656)12/7/1997 8:51:00 PM
From: Al Greenleaf  Read Replies (2) | Respond to of 11149
 
Dick - Thanks for the scan. This works pretty well, and gives me a place to experiment with different values. BTW, I assume the "//" should not be in front of "loop (-3,-3)", correct?



To: Dick Brown who wrote (2656)12/28/1997 9:39:00 PM
From: Al Greenleaf  Read Replies (2) | Respond to 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