用股指测试,前面有开仓信号,可是收盘之前无平仓信号?为何?
if time>151000 thenbeginSELL(HOLDING>0,1,market); SELLSHORT(HOLDING<0,1,market);end