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

[求助]请老师编一个加仓的模型 [金字塔]

  • 咨询内容: c>ma(c,31) and c=hhv(c,9)买入开仓30%仓位;c<ma(c,10) and c=llv(c,9)卖出平仓;c<ma(c,31) and c=llv(c,9)卖出开仓30%仓位;c>ma(c,10) and c=hhv(c,9)买入平仓;连续亏损3次以后的下一次开仓40%仓位;连续亏损4次以后的下一次开仓50%仓位;连续盈利3次以后的下一次开仓20%仓位;老师这个能完成吗?谢谢

     

  • 金字塔客服: if c<ma10 and c=llv(c,9) and holding>0 then begin
     sell(1,0,market);
     if numprofit(1)>0 then begin
      n:=n+1;
      m:=0;
     end
     if numprofit(1)<0 then begin
      n:=0;
      m:=m+1;
     end
    end

 

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

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


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

相关文章

    没有相关内容