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

[求助]老师 [金字塔]

  • 咨询内容: 有请老师帮编写个模型:当天的涨幅超过1%就买入开仓,跌幅超过1%就卖出开仓,到14.55就平仓怎么编写?谢谢!

     

  • 金字塔客服:

    oo:=valuewhen(date<>ref(date,1),open);

    if (h-oo)/oo>0.01 then begin

    sellshort(1,0,market);

    buy(holding=0,1,market);

    end

     

    if (h-oo)/oo<-0.01 then begin

       sell(1,0,market);

       buyshort(holding=0,1,market);

    end

     

    if time>145500 then begin

        sell(1,0,market);

        sellshort(1,0,market);

    end

     

 

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

可联系技术人员 QQ: 1145508240  点击这里给我发消息进行 有偿 编写!不贵!点击查看价格!


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

相关文章

    没有相关内容