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 |

PCF Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
RSC
Posted : Monday, September 12, 2011 9:38:32 AM
Registered User
Joined: 3/19/2005
Posts: 35
Is it possible to down load the existing formula used to sort by price compared to 20 Day MA to an Easy Scan?  If this can not be done can you help with a formula?

                                                                                                           Thanks  RSC
Bruce_L
Posted : Monday, September 12, 2011 9:46:58 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Chances are yes. Just select Add Condition from within the Scan or Add New Condition from within the EasyScan and start typing the name of the formula. If it doesn't appear when you try to add the Condition, can you supply the exact name of the formula?

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
mconnolly69
Posted : Tuesday, September 13, 2011 8:43:23 PM
Registered User
Joined: 9/8/2011
Posts: 6
Hello, I need to set up a pcf with the following criteria. Can you please provide me with the code? My first screen is for high volume stocks. Criteria is 1. Price range $10 - $200. 2. Avg. Volume past 50 days is > 1 million shares.I then need to screen these stocks with this criteria. 1. Longer term moving average = to 35 bars and up. 2. Exponential Moving Avg.= 7 bars and last bar > 3 bars before last bar. 3. Low of last bar = low of 2 bars before last bar.Thank you. My e-mail is (email removed by moderator)
Bruce_L
Posted : Wednesday, September 14, 2011 8:30:13 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
QUOTE (mconnolly69)
1. Price range $10 - $200. 2. Avg. Volume past 50 days is > 1 million shares.

If this is for TC2000 version 12:

10 <= C AND C <= 200 AND AVGV50 > 1000000

If this is for TeleChart 2007:

10 <= C AND C <= 200 AND AVGV50 > 10000

QUOTE (mconnolly69)
1. Longer term moving average = to 35 bars and up.

I really do not understand this part. Maybe:

AVGC35 > AVGC35.1

QUOTE (mconnolly69)
2. Exponential Moving Avg.= 7 bars and last bar > 3 bars before last bar.

XAVGC7 > XAVGC7.3

QUOTE (mconnolly69)
3. Low of last bar = low of 2 bars before last bar.

L = L2

PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
mconnolly69
Posted : Wednesday, September 14, 2011 9:16:57 AM
Registered User
Joined: 9/8/2011
Posts: 6
Thanks Bruce,This code is for Telechart 2007. The first criteria I need to screen with the second criteria. How do I set that up?
Bruce_L
Posted : Wednesday, September 14, 2011 9:24:31 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Just create individual Personal Criteria Formulas.

How to create a Personal Criteria Forumula (PCF)

And then combine them into a single EasyScan.

Using EasyScan to find stocks that meet your own criteria

The other option would be to just string the formulas together into a single formula by putting AND in between each PCF:

10 <= C AND C <= 200 AND AVGV50 > 10000 AND AVGC35 > AVGC35.1 AND XAVGC7 > XAVGC7.3 AND L = L2

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.