Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:entertime=0;
if holding>0 and time>entertime+10000 then sell();
if holding=0 and buycond then begin
buy();
entertime:=time;
end