Gold Customer
Joined: 11/25/2004 Posts: 10
|
Dear Trainer.
I pulled the following 2 pcf's off of a website . They are to find range bound stocks of one month and 2 months respectively. However when I pasted them into the pcf formula box and tried to update Tc2007 I got an error message saying they could not be calculated. Can you review the syntax and make necessary changes. They are as follows:
One month range bound stocks: ((MAX(RSI14.3,21))<60 AND ((MIN(RSI14.3,21))>40)
Two Month range bound stocks: ((MAX(RSI14.3,42)) <70) AND ((MIN(RSI14.342)) >30
Thanks
Harry P.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Welcome to the forums. A very good foundation for learning how to use TeleChart can be gained by reviewing the following:
If you are new to TeleChart READ THIS FIRST!
QUOTE (harryrp) One month range bound stocks: ((MAX(RSI14.3,21))<60 AND ((MIN(RSI14.3,21))>40)
MAX(RSI14.3,21) < 60 AND MIN(RSI14.3,21) > 40
QUOTE (harryrp) Two Month range bound stocks: ((MAX(RSI14.3,42)) <70) AND ((MIN(RSI14.342)) >30
MAX(RSI14.3,42) < 70 AND MIN(RSI14.3,42) > 30
How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
-Bruce Personal Criteria Formulas TC2000 Support Articles
|