当前位置:首页 > 公式解答 > 内容

统计60天内收阳换手率总和与收阴换手率总和公式

作者:公式指标网   更新时间:2017-11-22   点击:

编写要求:

统计60天内,收阳换手率总和与收阴换手率总和公式。

www.gszx.com.cn网解答:

v1:=if(c>o or (c=o and c>=ref(c,1)),vol,0);
v2:=if(c<o or (c=o and c<ref(c,1)),vol,0);
阳量:sum(v1,60);
阴量:sum(v2,60);

资源下载

相关文章

热门推荐

移动端首页 | PC端

© by gszx.com.cn Mobile Web