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: kpnkool
About
User Name: kpnkool
Groups: Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Thursday, October 7, 2004
Last Visit: Monday, October 6, 2008 11:46:38 AM
Number of Posts: 30
[0.01% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Help with PFC for H + L + C
Posted: Friday, June 27, 2008 12:56:59 PM
Thank you Bruce, this works great.

EWD
Topic: Help with PFC for H + L + C
Posted: Friday, June 27, 2008 12:45:46 PM
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
Topic: Need help fine tuning this PCF
Posted: Tuesday, September 25, 2007 12:59:40 PM
Thank you Bruce,
That seems to work just fine.

EWD
Topic: Need help fine tuning this PCF
Posted: Tuesday, September 25, 2007 12:40:22 PM
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)
Topic: Question about TC Net One Big Indicator
Posted: Wednesday, July 25, 2007 2:10:44 PM
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
Topic: Question about TC Net One Big Indicator
Posted: Wednesday, July 25, 2007 9:41:08 AM
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)
Topic: PCF for moving linear regression crossing EMA
Posted: Wednesday, February 14, 2007 8:59:13 AM
Jim,

Thank you for pointing that out. I appreciate the input.

WD
Topic: PCF for moving linear regression crossing EMA
Posted: Monday, February 12, 2007 7:35:43 PM
WOW !!!!!!!!

Bruce this is great. Thank you ever so much !!!

WD
Topic: PCF for moving linear regression crossing EMA
Posted: Monday, February 12, 2007 4:35:05 PM
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
Topic: PCF for moving linear regression crossing EMA
Posted: Monday, February 12, 2007 4:22:42 PM
Bruce, is there anyway I can send you a picture of my chart?

WD