tbuy(count(dt,6) and tholding=0,ss,lmt,DYNAINFO( 34));//thisclose 后台不可用,替换成后台对手价
tbuyshort(count(dt,6) and tholding=0,ss,lmt,DYNAINFO( 28));
tsellshort(count(tenterbars(1)>1000 and sumbuy3>sumsell3 and every(c>jx,10) and count(c<jx,500)>50 and c<tENTERPRICE-20 or c>tENTERPRICE+200,8)and count(kt,8)=0 or every(up and sumbuy2<sumsell2 ,3),ss,lmt,DYNAINFO( 34));
tsell( count(tenterbars(1)>1000 and sumbuy3<sumsell3 and every(c<jx,10) and count(c>jx,500)>50 and c>tENTERPRICE+20 or c<tENTERPRICE-200,8) and count(dt,8)=0 or every(down and sumbuy2>sumsell2 ,3),ss,lmt,DYNAINFO( 28));
tsell(time=185900,0,MKT);
tsellshort(time=185900,0,MKT);
前面条件不变,这里改成后台处理的模式。不过后台和图表交易机制上有一定差异,最好对这个有所理解。