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

金字塔直接反手如何写 [金字塔]

  • 咨询内容: 请教:金字塔直接反手如何写?

     

  • 金字塔客服: if cond then beginsell();buyshort();end

     

  • 用户回复:

    举例:

     


    input:m(5),n(20);
    ma5:ma(c,m);
    ma20:ma(c,20);

    if cross(c,ma20) then begin
     sellshort(holding<0,0,thisclose);
     buy(holding=0,1,thisclose);
    end

    if cross(ma20,c) then begin
     sell(holding>0,0,thisclose);
     buyshort(holding=0,1,thisclose);
    end

     

     

    说明:20均线和5均线上下穿进行反手,以上是范例

     

  • 网友回复: 谢谢非常感谢

 

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

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


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

相关文章

    没有相关内容