Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: fredmacc
About
User Name: fredmacc
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Monday, November 1, 2010
Last Visit: Saturday, August 10, 2019 5:38:18 PM
Number of Posts: 28
[0.01% of all post / 0.01 posts per day]
Avatar
Last 10 Posts
Topic: BB and FW Moving Average 5
Posted: Wednesday, March 19, 2014 5:13:17 PM

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

Topic: 8ema/34ema crossover
Posted: Thursday, September 20, 2012 7:54:29 PM

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

Topic: 8ema/34ema crossover
Posted: Thursday, September 20, 2012 2:01:48 PM

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

Topic: Lower Bollinger pierce
Posted: Friday, June 29, 2012 6:18:41 PM

Bruce thanks for the help.

Fred

Topic: Lower Bollinger pierce
Posted: Thursday, June 28, 2012 8:47:14 PM

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

Topic: Lower Bollinger pierce
Posted: Thursday, June 28, 2012 3:48:25 PM

Yes I get a larger number especially if I use All items in system which I imported from TC2007.

Thanks,

Fred

Topic: Lower Bollinger pierce
Posted: Thursday, June 28, 2012 3:46:16 PM

Bruce thanks again for all your help.

Fred

Topic: Lower Bollinger pierce
Posted: Thursday, June 28, 2012 3:44:54 PM
Topic: Lower Bollinger pierce
Posted: Thursday, June 28, 2012 9:23:19 AM

Bruce,

It worked. I don't get same number returned but I'll work on that.

Thanks,

Fred

Topic: Lower Bollinger pierce
Posted: Thursday, June 28, 2012 9:03:31 AM

Hi Bruce,

I made the change you selected and still have no stocks returned by the scan.

Fred