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

成本价 [金字塔]

  • 咨询内容: 老师:      比如现在开仓价格是100点,在5分钟周期内      1;如果行情先朝有利的方向移动,那么当行情返回开仓价格平仓       2:如果行情朝不利的方向移动,那么亏损10点位平仓
          

     

  • 金字塔客服:

    if hhv(h,enterbars+1)>enterprice and c<=enterprice then sell(1,0,limitr,enterprice),ignorecheck;

    if llv(l,enterbars+1)<enterprice and c>=enterprice then sellshort(1,0,limitr,enterprice),ignorecheck;

    if c<enterprice-10 then sell(1,0,market);

    if c>enterprice+10 then sellshort(1,0,market);

 

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

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


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

相关文章

    没有相关内容