pjw23 8 posts msg #87964 - Ignore pjw23 | 
2/8/2010 2:53:28 PM
  Has anyone developed a filter that is able to identify pivots points.  I'd like to scan for stocks that are retesting a prior pivot point.  Any ideas how to create something like this?
 
  | 
chetron 2,817 posts msg #87966 - Ignore chetron | 
2/8/2010 3:10:33 PM
  PIVOT POINTS ARE ALREADY SETUP BY SF, LOOK IN INDICATORS
 
  | 
Kevin_in_GA 4,599 posts msg #87969 - Ignore Kevin_in_GA | 
2/8/2010 3:45:59 PM
  SF has built in functions for this - just use something like the following:
 
 draw PP
 draw R1
 drawR2 
 draw S1
 draw S2
 
 These are calculated in the standard way that most software does it, and can be used in filters easily
 
  	    
 
 
  | 
pjw23 8 posts msg #87970 - Ignore pjw23 | 
2/8/2010 3:59:57 PM
  This is too great, Thanks guys.
 
  |