JohnT328 54 posts msg #144033 - Ignore JohnT328 | 
7/5/2018 1:52:31 PM
  How to I filter for the following:
 
 Less than 3% above current price and less than 3% below current price for the last 2 days
 
  | 
four 5,087 posts msg #144036 - Ignore four | 
7/5/2018 3:39:29 PM
  
 optionable
 close > 20
 volume > 432432
 set{2p, close 2 days ago - close 1 day ago}
 2p < .06
 2p > -.06
 add column close 1 day ago
 add column close 2 days ago
 
 
  | 
JohnT328 54 posts msg #144044 - Ignore JohnT328 | 
7/6/2018 8:26:30 PM
  Perfect, thanks
 
  | 
four 5,087 posts msg #144045 - Ignore four | 
7/6/2018 11:33:41 PM
  welcome
 
  |