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

移动止盈怎么写 [金字塔]

  • 咨询内容: 盈利达到0.5%后最大盈利回跌n%怎么写,求教高手,谢谢

     

  • 金字塔客服: 盈利达到0.5%后最大盈利回跌n%止盈该怎么写,求教高手,谢谢

     

  • 用户回复: VARIABLE:x=0,m=0;
    //多头
    hh:=hhv(h,enterbars+1);
    t1:hh-ENTERPRICE>0.05*enterprice;
    t2:hh-l>=0.0n*hh;
    if t1 then x:=1;
    if x=1 and t2 and holding>0 then begin
     sell(1,holding,market);
     x:=0;
     end
    //空头
    ll:=llv(l,enterbars+1);
    k1:=enterprice-ll>0.05*enterprice;
    k2:h-ll>=0.0n*ll;
    if k1 then m:=1;
    if m=1 and k2 and holding<0 then
    begin
    sellshort(1,holding,market);
    m:=0;
    end

     

  • 网友回复: 感谢版主指教

 

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

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


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

相关文章

    没有相关内容