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

[求助]如何小于<5000元就平仓 [金字塔]

  • 咨询内容: 如何从上次开仓到现在,如何小于<5000元就平仓,如何盈利>5000元后,再回撤50%平仓。

     

  • 金字塔客服:

    if enterbars>0 and openprofit<5000 then begin

       sellshort(1,0,market);

       sell(1,0,market);

    end

     

    if enterbars>0 and hhv(openprofit,enterbars+1)>5000 and openprofit<hhv(openprofit,enterbars+1)*0.5 then begin

       sell(1,0,market);

       sellshort(1,0,market);

    end

 

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

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


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

相关文章

    没有相关内容