Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 6/4/2013 Posts: 15
|
Hi Bruce,
I am trying to create a PCF condition as part of my easy scan which will give me all the stocks down 10% or more on a day. I tried using this one:
C<=1.10*O
But it also gives me also the stocks up on a day so I guess I did something wrong here?
Thank you!
|
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
Try this:
C<=C1*.9
Thanks
|
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
or if you want it from todays open
C<=O*.9
|
|
Registered User Joined: 6/4/2013 Posts: 15
|
Thank you diceman, appreciate it!
|
|
Guest-1 |