Registered User Joined: 12/2/2010 Posts: 9
|
I am a computer programmer i can learn quickly... pdf welcome videos also.... send links please.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The PCF Formula Descriptions topic has a comprehensive list of the syntax which is valid in the Personal Criteria Formula Language and the Handy PCF example formulas to help you learn the syntax of PCFs! topic has basic examples of this syntax in use.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 12/2/2010 Posts: 9
|
:) TY
|
Registered User Joined: 12/2/2010 Posts: 9
|
hey is there a way to array a period of time say like (c15..c215) ?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The Personal Criteria Formula Language is just that, a formula language. It is not a programming or scripting language and does not have variables, arrays or looping structures. This doesn't mean you can't do complex things with it (see the Days Since Last Peak (or other day-counting needs) topic for example), but complex things generally require equally complex formulas as you need to check everything individually.
There are functions and indicators which be used in a PCF which cover a span of time. For example, you could check for the maximum close over the period of time covered by C15 through C215 using something like:
MAXC201.15
StockFinder uses RealCode, which is far more fully featured and an actual programming language if this is something you need to do.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|