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

我持有多单的情况下,macd第一次死叉的低点怎么表示 [金字塔]

  • 咨询内容: 你好,请问下,我持有多单的情况下,macd第一次死叉的低点怎么表示 就是我划紫色线的那个低点
    此主题相关图片如下:11111111111111111111.jpg

     

  • 金字塔客服:

    variable:n=0;

    if holding=0 and 开仓条件 then begin

       buy....;

       n:=0;

    end

     

    if 死叉  and n=0 then begin

        ll:=l;

        n:=1;

    end

    ll就是所求值

     

  • 用户回复: 老师,你好,这样达不到效果,是我表示错误,就 是我开了多单以后,求macd第一次死叉 到第一次金叉的最低价。谢谢

     

  • 网友回复:

    variable:n=0,ll=drawnull;

    if holding=0 and 开仓条件 then begin

       buy....;

       n:=0;

    end

     

    if 死叉  and n=0 then begin

        ll:=l;

        n:=1;

    end

     

    if n=1 and l<ll then ll:=l;

     

    if 金叉 and n=1 then begin

        ll1:=ll;

        n:=2;

    end

    ll1就是所求值

    [此贴子已经被作者于2014/11/18 9:23:51编辑过]

 

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

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


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

相关文章

    没有相关内容