当前位置:首页 > 大智慧公式 > 内容

大智慧机构K线源码附图

作者:公式指标网   更新时间:2018-04-13   点击:

{机构K线--判断指标}
c1:=10000*c/indexc;
h1:=10000*h/indexh;
l1:=10000*l/indexl;
o1:=10000*o/indexo;
STICKLINE(c1>=o1,c1,o1,6,0.2),COLORRED;
STICKLINE(c1>=o1,l1,h1,0.2,0.2),COLORRED;
STICKLINE(c1<o1,c1,o1,6,0.2),colorcyan;
STICKLINE(c1<o1,l1,h1,0.2,0.2),colorcyan;
MA1:MA(C1,5);
MA2:MA(C1,10);
MA3:MA(C1,20);
MA4:MA(C1,30);

 

{机构量能}
OBV:=SUM(IF(C>REF(C,1),VOL/100,IF(C<REF(C,1),-VOL/100,0)),0);
abc:=atan((OBV-ref(OBV,1)))*180/3.1416;
STICKLINE(abc>1 and OBV>ref(OBV,1), OBV,REF(OBV,1),8,1),colorred;
STICKLINE(abc<1 and OBV<ref(OBV,1), OBV,REF(OBV,1),8,1),COLORgreen;
MA40:MA(OBV,40);
MA96:MA(OBV,96);

大智慧机构K线源码附图

资源下载

相关文章

热门推荐

移动端首页 | PC端

© by gszx.com.cn Mobile Web