Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
if c-enterprice>固定价位 and holding>0 then 多头固定止损:sell(1,0,thisclose);
if enterprice-c>固定价位 and holding<0 then 空头固定止损:sellshort(1,0,thisclose);
做不到触发价测评,用近似的收盘价作为评判标准
做不到触发价的,只能是固定某个价位了