Radiomuse 288 posts msg #86794 - Ignore Radiomuse | 
1/22/2010 11:26:43 AM
  For example, I'm trying to create an average dollar volume, in 1000's, and really don't want to see 2 decimal places.  So if a stock is trading $502K a day, I want it to display "502", not "502.17"
 
 set{dollarv,average volume(30) * ma(30)}
 set{dollarvol,dollarv/1000}
 dollarvol > 500
 add column dollarvol {dolvol30,1000s}
 
  | 
chetron 2,817 posts msg #86797 - Ignore chetron | 
1/22/2010 12:04:31 PM
  CLICK ME
 
 
  | 
Radiomuse 288 posts msg #86799 - Ignore Radiomuse | 
1/22/2010 12:54:35 PM
  Thanks Chetron - but I found that thread, and it still doesn't answer my question.  None of those examples will crop off the decimal places.  I don't want to see 5389.23, I just want to see 5389.
 
  | 
chetron 2,817 posts msg #86801 - Ignore chetron | 
1/22/2010 2:05:29 PM
  SORRY, YOU ARE RIGHT, IT CAN'T BE DONE BECAUSE IT IS A FORMAT ISSUE AND NOT A MATH ISSUE
 
  |