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

求按以下文字编写程序化模型!非常感谢~ [金字塔]

  • 咨询内容: 如果大于20日平均成交量,开多如果小于20日平均成交量,空开如果有盈利的情况下,与开仓价相比回撤2%止盈。

     

  • 金字塔客服:

    if vol>ma(vol,20) then buy(holding=0,1,market);

    if vol<ma(vol,20) then buyshort(holding=0,1,market);

    if h-enterprice>0 and  ((hhv(h,enterbars+1)-enterprice)-(h-enterprice))/(hhv(h,enterbars+1)-enterprice)>=0.02 and holding>0 then sell(1,0,market);

    if enterprice-l<0 and ((enterprice-llv(l,enterbars+1))-(enterprice-l))/(enterprice-llv(l,enterbars+1))>=0.02 and holding<0 then sellshort(1,0,market);

 

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

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


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

相关文章

    没有相关内容