Registered User Joined: 6/19/2012 Posts: 15
|
Hello,
Is it possible to create a screen which would allow me to find stocks that are trading within 1% of the 50 day ma and 1% of the 200 day ma.
Also, are there plans to allow longer periods studies on things like the moving averages...
I wanted to do a 30 minute chart with 65,260,650 periods ma's. Currently, the charts will not chart 650 periods.
Thanks in advance,
Mak
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
A Condition Formula for price being within 1% of both its 50-Period Simple Moving Average and 200-Period Simple Moving Average could be written as:
ABS(C / AVGC50 - 1) <= .01 AND ABS(C / AVGC200 - 1) <= .01
I am not aware of any current plans to increase the number of bars available in any given Time Frame above its current 500 bar limit in TC2000 version 12.2. More history is available in TC2000 version 7 however.
Personal Criteria Formula Conditions
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 6/19/2012 Posts: 15
|
Thank you Bruce. Have a happy Thanksgiving.
Mak
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome. Happy Thanksgiving!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|