[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Rounding to 4 dp



PureBytes Links

Trading Reference Links

Sam,

 

Try this:

 

number = 0.03247;

divmul = 10000;

 

result = (round(number * divmul))/divmul;

 

Plot(result,"res",colorRed);

 

 

Regards,

 

Arie

 


Van: qweds_560 [mailto:qweds_560@xxxxxxxxx]
Verzonden: dinsdag 8 maart 2005 19:14
Aan: amibroker@xxxxxxxxxxxxxxx
Onderwerp: [amibroker] Rounding to 4 dp

 


Hi All,

I want to round a number to nearest 4 decimal places e.g. 0.03247
would become 0.0325. I have looked at PREC but this will make the
number 0.0324. ROUND would make it 0 (rounds to nearest integer).

Any suggestions?

Cheers

Sam





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 other support material please check also:
http://www.amibroker.com/support.html







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 other support material please check also:
http://www.amibroker.com/support.html




Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links