Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Personal Criteria formula calculate Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
nking
Posted : Monday, August 20, 2007 2:22:19 PM
Registered User
Joined: 3/16/2005
Posts: 9
Trainer: I am unable to calculate my Personal Criteria formula. When I hit Databank: Update Personal Criteria I get "Syntax errors were forund in the following Personal Criteria: (Up stocks) Unable to update Personal Criteria.

Formula is: C > C1 AND > C2

What I would like is: C > C1 * 1.1 AND C2 * 1.02
Jared_C
Posted : Monday, August 20, 2007 3:40:47 PM

Worden Trainer

Joined: 10/7/2004
Posts: 74
Dear nking,

The formula that you have provided is not understood by the program. C>C1 and > C2 is missing a variable. (C>C1 is OK) but what is it that you want to be greater than C2?

Could you explain, using words, the pattern that you are looking for?
StockGuy
Posted : Monday, August 20, 2007 3:43:26 PM

Administration

Joined: 9/30/2004
Posts: 9,187
C > C1 * 1.1 AND C > C2 * 1.02 will return True when today's close is 10% higher than yesterday's close and also 2% higher than the close 2 days ago.

If that's not what you want, just tell us exactly what you're looking for.
nking
Posted : Friday, August 31, 2007 4:04:44 PM
Registered User
Joined: 3/16/2005
Posts: 9
C1 > (C2 * 1.05) AND C > (C1 * 1.02) AND V2 > (V1 * 5)

I would like to add Market Cap greater than 50M, (50,000,000,)to the above. The same may apply to eg: P/E, or items not listed in the PCF inventory clipboard. Thank you
Bruce_L
Posted : Friday, August 31, 2007 4:32:01 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
TeleChart's Personal Criteria Formula Language does not have syntax for referencing other symbols or fundamentals.

You can use PCFs and the built in Fundamental System Criteria in the same EasyScan however. You may wish to review the following:

Using EasyScan to find stocks that meet your own criteria
Definitions of all built in scanning and sorting criteria

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
mbethune
Posted : Tuesday, April 2, 2013 11:25:16 AM
Registered User
Joined: 3/25/2013
Posts: 2

Disclaimer:  New User -.... 

How would I create a condition in an Easy Scan for an Outside Reversal. 

 

Yesterday's High is lower than today's high.  

Yesterdays Low is greater than today's low. 

Current price is higher than Yesterdays close and/or Current price is lower than yesterday's close.

 

H < (C*H)  

L > (C*L)

???? 

Any thoughts?

 

Mark

(email removed by moderator)

 

 

Bruce_L
Posted : Tuesday, April 2, 2013 11:29:19 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

A Condition Formula where the current price is higher than the previous close would be:

L< L1 AND C1 < C AND H1 < H

A Condition Formula where the current price is lower than the previous close would be:

L< L1 AND C < C1 AND H1 < H

A Condition Formula where the current price is highor or low than the previous close would be:

L< L1 AND C <> C1 AND H1 < H



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