请教
给不同品种区分不同的收盘时间,
下面写法行吗?
if stricmp(marketlabel,'zjif')=1 then begin
entertime:=time>=092500 and time<=151000;
exittime:=time>151000;
end
if stricmp(marketlabel,'sqru')=1 then begin
entertime:=time>=091000 and time<=145000;
exittime:=time>145000;
end
另外模拟比赛说是使用2.89版本,
但是下载提示的是2.93版本,
??????
谢谢!
如果
if stricmp(marketlabel,'ru')=0 then begin
entertime:=time>=091000 and time<=145000;
exittime:=time>145000;
end
那么图表不显示