PureBytes Links
Trading Reference Links
|
Thanks Graham,
I can use this to grab the minutes from the Now(4) function.
Works great and in only one line.
Scott
--- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx> wrote:
> no direct function, but you could try this
>
> R2 = StrToNum( StrRight( NumToStr( c, 1.4, 0 ) , 2 ) );
>
> On 6/19/05, TB <tzg@xxxx> wrote:
> >
> >
> > Hello,
> >
> >
> >
> > I want to test a strategy based on sweetpoints (round numbers)
for forex.
> >
> > So I want to reduce the value like 1.2337 to 37, only the last 2
digits.
> >
> >
> >
> > Is there any way to do this ?
> >
> > I have found no function but maybe I have not seen it.
> >
> >
> >
> > Regards
> >
> >
> >
> > Thomas
> >
> > www.tradingbasis.com
> >
> >
> >
> > 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 Links
> >
> > To visit your group on the web, go to:
> > http://groups.yahoo.com/group/amibroker/
> >
> > To unsubscribe from this group, send an email to:
> > amibroker-unsubscribe@xxxxxxxxxxxxxxx
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
> --
> Cheers
> Graham
> http://e-wire.net.au/~eb_kavan/
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 Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|