Hi Everybody, 

Both Sum() and Stdev() Functions Have same Arguments Structure.but when i put 
Sum(Close,BarsSince(TimeNum()>092400))
it executes successfully,while 
Stdev(Close,BarsSince(TimeNum()>092400))
gives a warning " Function Expects Different type of argument here " . 

as far as i understand , both can take array as 2nd argument and amibroker will 
automatically fetch the current running index value of that array as the 2nd 
argument, same as it does with other functions. 

one can put any other function returning array like barindex() in 2nd argument 
, result will be same. 

Any suggestions??

Regards,

Reply via email to