需要后台交易
类似于这样的代码:
x:=0.1
if dynainfo(7)>tenterprice+x and tholding=0 then tbuyshort(1,0,mkt);
if dynainfo(7)>tenterprice+x and tholding>0 then tsell(1,0,mkt);
if dynainfo(7)<tenterprice-x and tholding=0 then tbuy(1,0,mkt);
if dynainfo(7)<tenterprice-x and tholding<0 then tsellshort(1,0,mkt);
手工下单必须是在后台监控界面,不能是随意的手工下单
标准版实现不了,必须是专业版