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: spendabuck
About
User Name: spendabuck
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Thursday, March 24, 2005
Last Visit: Friday, February 17, 2012 8:20:41 PM
Number of Posts: 18
[0.01% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Big volume in the past thirty days
Posted: Friday, December 16, 2011 12:01:10 PM
Hi,

I'm trying to write a PCF which would identify the stocks from my lists which have traded to the upside on volumes in excess of four times their 50 day moving average on any one of the past thirty trading days. 

Any help would be appreciated,

Thanks!
Topic: Volume PCF
Posted: Monday, August 15, 2011 7:30:48 AM
Need some help writing a PCF (2007) to show which stocks did at least five times their average 50 day  volume at least one day in the past twenty days. 

For example if a stock's 50 day average volume was 200K/day, I want the PCF to identify if there was at least one day in the past twenty trading days when it did more then 1 million shares (five times the average daily volume of 200K)

Thanks

Topic: Stock prices rising
Posted: Monday, March 1, 2010 11:01:34 AM
Thanks,

You guys always deliver!
Topic: Stock prices rising
Posted: Saturday, February 27, 2010 11:06:16 AM
How would I writer a scan to determine which stocks had closed higher in eleven of the past thirteen trading days?
Topic: Moving average question
Posted: Friday, April 3, 2009 4:40:40 PM
You da man!  Have a great weekend!
Topic: Moving average question
Posted: Friday, April 3, 2009 4:37:04 PM
Also how to I identify when price closes above the line for the first time.
Topic: Moving average question
Posted: Friday, April 3, 2009 4:30:58 PM

I'm trying to write a PCF for at 150 day weighted moving average.  Here's the formula

 WMA = ( PRICE * n + PRICE(1) * n-1 + ... PRICE(n-1) * 1) / ( n * (n + 1) / 2 )
         n = Period

Not having any luck. Help would be appreciated

Topic: Moving average question
Posted: Friday, April 3, 2009 4:30:30 PM

I'm trying to write a PCF for at 150 day weighted moving average.  Here's the formula

 WMA = ( PRICE * n + PRICE(1) * n-1 + ... PRICE(n-1) * 1) / ( n * (n + 1) / 2 )
         n = Period

Not having any luck. Help would be appreciated

Topic: BB Break out
Posted: Wednesday, December 19, 2007 8:18:19 AM
This formula (above) was working great, providing a True result when price crossed the upper band in the Sort Value column for several months when I was sorting through a large list of stocks.  Recently, however, it is no longer providing a True result.  Has something changed in the Telechart 2007 software that no longer allows this computation to work as it did before.  The other formulas I am using for other sorts still provide a True result in the Sort Value column when the condition is met.
Topic: One percent of a weekly close
Posted: Friday, October 26, 2007 1:37:02 PM
How would I write a PCF to find stocks that closed within one percent of their close one week ago?