Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
此类问题通常都是利用全局变量来控制(全局变量:http://www.weistock.com/WeisoftHelp/index.html?zbgs003.htm)
比如:
GLOBALVARIABLE:Norepeat=1;
if buycond and Norepeat then begin buy();Norepeat:=0; end