PureBytes Links
Trading Reference Links
|
Hi graham,
Thanks, would work, but only the last value is available.
So I could make no backtest.
R2 = StrToNum( StrRight( NumToStr( C, 1.4, 0 ) , 2 ) );
Plot(R2,"",1,1);
Regards
Thomas
www.tradingbasis.com
-----Ursprüngliche Nachricht-----
Von: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] Im Auftrag
von Graham
Gesendet: Sonntag, 19. Juni 2005 00:27
An: amibroker@xxxxxxxxxxxxxxx
Betreff: Re: [amibroker] only the value of the last 2 digits possible ?
no direct function, but you could try this
R2 = StrToNum( StrRight( NumToStr( c, 1.4, 0 ) , 2 ) );
On 6/19/05, TB <tzg@xxxxxxxxxxxxxxxx> 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
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/
|