Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
把以下简单系统作为系统指示时,显示平多(sell)总是少了一手,如果把"100%"删除则没问题,请问是哪里设置有问题,谢谢!
ma1:ma(c,5);buy(holding=0 and cross(c,ma1),100%);sell(holding>0 and cross(ma1,c),100%); {留1手}
-------------------
sell(holding>0 and cross(ma1,c));{改成这样则OK}