Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
DIFF : EMA(CLOSE,12) - EMA(CLOSE,26);DEA : EMA(DIFF,9);MACD : 2*(DIFF-DEA);con1:macd>0 and ref(macd,1)>0 and macd>ref(macd,1); //红柱比前一根长con2:macd<0 and ref(macd,1)<0 and macd>ref(macd,1); //绿柱比前一根短