Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
if barpos<3 then exit; if close>ref(close,1) and holding=0 then buy(1,1,thisclose);
if close<ref(close,1) and holding>0 then sell(1,1,thisclose);
以上交易策略中
K线图中有平仓信号,而图表程式化交易中却没有平仓,不知为何?
另外图表交易中有开多交易显示,而在账户中去不显示有开仓?