PureBytes Links
Trading Reference Links
|
Hello,
Currently no such formatting is supported directly.
(You can use JScript / VBScript to write a formatting function but this will slow down your explorations)
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "pacific5_au" <pacific5_au@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, July 14, 2002 1:33 AM
Subject: [amibroker] Formatting Auto Analysis Output
> 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
>
>
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|