Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 10/7/2004 Posts: 23
|
I need a PCF to find stocks whose closing price C is lower by a certain % than MINC90. I have C<=MINC90 but cannto develoe %between MINC90 price adn present price C.
Thanks!I
|
|
Registered User Joined: 10/7/2004 Posts: 23
|
QUOTE (cpratsch)
I need a PCF to find stocks whose closing price C is lower by a certain % than MINC90. I have C<=MINC90 but cannot develop % between MINC90 price and present price C.
Thanks!I
|
|
Registered User Joined: 10/7/2004 Posts: 23
|
how do I find an answer to my question?
Thanks.
Chris Pratsch
|
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
It will be posted here.
C cant be less than MINC90. (it can only equal it)
If you want to test the bar before you would use:
C<MINC90.1
The .1 tells it its yesterdays minC90.
Thanks
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The percentage the C is above or below MINC90.1 could be written as:
100 * (C / MINC90.1 - 1)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |