PureBytes Links
Trading Reference Links
|
Hi Folks,
Part of an AFL I use contains the following :
AddColumn(Close * Volume , "$ Turnover" ) ;
AddColumn( MA( Close * Volume, 20 ) , "Av $ Turnover" );
This returns the required Dollar Turnover information in the format
of 12345678.89
I would like to make this easier on the eyes to read by adding commas
e.g. 12,345,678.89
Any suggestions on how to do this ? Is it possible ?
Have looked in the tutorial but could not see anything.
Thank you and regards
pacific
|