Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Combine PCFs with OR Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
daledalmada
Posted : Sunday, March 19, 2017 5:17:58 PM
Registered User
Joined: 7/5/2009
Posts: 191

I would like to combine the below PCFs so that when put into an easy scan it will find stocks that meet either condition, but the stocks do not have to meet both conditions.  I tried simply joining them with OR but it did not work.  Thank you!

 

MAXH5.1 / MINL5.1 <= 1.05 AND (MAXH5.1 <= C5.1 * 1.05 AND MINL5.1 >= C5.1 * .90)

 

C > AVGC50 AND C > AVGC200

StockGuy
Posted : Monday, March 20, 2017 10:50:24 AM

Administration

Joined: 9/30/2004
Posts: 9,187

(MAXH5.1 / MINL5.1 <= 1.05 AND (MAXH5.1 <= C5.1 * 1.05 AND MINL5.1 >= C5.1 * .90)) OR (C > AVGC50 AND C > AVGC200)

 

You have to group each formula with ( ) and an OR in between.

daledalmada
Posted : Monday, March 20, 2017 7:55:05 PM
Registered User
Joined: 7/5/2009
Posts: 191

Thank you!

Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.