buyprice = Prec(C,2);
Joseph
Biran
____________________________________________
-----Original
Message-----
From: amibroker@xxxxxxxxxps.com
[mailto:amibroker@xxxxxxxxxps.com]
On Behalf
Of Graham
Sent: Sunday, October 28, 2007 2:35 AM
To:
amibroker@xxxxxxxxxps.com
Subject:
Re: [amibroker] rounding
You can use something like this to 2
decimal places
round(C*100)/100
--
Cheers
Graham
Kav
AFL Writing Service
http://www.aflwriting.com
On
28/10/2007, holygrail168 <holygrail168@yahoo.com.au>
wrote:
> Hi,
>
> my buyprice functions are calculating
values which go something like
>
> 7.395678
>
>
since these are in dollars, I want it to round to 3 significant
figures
> so i get a value like 7.40
>
> however, the
AFL language only has round, ceil, floor which only
> performs
rounding to the nearest integer.
>
> so how do u guys do it
then? it seems like a pretty basic function and
> i'm sure
amibroker should have it but i've trawled thru the formula
>
reference and can't find anything,
>
>
thanks