PureBytes Links
Trading Reference Links
|
buyprice = Prec(C,2);
Joseph Biran
____________________________________________
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
Of Graham
Sent: Sunday, October 28, 2007 2:35 AM
To: amibroker@xxxxxxxxxxxxxxx
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@xxxxxxxxxxxx> 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
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|