chaneverett |
Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Thursday, October 7, 2004 |
Monday, January 19, 2015 8:10:31 AM |
10 [0.00% of all post / 0.00 posts per day] |
|
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.
|
It doesn't happen all the time and only when I paste into 2007
|
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.
|
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
|
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!
|
Thanks... looks like what I want
|
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.
|
Thanks, Bruce. Starting to make a little sense to me.
|
I forgot to mention that I smooth the CCI indicator by a factor of 8.
|
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!
|
|