I was
going to say same as Tomasz, try the ceil & floor functions for round up
& down. I usually use it to round to 1 cent, but .25 cents works the
same.
eg 1
cent, roundup1cent = ceil(Price*100)/100, rounddwn1cent =
floor(Price*100)/100
so .25
cents would be
roundupqtrcent = ceil(Price*400)/400, rounddnwqtrcent =
floor(Price*400)/400
Cheers, Dave
__._,_.___
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
SPONSORED LINKS
__,_._,___
|