| Welcome Guest, please  sign in  to participate in a discussion. | 	Search | 	Active Topics |  | 
	
	
	
		Registered User Joined: 1/8/2005 Posts: 118 
	 | 
	
		
	
		
			
				I have the following custom indicator on my chart( TC Platinum) - how can I put it in an easy scan so it will show true when the conditions are met? 
			
				  
			
				ABS(C<C4ANDC1<C5ANDC2<C6ANDC3<C7ANDC4<C8ANDC5<C9ANDC6<C10ANDC7<C11ANDC8<C12ANDC9>C13)*L 
			
				  
			
				Thank you for your help 
			
				  
			
				  
		 
	 
 
	  
	 | 
	 | 
	
	
	
		 
   Worden Trainer
  Joined: 10/7/2004 Posts: 65,138 
	 | 
	
		 
	You need to create a Personal Criteria Formula using just the part that is inside the parentheses: 
	C < C4 AND C1 < C5 AND C2 < C6 AND C3 < C7 AND C4 < C8 AND C5 < C9 AND C6 < C10 AND C7 < C11 AND C8 < C12 AND C9 > C13 
	And then add it to an EasyScan as an EasyScan Condition. 
	How to create a Personal Criteria Forumula (PCF) 
	Using EasyScan to find stocks that meet your own criteria 
	  
  -Bruce Personal Criteria Formulas TC2000 Support Articles
	 | 
	 | 
	
	
	
		Registered User Joined: 5/9/2011 Posts: 80 
	 | 
	
		 
	  
	
		Bullish Patterns 
	
		Can you help with formula below? Do you see any mistakes with this formula? Should the last piece 
	
		of the formula be C>O for the bullish form? 
	
		Thanks, 
	
		Jim 
	
		Abandoned Baby 
	
		C2<O2 AND 
	
		ABS(C2-O2)>(H2-L2)*0.50 AND 
	
		H1>L2 AND 
	
		(C1+O1)/2>=((H1+L1)/2)*0.40 AND 
	
		(C1+O1)/2<=((H1+L1)/2)*0.60 AND 
	
		ABS(C1-O1)<= (H1-L1)*10 AND 
	
		L>H1 AND 
	
		C<O 
 
	  
	 | 
	 | 
	
	
	
		 
   Worden Trainer
  Joined: 10/7/2004 Posts: 65,138 
	 | 
	
		 
	I'm not a candlestick guy (at all). I couldn't say if the pattern in correct or not. Internet searches for candlestick patterns rarely (if ever) come up with consistent definitions of patterns from website to website and in many cases the definitions are ambiguous. 
	If you want the most recent bar of a Bullish Abandoned Baby candlestick pattern to have its close above its open, then you should change C < O to C > O instead. 
	PCF Formula Descriptions 
	Boolean PCFs for Candlestick Patterns 
	Handy PCF example formulas to help you learn the syntax of PCFs! 
  -Bruce Personal Criteria Formulas TC2000 Support Articles
	 | 
	 | 
| 
Guest-1 |