您现在的位置:程序化交易>> 期货公式>> 交易开拓者(TB)>> 开拓者公式>>正文内容

开拓者超级好用的股指日内模型源码[开拓者公式]

  • 开拓者超级好用的股指日内模型源码: 股指指数1分钟
     来源 http://www.cxh99.com/2013/04/12/12119.shtml   转载请保留出处





    Params
          
            Numeric M(25);
            Numeric LOTS(1);
            
            Vars
            Numeric offset;
            Numeric offset1;
            NumericSeries MA1;
            NumericSeries MA2;
              Numeric spread;
            Numeric OPENP;

          
    Begin

            offset = MinMove()*PriceScale();
            spread=Max(HighD(1)-CloseD(1),CloseD(1)-LowD(1));
            OPENP=OpenD(0);
            MA1=OPENP+0.01*M*spread;
            MA2=OPENP-0.01*M*spread;
            
                   
          

    if(Time>0.0915 && Time<=0.1450)               
            {

            If(l[1]<MA2  )
                    {
                    SellShort(LOTS,ma2-offset);
                    }//程序化交易 www.cxh99.com
                   
            If(h[1]>ma1  )
                    {               
                    Buy(LOTS,ma1+offset);
                    }}

           

    if(Time*100>=15.12 and Time<0.1600)
    {
    if(marketposition==-1)
    {
    BuyToCover(0,Open+offset);
    PlotString("Vol","平12",Low,blue);
    Return;// 来源:www.cxh99.com

    }
    if(marketposition==1)
    {
    Sell(0,Open-offset);
    PlotString("Vol","平11",high,Red);
    Return;

    }}
    End

 

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

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

 


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

相关文章

    没有相关内容