| 
 PureBytes Links 
Trading Reference Links 
 | 
Hello,
 
StDev does not support variable 
periods.
Use
SD = StDev( close, lastvalue( cum(1) ) 
);
to get the STDev for all bars.
 
Best regards,Tomasz Janeczko===============AmiBroker - the 
comprehensive share manager.<A 
href="">http://www.amibroker.com
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
Bernard 
Bourée 
To: <A title=amibroker@xxxxxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 
Sent: Thursday, August 23, 20017:36 
PM
Subject: [amibroker] STDEV
Hello
 
I have a problem with the StDev 
function.
 
The code :
SD = StDev ( Close, 30);
is OK
but this one give an error:
SD = StDev( Close, Cum(1));
 
Why ?
 
Bernard Bourée<A 
href="">bernard@xxxxYour 
use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service. 
 
 |