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: dhbyrge
About
User Name: dhbyrge
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Wednesday, March 19, 2008
Last Visit: Thursday, October 13, 2016 5:06:42 PM
Number of Posts: 5
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Harmonics
Posted: Thursday, February 19, 2015 1:08:38 PM

Best wishes and good luck to you. I've really enjoyed your informative posts on harmonics and hope you decide to continue posting on this interesting topic.

Also, please let us know how the alternative charting app works for you. I've been searching for an alternative as well and would like to hear about what you've found.

Many thanks for sharing your knowledge with us!

 

-systemtrader

Topic: Made a New 52-Week High in Last 20 Days
Posted: Tuesday, March 26, 2013 6:11:32 PM

Bruce, thank you for the suggestion to use a Custom PCF % True indicator. I will try it using verson 12.3.

Topic: Made a New 52-Week High in Last 20 Days
Posted: Tuesday, March 26, 2013 11:30:59 AM

The following PCF returns TRUE when a stock has made a 52-week high within the last 20 trading days including today. Unfortunately, the calculation speed is slow, presumably due to the repeated use of MAXH260.

Do you have any ideas on how this formula might be coded more efficiently?

( H = MAXH260 ) OR ( H1 = MAXH260.1 ) OR ( H2 = MAXH260.2 ) OR

( H3 = MAXH260.3 ) OR ( H4 = MAXH260.4 ) OR ( H5 = MAXH260.5 ) OR

( H6 = MAXH260.6 ) OR ( H7 = MAXH260.7 ) OR ( H8 = MAXH260.8 ) OR

( H9 = MAXH260.9 ) OR ( H10 = MAXH260.10 ) OR ( H11 = MAXH260.11 ) OR

( H12 = MAXH260.12 ) OR ( H13 = MAXH260.13 ) OR ( H14 = MAXH260.14 ) OR

( H15 = MAXH260.15 ) OR ( H16 = MAXH260.16 ) OR ( H17 = MAXH260.17 ) OR

( H18 = MAXH260.18 ) OR ( H19 = MAXH260.19 )

Thank you.

Topic: Volume-Weighted Exponential Moving Average
Posted: Wednesday, October 14, 2009 1:06:55 PM

Any ideas on how to implement a volume-weighted exponential moving average in TeleChart? I've tried this syntax, XAVG(V*C,12)/XAVG(V,12), but it fails to produce the correct result.

Topic: Scanning for Stocks using the ADX
Posted: Wednesday, August 20, 2008 9:38:15 PM
I'd like to create a scan to search for stocks with an ADX rising by x amount over y number of days. I searched but failed to find any pcf's or built-in scans for the ADX. Any idea how to do this?