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

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



PureBytes Links

Trading Reference Links

Title: Message
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





Yahoo! Groups Links