同花顺指标代码
MACD指标DIFF : EMA(CLOSE,SHORT) - EMA(CLOSE,LONG);DEA : EMA(DIFF,M);MACD : 2*(DIFF-DEA);Zero : 0;KDJ指
同花顺指标代码