| Welcome Guest, please  sign in  to participate in a discussion. | Search | 	Active Topics | | 
	
	
	| Registered User Joined: 12/27/2012
 Posts: 13
 
 | 
	Hello Bruce and good morning all.  When compiling an easy scan I would to have the following conditions so I can add the PCFs to my easy scan:  In essence I am looking for the Daily close above the 65 ema with volume and RSI value below 2....   and or below the 5 and below the 2.   thanks 
	  
	  
	Volume > 999,999 
	Close > EMA (65, close 
	RSI (2) < 5.0 | 
	|  | 
	
	
	|  
  Worden Trainer
 
 Joined: 10/7/2004
 Posts: 65,138
 
 | 
	The requirements given in the three lines at the bottom of your post could be written as the following when using the plain RSI indicator which is not Wilder's Smoothed: 
	V > 999999 AND C > XAVGC65 AND RSI2 < 5 
	Or as the following when using the RSI - Wilder's indicator which is Wilder's Smoothed: 
	V > 999999 AND C > XAVGC65 AND 50 * (C - XAVGC3.1) / 2 / (.500030519440884 * (ABS(C - C1) + .5 * (ABS(C1 - C2) + .5 * (ABS(C2 - C3) + .5 * (ABS(C3 - C4) + .5 * (ABS(C4 - C5) + .5 * (ABS(C5 - C6) + .5 * (ABS(C6 - C7) + .5 * (ABS(C7 - C8) + .5 * (ABS(C8 - C9) + .5 * (ABS(C9 - C10) + .5 * (ABS(C10 - C11) + .5 * (ABS(C11 - C12) + .5 * (ABS(C12 - C13) + .5 * (ABS(C13 - C14)))))))))))))))) + 50 < 5 
	That said, while I do not know exactly what "I am looking for the Daily close above the 65 ema with volume and RSI value below 2....   and or below the 5 and below the 2." means, it does not seem to correspond with the three lines at the end of the post. 
 -Bruce
 Personal Criteria Formulas
 TC2000 Support Articles
 | 
	|  | 
	
	
	| Registered User Joined: 12/27/2012
 Posts: 13
 
 | 
	Yes, Im looking to meet  the 3 requirements listed below 
	Thanks 
	  
	 QUOTE (Bruce_L) 
	The requirements given in the three lines at the bottom of your post could be written as the following when using the plain RSI indicator which is not Wilder's Smoothed: 
	V > 999999 AND C > XAVGC65 AND RSI2 < 5 
	Or as the following when using the RSI - Wilder's indicator which is Wilder's Smoothed: 
	V > 999999 AND C > XAVGC65 AND 50 * (C - XAVGC3.1) / 2 / (.500030519440884 * (ABS(C - C1) + .5 * (ABS(C1 - C2) + .5 * (ABS(C2 - C3) + .5 * (ABS(C3 - C4) + .5 * (ABS(C4 - C5) + .5 * (ABS(C5 - C6) + .5 * (ABS(C6 - C7) + .5 * (ABS(C7 - C8) + .5 * (ABS(C8 - C9) + .5 * (ABS(C9 - C10) + .5 * (ABS(C10 - C11) + .5 * (ABS(C11 - C12) + .5 * (ABS(C12 - C13) + .5 * (ABS(C13 - C14)))))))))))))))) + 50 < 5 
	That said, while I do not know exactly what "I am looking for the Daily close above the 65 ema with volume and RSI value below 2....   and or below the 5 and below the 2." means, it does not seem to correspond with the three lines at the end of the post. 
	 | 
	|  | 
	
	
	| Registered User Joined: 12/27/2012
 Posts: 13
 
 | 
	Can we incorporate a condition that stocks must also be above their 200 day ema? 
	  
	 QUOTE (j007rmc) 
	Yes, Im looking to meet  the 3 requirements listed below 
	Thanks 
	  
	 QUOTE (Bruce_L) 
	The requirements given in the three lines at the bottom of your post could be written as the following when using the plain RSI indicator which is not Wilder's Smoothed: 
	V > 999999 AND C > XAVGC65 AND RSI2 < 5 
	Or as the following when using the RSI - Wilder's indicator which is Wilder's Smoothed: 
	V > 999999 AND C > XAVGC65 AND 50 * (C - XAVGC3.1) / 2 / (.500030519440884 * (ABS(C - C1) + .5 * (ABS(C1 - C2) + .5 * (ABS(C2 - C3) + .5 * (ABS(C3 - C4) + .5 * (ABS(C4 - C5) + .5 * (ABS(C5 - C6) + .5 * (ABS(C6 - C7) + .5 * (ABS(C7 - C8) + .5 * (ABS(C8 - C9) + .5 * (ABS(C9 - C10) + .5 * (ABS(C10 - C11) + .5 * (ABS(C11 - C12) + .5 * (ABS(C12 - C13) + .5 * (ABS(C13 - C14)))))))))))))))) + 50 < 5 
	That said, while I do not know exactly what "I am looking for the Daily close above the 65 ema with volume and RSI value below 2....   and or below the 5 and below the 2." means, it does not seem to correspond with the three lines at the end of the post. 
	 
	 | 
	|  | 
	
	
	| Registered User Joined: 12/27/2012
 Posts: 13
 
 | 
	Please disregard last post.... That should be easy enough to do. 
	  
	Bruce you are the Master of PCFs :-) 
	  
	 QUOTE (j007rmc) 
	Can we incorporate a condition that stocks must also be above their 200 day ema? 
	  
	 QUOTE (j007rmc) 
	Yes, Im looking to meet  the 3 requirements listed below 
	Thanks 
	  
	 QUOTE (Bruce_L) 
	The requirements given in the three lines at the bottom of your post could be written as the following when using the plain RSI indicator which is not Wilder's Smoothed: 
	V > 999999 AND C > XAVGC65 AND RSI2 < 5 
	Or as the following when using the RSI - Wilder's indicator which is Wilder's Smoothed: 
	V > 999999 AND C > XAVGC65 AND 50 * (C - XAVGC3.1) / 2 / (.500030519440884 * (ABS(C - C1) + .5 * (ABS(C1 - C2) + .5 * (ABS(C2 - C3) + .5 * (ABS(C3 - C4) + .5 * (ABS(C4 - C5) + .5 * (ABS(C5 - C6) + .5 * (ABS(C6 - C7) + .5 * (ABS(C7 - C8) + .5 * (ABS(C8 - C9) + .5 * (ABS(C9 - C10) + .5 * (ABS(C10 - C11) + .5 * (ABS(C11 - C12) + .5 * (ABS(C12 - C13) + .5 * (ABS(C13 - C14)))))))))))))))) + 50 < 5 
	That said, while I do not know exactly what "I am looking for the Daily close above the 65 ema with volume and RSI value below 2....   and or below the 5 and below the 2." means, it does not seem to correspond with the three lines at the end of the post. 
	 
	 
	 | 
	|  | 
	
	
	|  
  Worden Trainer
 
 Joined: 10/7/2004
 Posts: 65,138
 
 | 
	Just add the following to the end of the desired PCF: 
	AND C > XAVGC200 
 -Bruce
 Personal Criteria Formulas
 TC2000 Support Articles
 | 
	|  | 
| Guest-1 |