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: chaneverett
About
User Name: chaneverett
Groups: Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Thursday, October 7, 2004
Last Visit: Monday, January 19, 2015 8:10:31 AM
Number of Posts: 10
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Keltner channel pcf?
Posted: Thursday, September 6, 2012 10:01:30 AM

These signals are turning out to be fairly interesting.  I add a window with Money Stream and adding 13,13 Bollinger bands to see if entry of MS back inside the bands coincides with the Keltner signals.

Topic: acceleration bands
Posted: Thursday, September 6, 2012 9:21:52 AM

It doesn't happen all the time and only when I paste into 2007

Topic: acceleration bands
Posted: Thursday, September 6, 2012 9:08:13 AM

Bruce..... once in a while, when I copy one of your formulas off of these discussion pages, there is a dashed line across the bottom out of view that comes along with the formula.  If I scroll down to see if that line is there after pasting the formula into my program, error messages usually go away after erasing the line.

Topic: Ergonomic Oscillator PCF???
Posted: Thursday, June 23, 2011 8:59:56 AM
Does anyone know a way of coding the Ergonomic Oscillator so that it can be used in an Easy Scan?  Thanks in advance.

C.H. Everett
Topic: Custom Cumulative Indicators
Posted: Wednesday, September 2, 2009 11:00:32 AM
I can easily set up a "cumulative' indicator in the program, but have not been able to find any info on both how to use them or, more importantly, how to incorporate them in scans.  Can anyone shed some light on this for me?  Thanks in advance!
Topic: Creating a MA of a custom indicator in a PCF?
Posted: Wednesday, November 15, 2006 1:18:11 PM
Thanks... looks like what I want
Topic: Creating a MA of a custom indicator in a PCF?
Posted: Wednesday, November 15, 2006 10:14:14 AM
I want to make a 13 period SMA of the following formula:

((((H - O) + (C - L)) + (0 - ((O - L) + (H - C))) + (O - C1)) + C)

Is it possible? Thanks in advance.
Topic: CCI Clone & Bollinger Bands
Posted: Thursday, August 17, 2006 10:38:23 AM
Thanks, Bruce. Starting to make a little sense to me.
Topic: CCI Clone & Bollinger Bands
Posted: Thursday, August 17, 2006 9:16:39 AM
I forgot to mention that I smooth the CCI indicator by a factor of 8.
Topic: CCI Clone & Bollinger Bands
Posted: Thursday, August 17, 2006 8:49:52 AM
I'm using the following formula for a CCI Clone (13 periods):

(((H + L + C) / 3) - ((AVGH13 + AVGL13 + AVGC13) / 3)) / (((ABS(((AVGH13 + AVGL13 + AVGC13) / 3) - (H + L + C) / 3) + ABS(((AVGH13 + AVGL13 + AVGC13) / 3) - (H1 + L1 + C1) / 3) + ABS(((AVGH13 + AVGL13 + AVGC13) / 3) - (H2 + L2 + C2) / 3) + ABS(((AVGH13 + AVGL13 + AVGC13) / 3) - (H3 + L3 + C3) / 3) + ABS(((AVGH13 + AVGL13 + AVGC13) / 3) - (H4 + L4 + C4) / 3) + ABS(((AVGH13 + AVGL13 + AVGC13) / 3) - (H5 + L5 + C5) / 3) + ABS(((AVGH13 + AVGL13 + AVGC13) / 3) - (H6 + L6 + C6) / 3) + ABS(((AVGH13 + AVGL13 + AVGC13) / 3) - (H7 + L7 + C7) / 3) + ABS(((AVGH13 + AVGL13 + AVGC13) / 3) - (H8 + L8 + C8) / 3) + ABS(((AVGH13 + AVGL13 + AVGC13) / 3) - (H9 + L9 + C9) / 3) + ABS(((AVGH13 + AVGL13 + AVGC13) / 3) - (H10 + L10 + C10) / 3) + ABS(((AVGH13 + AVGL13 + AVGC13) / 3) - (H11 + L11 + C11) / 3) + ABS(((AVGH13 + AVGL13 + AVGC13) / 3) - (H12 + L12 + C12) / 3)) / 13) * .013)

THEN, I place 5,13 Bollinger Bands around the CCI indicator, and add a 5 period SMA. The indicator appears to "ride" or closely approximate either of the higher or lower bands until a point of breaking away. Bouncing off of, or crossing the SMA seems to be visually critical (the trend is either changed or not), and it also appears one can get fairly early signals for a trade this way. I use it in a weekly time frame, but also in 3 and 8 day charts. I like what I see, but I don't understand anythingabout what is happening, either visually or conceptually. Any ideas or comments? Thanks!