PureBytes Links
Trading Reference Links
|
Absolutely stunning Tomasz. Perfect.
BTW, I'm using this to round the (three) SudyID's I draw on the
chart, then I place a bracket order. The quarter point is for the
ES emini futures.
If your interested in using trendlines to place bracket orders, vist
my blog. blog.tister.ca
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@xxx>
wrote:
>
> 0.25 * floor( number * 4 ); ; // this rounds down
>
> 0.25 * floor( 0.5 + number * 4 ); // this rounds to nearest
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "treatmentinprogress" <brian5545@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Tuesday, September 16, 2008 7:41 PM
> Subject: [amibroker] Rounding a number to the quarter point
>
>
> >I need to round a number to the nearest quarter point.
> >
> > Examples
> > 100.02 to 100.00 (or 100.25)
> > 100.79 to 100.75 (or 101.00)
> > 100.24 to 100.25 (or 100.00
> >
> > Rounding up or down doesn't matter much for my application, just
needs
> > to be to the nearest quarter point. I'm looking for the
smallest
> > amount of code to do this.
> >
> > Thanks
> >
> > Another Brian
------------------------------------
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/
|