Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 1/28/2005 Posts: 6,049
|
I've mainly seen the date function used with the close. Can it be applied to other things in telechart? Low Volume MaxH MinL AVG XAVG
For example can this be edited to show stocks that were true as of the 12/29/06 close:
(C>20)AND(AVGV50>500)AND(C>MAXC5.1)AND(C>C1+1)
Thanks diceman
|
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
If it can take a days ago parameter, it should also be able to use a date instead. If the days ago parameter requires a ".", it will also be required when using a date. If the days ago parameter does not require a ".", neither will using the date. Please try the following:
C'12/29/06' > 20 AND AVGV50.'12/29/06' > 500 AND C'12/29/06' > MAXC5.'12/28/06' AND C'12/29/06' > C'12/28/06' + 1
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
Thanks Bruce
|
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |