Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:n=0;
if 开多条件 then begin
开多语句;
n:=h;
end
if h>n then n:=h;
n就是所求开多后的最高价
开空后最低价同理
开仓条件记为:cond
T:=barslast(cond);
最高价:hhv(h,T);是否也可以这样取?