| Welcome Guest, please  sign in  to participate in a discussion. | 	Search | 	Active Topics |  | 
	
	
	
	
		Registered User Joined: 1/15/2005 Posts: 60 
	 | 
	
		Looking for two PCF's. This is based on the video from April 27th ("A Trio of Interesting Buy Candidates: SWY, TALK, and AEIS")
 
  - TSV67 crosses over zero 
  - TSV67 crosses over 20 day Moving Average (expoential)
  Thanks
  Mike
	 | 
	 | 
	
	
	
		 
   Worden Trainer
  Joined: 10/1/2004 Posts: 18,819 
	 | 
	
		TSV67 crossing 0
  (TSV67 > 0 AND TSV67.1 < 0) OR (TSV67 < 0 AND TSV67.1 > 0)
 
  TSV67 crossing 20dma
  ((TSV67 > XAVG(TSV67,20)) AND (TSV67.1 < XAVG(TSV67.1,20))) OR ((TSV67 < XAVG(TSV67,20)) AND (TSV67.1 > XAVG(TSV67.1,20)))
  - Craig Here to Help!
	 | 
	 | 
	
	
	
		Registered User Joined: 1/15/2005 Posts: 60 
	 | 
	
		I get a Syntax error when using 'TSV67 crossing 20dma'
  ANy idea what seems to be the issue?
  Thx
	 | 
	 | 
	
	
	
		 
   Worden Trainer
  Joined: 10/1/2004 Posts: 18,819 
	 | 
	
		It was missing a paren.  Fixed it.  Sorry about that.
  - Craig Here to Help!
	 | 
	 | 
	
	
	
		Registered User Joined: 1/1/2005 Posts: 2,645 
	 | 
	
		The PCF's given above will not agree with the chart setups used by Peter Worden since he uses TSV67 Exponential and the PCF TSV67 is a Simple Moving Average.  There is a significant difference in the behavior of the two.
  Thanks, Jim Murphy
   
	 | 
	 | 
| 
Guest-1 |