jdemuth17 2 posts msg #144197 - Ignore jdemuth17 modified | 
7/25/2018 1:34:43 PM
  I'm trying to track change % column to export to excel
 
 Any time I use close of different days in a set function is returning 0
 
 Ex.
 Set{change,close(1)-close(2)}
 Set{change1,change/close(2)}
 Set{change%,change1*100}
  
 Add column change%
 
 Am I missing something or is it not supported
 
 Thanks 
 
  | 
four 5,087 posts msg #144201 - Ignore four modified | 
7/25/2018 2:50:51 PM
  Notice how StockFetcher handles previous days.
 
 Try...
 
  	    
 
  | 
four 5,087 posts msg #144202 - Ignore four | 
7/25/2018 2:51:42 PM
  Link to guide
 https://www3.stockfetcher.com/download/sfuserguide2_0.pdf
 
  | 
jdemuth17 2 posts msg #144204 - Ignore jdemuth17 | 
7/25/2018 5:59:07 PM
  Thank you
 
  | 
four 5,087 posts msg #144206 - Ignore four | 
7/25/2018 10:26:46 PM
  welcome
 
  |