动态能量指标 (源码)
2012-03-18 09:52:00来源:本站整理浏览:219
飞狐动态能量指标公式股票软件源码如下:
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);
- 上一篇公式:征战股市指标 (源码)
- 下一篇公式:顺势搭轿选股指标 (源码)