Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
开盘价指的是第一根k线的开盘价?
o1:=valuewhen(date<>ref(date,1),open);
if h>o1 then begin
sellshort(1,0,market);
buy(holding=0,1,market);
end
if l<o1 then begin
sell(1,0,market);
buyshort(holding=0,1,market);