alexan 41 posts msg #126695 - Ignore alexan | 
1/12/2016 1:20:49 PM
  how to find the most recent date and price in which close crossed below ma(30)
 
  | 
four 5,087 posts msg #126696 - Ignore four modified | 
1/12/2016 1:39:13 PM
  how to find the most recent date and price in which close crossed below ma(30)
 ------------------------------------------
 
 -- Cross occurred today: AAU used as an example.
 
  
 
  	    
 
  | 
four 5,087 posts msg #126697 - Ignore four modified | 
1/12/2016 1:53:11 PM
  -- Cross occurred within 5 days ago: LL used as an example [cross occurred 4 days ago, daysx=4].  
 
  
 
  	    
 
  | 
Kevin_in_GA 4,599 posts msg #126698 - Ignore Kevin_in_GA | 
1/12/2016 2:27:13 PM
 
  	    
 
 Perhaps this would help - I am trying to figure out how to get a column that tells you the number of days since the cross below occurred, but so far nothing.
 
  | 
four 5,087 posts msg #126699 - Ignore four modified | 
1/12/2016 2:33:32 PM
   Kevin,
 See my post above:
 msg #126697 modified 	1/12/2016 1:53:11 PM
 
 
  | 
alexan 41 posts msg #126700 - Ignore alexan | 
1/12/2016 2:56:15 PM
  Thanks for the responses.
 
 I need to add this to my filter:
 
 ------------------------------------------------------------------------------------------------
 
 set { crosspoint ,  price in which price crossed below ma(30)  }
 add column crosspoint
 
 
 
  |