alexan 41 posts msg #125316 - Ignore alexan | 
9/30/2015 2:52:01 AM
  When I run my filters, I need to add a condition that if a particular stock was qualified 1 day ago, then it won’t show up in today results.
 
 How can I do that?
 
 
  | 
four 5,087 posts msg #125320 - Ignore four modified | 
9/30/2015 12:00:37 PM
  open 1 day ago < close 1 day ago  /* yesterday open was less than close yesterday */
 open > close /* today open greater than close today */
 
 In other words, today (0 days ago) write the opposite of yesterday (1 day ago).
 
  | 
alexan 41 posts msg #125356 - Ignore alexan modified | 
10/1/2015 7:01:16 PM
  incorrect
 
 open 1 day ago  should not be necessarily lesss than close 1 day ago
 
 
 I am looking for a condition that removes repeat stocks and this did not answer my question
 
 
 
 
 
 
  |