Registered User Joined: 11/20/2006 Posts: 14
|
Is there a way to filter symbols with little or now data. Say I only want to list symbos with 2 or more years worth of bars. Seems simple but I get weird results. Usually one or two symbols show up.
Thanks for the help.
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
In the current production release of TeleChart, you could include something similar to the following Personal Criteria Formula as part of another PCF or as an EasyScan Condition:
C500 = C500
It won't calculate for symbols with less than 500-Bars of data.
The TC2000.com version 11 beta only uses 500-Bars of data however, so you would need to be in a Time Frame longer than Daily to filter out symbols with less than 200-Bars of data. For example something like the following with the Time Frame of the PCF set to Monthly:
C24 = C24
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|