MACD终极优化之红箭头选股指标公式
本文选股公式根据以下股票公式改编:
http://www.gupang.com/202010/1019532602020.html
http://www.gupang.com/202010/1019532602020.html
N:=12;
M:=26;
DIF:=100*(EMA(CLOSE,N)-EMA(CLOSE,M));
DEA:=EMA(DIF,9);
红箭头:CROSS(DIF,DEA);
标签
热门推荐