Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
if (a and b) or (c and d) then begin
buy(holding=0,1,thisclose);
end
加上括号后,符合后面条件的信号老是出不来,不知道为什么?谢谢。
用以下方式查看条件是否成立
test:(c and d) ,linethick0;
if(a and b) or (c and d) then begin