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

金字塔控制“再买”次数,最多2次 [金字塔]

  • 咨询内容:  <!--[if gte mso 9]> Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 <![endif]-->

    你好,

     

    上叉买多盈利后止盈,其后未下叉且符合条件再次买多,希望控制“再买”次数,最多2次。

    超过2次后等待下叉卖出。 写了2个方法控制次数,都无法成功,具体表现是经常超过2次。请帮助修改一下。谢谢

     

    IF long then

    begin

    SELLSHORT(HOLDING<0,HOLDING,MARKET);

    BUY (holding=0,1,thisclose);

    end

    方法1

    variable:cishu=1;

    IF MA1>MA2 and cishu<3 then begin

    if止盈 then SELL(HOLDING>0,0,MARKET);

    If再买then begin

    buy(1,0,market) ;

    Cishu:=cishu+1;

    End

     

    方法2

    variable:cishu=1;

    if 止盈

    then begin

    sell(holding>0,0,MARKET);

    if再买then

    for cishu=1 to 2 do begin

    BUYSHORT (holding=0,1,thisclose);

    Cishu:=cishu+1;

    end

    end

    <!--[if gte mso 9]> <![endif]--><!--[if gte mso 10]> <![endif]-->

     

  • 金字塔客服:

    variable:cishu=1;

    if cishu<=2 and 再买条件 then begin

    buy;

    cishu:=cishu+1;

    end

     

  • 用户回复:  我发了个邮件,请查收

     

  • 网友回复:  还是有问题

 

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

可联系技术人员 QQ: 262069696  点击在线交流进行 有偿 编写!不贵!点击查看价格!


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

相关文章

    没有相关内容