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

同一策略 进出场不同步 [金字塔]

  • 咨询内容: 老师 请教下,我有一个后台的交易策略在不同账号使用,但进出场不同步,价格和时间都不同,是什么原因

     

  • 金字塔客服: 下单条件是什么?

     

  • 用户回复:

    duo:=T  and macd_m5>0  and k>d and macd_M15>0 and cross(macd1,0);

    kong:=S  and macd_m5<0 and k<d and macd_M15<0 and cross(0,macd1);

    if duo then Tbuy(Tholding=0,x,MKT);

    if duo and C-TENTERPRICE>=w*MINDIFF and abs(Tholding)=x then Tbuy(1,x,MKT);

    if duo and C-TENTERPRICE>=w*MINDIFF and abs(Tholding)=2*x then Tbuy(1,x,MKT);

    if duo and C-TENTERPRICE>=w*MINDIFF and abs(Tholding)=3*x then Tbuy(1,x,MKT);

     

     


    if kong then Tbuyshort(Tholding=0,x,MKT);

    if kong and TENTERPRICE-C>=w*MINDIFF and abs(Tholding)=x  then  Tbuyshort(1,x,MKT);

    if kong  and  TENTERPRICE-C>=w*MINDIFF and abs(Tholding)=2*x then  Tbuyshort(1,x,MKT);

    if kong  and  TENTERPRICE-C>=w*MINDIFF and abs(Tholding)=3*x then  Tbuyshort(1,x,MKT);

     

     

    老师 是这样的

     

  • 网友回复: 两个帐号的持仓一样吗?

     

  • 网友回复: 仓位是一样的

 

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

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


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

相关文章

    没有相关内容