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

请帮忙写个模型 [金字塔]

  • 咨询内容:

    收盘价上20天线开多,下破5天线平仓;

    收盘价下20天线开空,上破5天线平仓;

     

  • 金字塔客服:

    ma5:ma(c,5);

    ma20:ma(c,20);

     

    if cross(c,ma20) then buy(holding=0,1,market);

    if cross(ma5,c)  then sell(1,0,market);

     

    if cross(ma20,c) then buyshort(holding=0,1market);

    if cross(c,ma5) then sellshort(1,0,market);

     

  • 用户回复:

    未变量的定义 market 

    要怎么定义啊

     

  • 网友回复:

    然后引用MACD,在开仓条件里面加上MACd>0

    麻烦把这个也加上吧,谢谢

     

  • 网友回复:

    ma5:ma(c,5);

    ma20:ma(c,20);

     macd:=stkindi('','macd.macd1',0,datatype);

    if cross(c,ma20) and macd>0  then buy(holding=0,1,market);

    if cross(ma5,c)  then sell(1,0,market);

     

    if cross(ma20,c) and macd<0 then buyshort(holding=0,1,market);

    if cross(c,ma5) then sellshort(1,0,market);
     

 

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

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


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

相关文章

    没有相关内容