飞狐动态能量指标公式
飞狐股票公式| 本文关键词:动态,能量,指标,公式 【想研究更深入,如果您也有兴趣,加订阅号一起探讨吧!】 8357

40,pointdot, colormagenta;
80,pointdot, colorgreen;
NL:=WINNER((O+C*2+H+L)/5)*100;
NL1 : ema(nl, 8);
nl2 : ema(nl, 21);
b := cross(nl1, nl2);
drawicon(b and nl1 <= 40, nl1,6);
drawicon(b and nl1 < 80 and nl1 > 40, nl1, 10);

 


飞狐动态能量指标公式