来源:Internet,编辑:股旁网,2016-03-14
编写条件:
编写方法:
DIF:=EMA(CLOSE,12)-EMA(CLOSE,26); DEA:=EMA(DIF,9); macd:=(DIF-DEA)*2; BARSLASTCOUNT(MACD > -0.1) >= N;