Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
input:n(2),m(26);
MID : MA(CLOSE,M);UPPER: MID + N*STD(CLOSE,M);LOWER: MID - N*STD(CLOSE,M);
tbuy();
tbuyshort();
if c<=lower then tsell();
if c>=upper then tsellshort();