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

前根K阳线下根开多,前阴线下根开空。 [金字塔]

  • 咨询内容:

    请教:前根K阳线下根开多,前阴线下根开空。我就是想测试下发单。
    if  ref(c,1)>ref(o,1) then
    begin
    sellshort(1,1,thisclose);
    buy(1,1,MARKET);
    end

    if ref(c,1)<ref(o,1) then
    begin
    sell(1,1,thisclose);
    buyshort(1,1,market);
    end
    但实际执行时候,只能一直开多或一直开空,而不是根据前根阳或阴而变化,不明白是咋回事?

     

  • 金字塔客服:

    您好,开平仓条件加上holding的限制。

    if  ref(c,1)>ref(o,1) then
    begin
    sellshort(holding<0,1,thisclose);
    buy(holding=0,1,MARKET);
    end

    if ref(c,1)<ref(o,1) then
    begin
    sell(holding>0,1,thisclose);
    buyshort(holding=0,1,market);
    end

 

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

可联系技术人员 QQ: 1145508240  有需要帮忙请点击这里留言!!!进行 有偿 编写!不贵!点击查看价格!


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

相关文章

    没有相关内容