-- 作者:COMBOY
-- 发布时间:2015/7/16 11:39:19
--
if cross(ma60,c) and time>091500 and time<151000 then begin if holding>0 then sell(1,1,limitr,ma60),IGNORECHECKPRICE ; if holding=0 then buyshort(1,1,limitr,ma60),IGNORECHECKPRICE; end
if cross(c,ma60) and time>091500 and time<151000 then begin
if holding<0 then sellshort(1,1,limitr,ma60),IGNORECHECKPRICE; if holding=0 then buy(1,1,LIMITR,ma60),IGNORECHECKPRICE; end
|