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

AW: [amibroker] only the value of the last 2 digits possible ?



PureBytes Links

Trading Reference Links

Title: Message

Hi Terry,

 

Is there also any way to get the result of the first values ?

1.2128 for example should give me the values:

1.21

and 28

 

Regards

 

Thomas

www.tradingbasis.com

 

 

 


Von: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] Im Auftrag von Terry
Gesendet: Sonntag, 19. Juni 2005 00:44
An: amibroker@xxxxxxxxxxxxxxx
Betreff: RE: [amibroker] only the value of the last 2 digits possible ?

 

You can always make your own function:

function sweetspot (x)
{
    x = (x *
100);
   
return int((x - int(x)) * 100);
}

--

Terry

-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of TB
Sent: Saturday, June 18, 2005 15:58
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] only the value of the last 2 digits possible ?

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





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 Links