AA:=REF(C,1);
If date=20120915 and holding=0 then begin
IF C<AA*0.98 THEN BEGIN
全买:BUY(1,0,MARKET);
END
If TIME<=143500 and time>=131000 then begin
买入:Buy(1,80%,market);
End
end
我编写的 9月15号 时间大于13:10分 或者股价低于昨日收盘价0.98,作为买入条件?但是刚才没有发出买入指令。麻烦帮忙看看问题
AA:=REF(C,1);
If date=1120915 and holding=0 then begin
IF C<AA*0.98 THEN BEGIN
全买:BUY(1,0,MARKET);
END
If TIME<=143500 and time>=132600 then begin
买入:Buy(1,80%,market);
End
end
我编写的 9月15号 时间大于13:26分 或者股价低于昨日收盘价0.98,作为买入条件,但是刚才仍然没有发出买入指令。麻烦帮忙看看问
AA:=REF(C,1);
If date=1120905 and holding=0 then begin
IF C<AA*0.98 THEN BEGIN
全买:BUY(1,0,MARKET);
END
If TIME=134000 then begin
买入:Buy(1,80%,market);
End
end
我编写的 9月15号 时间大于13:40分 或者股价低于昨日收盘价0.98,作为买入条件,还是没有发出指令