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

反手公式怎么表示 [金字塔]

  • 咨询内容: if HOLDING<=-1 and c>=ENTERPRICE+n3  thenSELLSHORT(1,ss,MARKET);

    if HOLDING>=1 and c<=ENTERPRICE-n3  thenSELL(1,ss,MARKET);


    亏N3个点平仓止损,反手开单,怎么表示。请教,谢谢。

     

  • 金字塔客服:

    if holding>0 and c<enterprice-3 then begin

       sell(1,0,market);

       buyshort(holding=0,1,market);

    end

     

    if holding<0 and c>enterprice+3 then begin

       sellshort(1,0,market);

       buy(holding=0,1,market);

    end

 

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

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


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

相关文章

    没有相关内容