Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
为什么开始一个空头进场,到最后都不出信息
if l<=a and holding>0 then sell(1,0,LIMITR,c);if h>=a and holding<0 then SELLSHORT(1,0,limitr,c);buy(h>=a and holding=0,1,LIMITR,c);BUYSHORT(l<=a and holding=0,1,limitr,c)
你自己输出你的 这两个条件。l<=a h>=a
是把条件输出看看是哪个条件没有成立导致的没有信号