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 |

Writing a PCF Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
swenbren
Posted : Thursday, March 19, 2009 12:47:22 AM
Registered User
Joined: 8/27/2007
Posts: 19
How would I go about writing a PCF to show stocks where the 10 bar simple is crossing the 30 day exponential moving average.
Naresh
Posted : Thursday, March 19, 2009 1:10:23 AM
Registered User
Joined: 10/23/2004
Posts: 251
SMA10 crossing Up EMA30:

AVGC10 > XAVGC30 AND AVGC10.1 <= XAVGC30.1

SMA10 Crossing Down EMA30:

AVGC10 < XAVGC30 AND AVGC10.1 >= XAVGC30.1

SMA10 crossing EMA30 either direction:

SGN(AVGC10 - XAVGC30) <> SGN(AVGC10.1 - XAVGC30.1)

Thanks,
Naresh
Webby
Posted : Wednesday, March 25, 2009 4:38:51 PM
Registered User
Joined: 12/1/2008
Posts: 4
How do I create new PCF's in Telechart?
Bruce_L
Posted : Wednesday, March 25, 2009 4:48:37 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Webby,
Welcome to the forums. A very good foundation for learning how to use TeleChart can be gained by reviewing the following:

If you are new to TeleChart READ THIS FIRST!

The How to create a Personal Criteria Forumula (PCF) topic covers the actual process of creating Personal Criteria Formulas while the PCF Formula Descriptions topic contains a list of all the syntax that can be used.

-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.