kraalarw 18 posts msg #146028 - Ignore kraalarw | 
1/13/2019 3:31:45 PM
  Hey Guys,
 I am wondering if there is a simple StockFetcher filter phrase that will show the results for price that is "greater than or equal to"?  Your help will be appreciated!
 
  | 
four 5,087 posts msg #146029 - Ignore four modified | 
1/13/2019 3:52:28 PM
  Request : $10 or greater for close price
 
 Solution :
 Either should work
 
 Option1:
 
    close >= 10  
 
 Option2:
 
    close > 9.99  
 
  | 
kraalarw 18 posts msg #146032 - Ignore kraalarw | 
1/13/2019 8:16:35 PM
  Too Simple.......thanks a bunch!
 
  | 
four 5,087 posts msg #146033 - Ignore four modified | 
1/13/2019 8:27:56 PM
  Did you see the guide? 
 
    https://www3.stockfetcher.com/download/sfuserguide2_0.pdf
 
 Did you see this link for phrases?
 
    https://www.stockfetcher.com/forums/Filter-Phrases
 
 Welcome
 
  | 
kraalarw 18 posts msg #146034 - Ignore kraalarw | 
1/13/2019 8:54:11 PM
  Thanks again for the info.......very helpful!
 
  |