| drawerguy 14 posts
 msg #119012
 - Ignore drawerguy
 | 4/7/2014 8:25:59 PM 
 Hello out there,
 
 
 I am trying to write a yearly close filter, but I'm not having any luck. The phrasing seems like it would be simple enough but for some reason I'm getting it wrong. For instance today is the7th of April, so I wrote:
 
 
 price 1 day ago crossed above  price 91 days ago
 price > 1
 volume > 500000
 add column industry
 
 91 days ago being the close on December 31st, 2013
 
 Can some one help me with this?
 
 Thanks
 
 
 | 
| duke56468 683 posts
 msg #119037
 - Ignore duke56468
 | 4/8/2014 5:46:47 PM 
 Maybe this
 
 
 
 
 
 | 
| drawerguy 14 posts
 msg #119050
 - Ignore drawerguy
 | 4/9/2014 3:35:04 PM 
 Hey duke,
 
 Thank you very much.  You nailed it it!  At first I thought it was wrong, but thats because I made the mistake of thinking that Dec 31st was 91 days ago, when it was actually 66 days ago on that day . Today its 68 days ago.
 
 So thanks again!
 
 dguy
 
 
 |