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

日内交易当天连亏3次停止交易,隔天继续怎么写? [金字塔]

  • 咨询内容:

    buycond:=ref(c>ma(c,10),1)  and time<144000;

    sellcond:=ref(c<ma(c,10),1) and time<144000;

    if holding>0 and sellcond then sell(1,1,market);

    if holding<0 and buycond then sellshort(1,1,market);

    if holding=0 and buycond then buy(1,1,market);

    if holding=0 and sellcond then buyshort(1,1,market);

    if time>=145000 then begin

        sell(holding>0,1,market);

        sellshort(holding<0,1,market);

    end

     

    请问日内交易模型,如果当天信号连亏3次的时候,停止交易等到第二天再继续,应该怎么写?

     

  • 金字塔客服: 参考函数NUMLOSSTRADE

 

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

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

 


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

相关文章

    指定的模型还没有相关内容!