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

请老师完善下时间 [开拓者 TB]

  • 咨询内容: 请老师帮忙修改下时间日内模型,上午9.01到14.58平仓,晚上21.01到0.58平仓if(time>=0.1458)
          {
            if(MarketPosition==1)
                            sell(0,open);
                    if(MarketPosition==-1)
                                    {
                            buytocover(0,open);
                                                 
            }
            }
                                  
           myhigh = Highest(High[1],length);
            mylow = Lowest(Low[1],length);
                  PlotNumeric("myhigh",myhigh);
                  PlotNumeric("mylow",mylow);
            if (High>myhigh and MarketPosition<>1 and open<=myhigh and time>=0.0901 && time <0.1458)
            {
                    Buy(hands,myhigh+n*MinMove*pricescale);
            }
            if ( MarketPosition<>1 and open>myhigh and time>=0.0901 && time <0.1458)
            {
             Buy(hands,open);
            }
            if (Low<mylow and MarketPosition<>-1 and open>=mylow and time>=0.0901 && time <0.1458)
            {
                    SellShort(hands,mylow-n*MinMove*pricescale);
            }
            if (  MarketPosition<>-1 and open<mylow and time>=0.0901 && time <0.1458)

 

有思路,想编写各种指标公式,交易模型,选股公式,还原公式的朋友

可联系技术人员 QQ: 262069696  点击在线交流或微信号:cxh99cxh99  进行 有偿收费 编写!

怎么收费,代编流程等详情请点击阅读!

(注:由于人数限制,QQ或微信请选择方便的一个联系我们就行,加好友时请简单备注下您的需求,否则无法通过。谢谢您!)


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

相关文章

    没有相关内容