long:= h>aa and time>091500 and time<150500;
if long then
begin
sellshort(holding<0,0,market);
buy(holding=0,1,market);
end
这段代码想要翻译到后台程序化上用 怎么翻译?
long:= h>aa and time>091500 and time<150500;
if long then
begin
tsellshort(tholding<0,0,mkt);
tbuy(tholding=0,1,mkt);
end