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

早盘突破模型为什么不显示 用日线测试不能用.为什么呢,用在别的时期就能用. [金字塔]

  • 咨询内容:

    runmode:0;
    buycond:=open<ref(low,1);
    buyshortcond:=open>ref(high,1);

    if holding=0 then begin
     if buycond then
      buy(1,1,limitr,open);
    end

    if holding=0 then begin
     if buyshortcond then
      buyshort(1,1,limitr,open);
    end

    if holding>0 then begin
     sell(1,holding,limitr,close);
    end

    if holding<0 then begin
     sellshort(1,holding,limitr,close);
    end


             
    用日线测试不能用.为什么呢,用在别的时期就能用.

    [此贴子已经被作者于2013-2-25 17:17:12编辑过]

     

  • 金字塔客服: 补充日线数据

     

  • 用户回复: 不是数据的问题,你加载上去能用不,我的不能用呀

     

  • 网友回复: 但是把OPEN改成H,或者L就可以用,就是不能用OPEN

     

  • 网友回复:

    此主题相关图片如下:搜狗截图130225_1.png
    本地测试没问题啊

 

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

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


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

相关文章

    没有相关内容