kpnkool |
Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Thursday, October 7, 2004 |
Monday, October 6, 2008 11:46:38 AM |
30 [0.01% of all post / 0.00 posts per day] |
|
Thank you Bruce, this works great.
EWD
|
Could you please assist me in creating a PFC that would show the following indicator crossing it's zero line today.
(H + L + C - AVGH5 - AVGL5 - AVGC5) * 1000 / 3 / (ABS(H + L + C - AVGH5 - AVGL5 - AVGC5) + ABS(H1 + L1 + C1 - AVGH5 - AVGL5 - AVGC5) + ABS(H2 + L2 + C2 - AVGH5 - AVGL5 - AVGC5) + ABS(H3 + L3 + C3 - AVGH5 - AVGL5 - AVGC5) + ABS(H4 + L4 + C4 - AVGH5 - AVGL5 - AVGC5) + .001)
Thanks
|
Thank you Bruce, That seems to work just fine.
EWD
|
Is there anyway that this PCF can be written as a custom indicator for sorting, that would give either a True or False reading that the Indicator is either going up or down ** PERCISELY TODAY ** while using a 3 period smoothing average, Simple, Center Zero Line "NOT" checked. Thank you for your help. EWD
( - 1) * (((STOC12.12 - AVG(STOC12.12,4)) / 1.2) + ((STOC12.12 - AVG(STOC12.12,6)) / 1.2) + ((C - AVGC5) / C * 200) + ((STOC12.3 - AVG(STOC12.3,3)) / 3) + ((RSI8.3 - AVG(RSI8.3,3)) / 3) + ((((AVGC2 - AVGC14) - (AVGC5 - AVGC14)) / C) * 100) + ((((STOC2.1 + STOC2.2 + STOC3.1 + STOC3.2 + STOC4.1 + STOC4.2 + STOC5.1 + STOC5.2 + STOC6.1 + STOC6.2 + STOC7.1 + STOC7.2 + STOC8.1 + STOC8.2 ) / 14) - 50) * 2 / 10) + (((AVG(MS,2) - AVG(MS,8)) / C) / 3) > 0)
|
Thank you Bruce, this does exactly what I was hoping it would do. I just never realized it was going to be such a monster PCF. I could study all the help videos in the world and couldn't write that. Thanks again, Woody
|
Hi.. I copied this PCF from the All TC Net discussion board (see: "one big indicator") and I would like to know if it is possible to add to it a formula that would show the indicator crossing it's 6 day moving average? If so, could you please show me how to do it? Thanks, Woody
( - 1) * (((STOC12.12 - AVG(STOC12.12,4)) / 1.2) + ((STOC12.12 - AVG(STOC12.12,6)) / 1.2) + ((C - AVGC5) / C * 200) + ((STOC12.3 - AVG(STOC12.3,3)) / 3) + ((RSI8.3 - AVG(RSI8.3,3)) / 3) + ((((AVGC2 - AVGC14) - (AVGC5 - AVGC14)) / C) * 100) + ((((STOC2.1 + STOC2.2 + STOC3.1 + STOC3.2 + STOC4.1 + STOC4.2 + STOC5.1 + STOC5.2 + STOC6.1 + STOC6.2 + STOC7.1 + STOC7.2 + STOC8.1 + STOC8.2 ) / 14) - 50) * 2 / 10) + (((AVG(MS,2) - AVG(MS,8)) / C) / 3) > 0)
|
Jim,
Thank you for pointing that out. I appreciate the input.
WD
|
WOW !!!!!!!!
Bruce this is great. Thank you ever so much !!!
WD
|
Bruce, in my slow plodding way. I have finally realized that by using a 1 day moving avg and a 9 day moving avg I get the same results as the mov linreg and moving avg. Boy do I feel stupid, but I still don't know how to write the PCF even using the 2 mov avgs.
WD
|
Bruce, is there anyway I can send you a picture of my chart?
WD
|
|