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 |

percent change today > -10 Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
dp112
Posted : Tuesday, August 18, 2009 9:26:02 PM
Registered User
Joined: 1/3/2007
Posts: 43
hello

I need PCF for ((C - C1) / C1 * 100) > - 10

thanks
Bruce_L
Posted : Wednesday, August 19, 2009 8:04:14 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
I guess that depends on what you mean. If you really want the Percent Change to be greater than negative ten percent, you could just put the -10 in parentheses:

((C - C1) / C1 * 100) > (-10)

If you want the Percent Change to be negative but the magnitude of the Percent Change to be greater than 10% instead, you would need to change the > to a < as well:

((C - C1) / C1 * 100) < (-10)

You may wish to review the following:

How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!

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