大智慧股票公式| 本文关键词:力道,导航 【想研究更深入,如果您也有兴趣,加订阅号一起探讨吧!】 6191
v1:=dma((((high + low) + (close * 2)) / 4),0.9);
hy1:=ref(ema(v1,3),1);
多空趋势:ma((close - hy1) * 100,2),coloryellow;
线性:=((((((close * 5) + (ref(close,1) * 4)) + (ref(close,2) * 3)) + (ref(close,3) * 2)) + (ref(close,4) * 1)) / ((((5 + 4) + 3) + 2) + 1));
导航线:ma(线性,2),colorred;