没有信号,跟踪品种为连续白银,但到了平仓时间,没有平仓信号发出,连续白银152500表示上午11:25
图表代码如下:
endtime:=152500
if time = endtime then
begin
sell(1,1),ignorecheckprice;
sellshort(1, 1),ignorecheckprice;
end
后台代码如下:
endtime:=152500
if time = endtime then
begin
tsell(1, 0),ignorecheckprice;
tsellshort(1, 0),ignorecheckprice;
end