fredmacc |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Gender: |
|
Monday, November 1, 2010 |
Saturday, August 10, 2019 5:38:18 PM |
28 [0.01% of all post / 0.01 posts per day] |
|
Bruce L wrote a script I used to find stocks on the lower and another for the upper Bollinger bands.
Here is a copy of one of the scripts. C > AVGC15 + 1.5 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 + C10 ^ 2 + C11 ^ 2 + C12 ^ 2 + C13 ^ 2 + C14 ^ 2 - 15 * AVGC15 ^ 2) / 15) AND C >= 15 AND ( AVGV5 > 200000)
I need another script that will search for stocks that are above and another script for below Bollinger bands (BB) with the following specification:
BB with period = 10 and SD (standard deviation) = 0.8.
I also need to be above the Forward Weighted moving average with period 5 in the same script for above BB.
I also need to be below the Forward Weighted moving average with period 5 in the same script for below BB.
Thanks,
Fred
|
Hi Bruce L,
Your code worked great. I "ORed" all 3 in one easy scan I named 8_34_xovr123 and am seeing very good results.
Thanks again,
Fred
|
Hi Bruce L.,
Can you show me the code for the 8 exponential and 34 exponential moving average crossover?
I'm interested in building an Easy Scan that will locate the crossover (either direction) within the last 1 or 2 days.
I'd like to use it to see the actual moving averages crossing on end of day charts.
Thanks,
Fred
|
Bruce thanks for the help.
Fred
|
Bruce, I would like to be able to modify the search to locate stocks that pierce the upper bollinger band. I've tried turning the first > symbol around but that didn't do it. I still see stocks with lower
bollinger band piercing. Some stocks are returned with upper band pierce though. Can you show me how to get it to work?
Thanks,
Fred
|
Yes I get a larger number especially if I use All items in system which I imported from TC2007.
Thanks,
Fred
|
Bruce thanks again for all your help.
Fred
|
|
Bruce,
It worked. I don't get same number returned but I'll work on that.
Thanks,
Fred
|
Hi Bruce,
I made the change you selected and still have no stocks returned by the scan.
Fred
|
|