统计60天内收阳换手率总和与收阴换手率总和公式。
指标答疑4年前 (2022-11-25)24
统计60天内收阳换手率总和与收阴换手率总和公式。 编写要求:统计60天内,收阳换手率总和与收阴换手率总和公式。解答: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,6...
统计60天内收阳换手率总和与收阴换手率总和公式。 编写要求:
统计60天内,收阳换手率总和与收阴换手率总和公式。
解答:
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);
上一篇:累计涨幅公式
下一篇:股价回踩20日均线不破公式
相关文章










