Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:h1=0;
if con and holding=0 then
begin
buy(1,1,market);
h1:=high;
end
if holding>0 and high>h1 then h1:=high;//开仓后的最高价
不用全变.这个只是记录开仓后的K线最高价
平仓语句不变