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

先止损后开仓,一一对应 [金字塔]

  • 咨询内容: 这样编写程序顺序合理,正确?  pdd:=aq1>=1 and l>fl; pkk:=aq1>=1 and h<fh;
    VARIABLE: ll=0, hh=0, astop=0, bstop=0, temp_ll[]=0, temp_hh[]=0;  //交易系统  if enterbars>1 and l<astop -2*MINDIFF and holding>0 then sell(1,0,marketr);//止损止盈,实时出场   if h>valuewhen(TYPE(2),hhv(fh,10)) and holding=0 and 仓差>0 then buy(1,ss,marketr);//止损后,再次入场  if enterbars>1 and h>bstop +2*MINDIFF and holding<0 then sellshort(1,0,marketr);//止损止盈,实时出场   if l<valuewhen(TYPE(4),llv(fl,10)) and holding=0 and 仓差<0 then buyshort(1,ss,marketr);//止损后,再次入场  //开多  temp_ll:=llv(l,2); if pdd then begin    sellshort(1,0,marketr);    buy(holding=0 and 仓差>0,ss,marketr);    ll:=temp_ll; end astop:=ll; //开空 temp_hh:=hhv(h,2); if pkk then begin    sell(1,0,marketr);    buyshort(holding=0 and 仓差<0,ss,marketr);    hh:=temp_hh; end bstop:=hh;

     

  • 金字塔客服: 另外这样编写法: pdd:=aq1>=1 and l>fl; pkk:=aq1>=1 and h<fh; //交易系统 temp_ll:=llv(l,2); if pdd then begin    sellshort(1,0,marketr);    buy(holding=0 and 仓差>0,ss,marketr);    ll:=temp_ll; end  if enterbars>1 and l<ll-2*MINDIFF and holding>0 then sell(1,0,marketr);//止损止盈,实时出场  if h>valuewhen(TYPE(2),hhv(fh,10)) and holding=0 and 仓差>0 then buy(1,ss,marketr);
    temp_hh:=hhv(h,2); if pkk then begin    sell(1,0,marketr);    buyshort(holding=0 and 仓差<0,ss,marketr);    hh:=temp_hh; end  if enterbars>1 and h>hh+2*MINDIFF and holding<0 then sellshort(1,0,marketr);  if l<valuewhen(TYPE(4),llv(fl,10)) and holding=0 and 仓差<0 then buyshort(1,ss,marketr);

     

     来源:程序化久久网( WWW.CXH99.COM )

  • 用户回复: 关键要保证止损一定要执行。

     

  • 网友回复: 在线等

     

  • 网友回复: 在线等。VIP
    此主题相关图片如下:qq图片20170520151708.png

    客户

 

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

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


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

相关文章

    没有相关内容