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

[原创] [金字塔]

  • 咨询内容: 开仓条件:当前价格高与前三根K线的最高价、开多,设置10个点的止损;最新价低于前三根K线的最低价、平仓(不管盈亏),反之开空。

     

  • 金字塔客服:


    if h>ref(hhv(h,3),1) then begin
     sellshort(1,0,market);
     buy(holding=0,1,market);
    end

    if l<ref(llv(l,3),1) then begin
     sell(1,0,market);
     buyshort(holding=0,1,market);
    end

    if holding>0 and c<enterprice-10 then sell(1,0,market);
    if holding<0 and c>enterprice+10 then sellshort(1,0,market);

     

  • 用户回复: 老师帮我看看这后台的系统为什么不执行止损呢?思路是这样的:以最新价破前五跟K线的最高价做多,设置4个点止盈、5个点止损,空单反之
    此主题相关图片如下:9d7dcxge)$%eaced12vda.png



    ZH:='';PZ1:='RB10';
    KD:DYNAINFO2(7, PZ1)>ref(hhv(h,5),1);//开多KK:DYNAINFO2(7, PZ1)<ref(llv(l,5),1);//开空

    if  DYNAINFO2(7, PZ1)<=tenterprice-5*MINDIFF then begin//多损tsell(1,1,MKT,0); end;if  DYNAINFO2(7, PZ1)>=tenterprice+4*MINDIFF then begin//多盈tsell(1,1,MKT,DYNAINFO2(7, PZ1),0);end
    if DYNAINFO2(7, PZ1)>=tenterprice+5*MINDIFF then begin//空损tsellshort(1,1,MKT,DYNAINFO2(7, PZ1),0);endif DYNAINFO2(7, PZ1)<=tenterprice-4*MINDIFF then begin //空盈tsellshort(1,1,MKT,DYNAINFO2(7, PZ1),0);end

    if KK and tbuyholdingex(ZH,pz1,0)=0 and tsellholdingex('',pz1,0)=0 then begin//开空tbuyshort(1,1,MKT,DYNAINFO2(7, PZ1),0);end
    if KD AND tbuyholdingex('',pz1,0)=0 and tsellholdingex('',pz1,0)=0 then begin //开多tbuy(1,1,MKT,DYNAINFO2(7, PZ1),0);end

     

  • 网友回复: tsell(1,1,MKT,DYNAINFO2(7, PZ1),0); 这样写要表达什么意思?

     

  • 网友回复: 我想表达用最新价下单

 

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

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


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

相关文章

    没有相关内容