runmode:0;
if holding=0 then begin
if time=090500 then
buy(1,1,limitr,open);
end
if holding>0 then begin
if time=101500 then
sell(1,holding,limitr,close);
end
收益:(asset-30000)/30000,noaxis,colormagenta;
次数:totaltrade,linethick0;
胜率:percentwin,linethick0;
连亏:maxseqloss,linethick0;
连赢:maxseqwin,linethick0;