1到n周期中,每周期最高价连续小于第一个周期收盘价的周期数 如何写 [金字塔]
- 咨询内容:
1到n周期中,每周期最高价连续小于第一个周期收盘价的周期数 如何写
- 金字塔客服:
variable:nums=0;
cond:=date<>ref(date,1);
c1:=valuewhen(cond,c);
if h<c1 then nums:=nums+1;
if h>=c1 then nums:=0;
- 上一篇:金字塔软件画通道线有问题
- 下一篇:怎样去掉分时图上的均线和红绿线
相关文章
-
没有相关内容