Platinum Customer
Joined: 10/7/2004 Posts: 38
|
Is there a PCF to detect stocks that are trading above the 50 Moving Average? Even better, is there another one that detects when it is trading 150% of the 50 Moving Average?
Thanks,
Preston
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
A Condition Formula for price being above the 50 period simple moving average can be written as follows.
C > AVGC50
A Condition Formula for price being at least 50% above the 50 period simple moving average can be written as follows.
C >= 1.5 * AVGC50
Personal Criteria Formula Syntax
-Bruce Personal Criteria Formulas TC2000 Support Articles
|