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

Re: Does ami have a power function similar to MS.



PureBytes Links

Trading Reference Links

Hi

Use the exponentiation operator ^ to raise to a power, eg. 10 ^ 3 

Stefan

--- In amibroker@xxxx, "iwantomakeyourbaby" <iwantomakeyourbaby@xxxx> 
wrote:
> Hi, Does anyone know if ami has an equivelant function as 
metastocks 
> power function.
> power( DATA ARRAY, POWER ) 
> 
> FUNCTION	Calculates DATA ARRAY raised to the POWER power. 
> E.G.The formula "power( 10, 3 )" returns 1,000.
> Cheers.john.