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

金字塔未走完K线,提前N秒下单代码 [金字塔]

  • 咨询内容:

    input:n1(32,6,50,1);

     

    W1:=-100*(HHV(H,N1)-C)/(HHV(H,N1)-LLV(L,N1))+50;

    T1:=TIME>093000 AND TIME<143500;

    T2:=TIME>150500;

     

    if W1>45 AND REF(ANY(W1>45,9),1) then begin

     sellshort(holding<0, 0, thisclose);

     buy(holding=0 AND T1, 1, thisclose);

     end

     

    if HHV(H,5)>1.0094*C OR T2 then sell(holding>0, 0, thisclose);

     

    if W1<-45 AND REF(ANY(W1<-45,9),1) then begin

     sell(holding>0, 0, thisclose);

     buyshort(holding=0 AND T1, 1, thisclose);

     end  

     

    if C>1.0094*LLV(L,5) OR T2 then sellshort(holding<0, 0, thisclose);该指标用在期指5分钟周期,麻烦给搞一个固定轮询1秒,未走完K线,提前N秒的参数。我自己搞了半天也没搞明白,谢谢

     

  • 金字塔客服:

    input:tq(5,3,60,1);
    abb:=(time0-timetot0(dynainfo(207))<=tq) or not(islastbar);

    加这个一段,tq是提前下单的秒数

     

  • 用户回复:

    谢谢

     

 

有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友

可联系技术人员 QQ: 262069696  点击在线交流进行 有偿 编写!不贵!点击查看价格!


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

相关文章

    没有相关内容