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

[求助]开仓条件 [金字塔]

  • 咨询内容:

    10点30开始交易。

    当天最高价出现的时间在当天最低价出现之后。开多。

    当天最高价出现的时间在当天最低价出现之前。开空。

     

  • 金字塔客服:

    hh:=callstock(stklabel,vthigh,6);

    ll:=callstock(stklabel,vtlow,6);

    variable:a=0,b=100000;

    tt:= (time>103000 and time<145500);

    if h>a then a:=h;

    if l<b then b:=l;

    if a=hh and b>ll then buy;

    if b=ll and a<hh then buyshort;

     

    if time >=145500 and time<150000 then begin

    a:=0;

    b:=100000;

    end

     

  • 用户回复: 谢谢

 

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

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


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

相关文章

    没有相关内容