Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
持仓同步功能只能是在交易界面设置,程序里面写不了
固定止盈:
if holding>0 and openprofit>5000 then sell(1,0,market);
if holding<0 and openprofit>5000 then sellshort(1,0,market);