您现在的位置:程序化交易>> 期货公式>> 金字塔等>> 其他期货软件知识>>正文内容

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;


【字体: 】【打印文章】【查看评论

相关文章

    没有相关内容