Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
如果是BUY语句,可使用HOLDING判断是否开仓.
如
if CON then begin sellshort(holding < 0, 0, limitr, h30); buy(holding = 0, 1, limitr, h30); end