Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 10/7/2004 Posts: 11
|
Hi I brought over to version 12.2 a pcf from my old verion of telechart. I am not sure it runs correctly in version 12.2 as I get different results when run side by side. Can you review this and let me know if you see any reason why it wouldn't run in the new version?
Thank you,
Harvey
ABS(C - AVGC200) / C > .20 AND C < AVGC200 AND C > AVGC50
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
I don't see any reason the Condition Formula would not work in TC2000 version 12.2. Can you give examples of specific symbols where the Condition Formula seems to return incorrect results?
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 10/7/2004 Posts: 11
|
hi Bruce, first that is good to know it should work.
In Telechart the pcf resulted in 4 symbols, LXK, GNW, APOL, FSLR using the sp500 for the watch list, in version 12.2 there we no results.
so I'm not sure which is correct.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
I'm currently getting the same three symbols in both TC2000 version 7 and TC2000 version 12.2:
APOL, FSLR & LXK (no GNW)
So it would seem that your TC2000 version 7 results are probably what was correct. Try recreating the Condition Formula in TC2000 version 12.2 and make sure the Time Frame is set to Daily.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 10/7/2004 Posts: 11
|
thanks Bruce I'll try that.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Gold Customer
Joined: 1/22/2005 Posts: 73
|
In this formula, try replacing the .20 with .10
ABS(C - AVGC200) / C > .20 AND C < AVGC200 AND C > AVGC50
ABS(C - AVGC200) / C > .10 AND C < AVGC200 AND C > AVGC50
|
|
Guest-1 |