Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
macd:=stkindi('','macd.macd1',0,datatype);
diff:=stkindi('','macd.diff',0,datatype);
dea:=stkindi('','macd.dea',0,datatype);
if macd>0 and ref(macd<0,1) and (cross(diff,dea) or cross(dea,diff)) then buy(holding=0,1,market);