在线检测未来函数

求分时均量

来源:Internet,编辑:股旁网,2012-06-11

编写条件:

编写方法:

 网友求助:

请问如何求分时均量?
 
解答如下:
tt:=BARSCOUNT(v );
均量:sum(v,tt)/tt;
 

相关文章