以下是大智慧神奇能量副图源码

vul,pointdot ,COLORYELLOW;
盘:CAPITAL/1000000,colorfff000;
换:VOL/CAPITAL*100, coloryellow;
益:FINANCE(33), colorred;
密:(MA(COST(80),5)-MA(COST(20),5))/MA(COST(20),5)*100 ,colorf00ff0;
套:(1-WINNER(CLOSE))*100, color00ff00;

Var2:=CLOSE-REF(CLOSE,1);
Var3:=IF(CLOSE-REF(CLOSE,1)>=0,Var2,0);
Var4:=REF(CLOSE,1)-CLOSE;
Var5:=IF(CLOSE-REF(CLOSE,1)<=0,Var4,0);
Var6:=SUM(Var3,16)/SUM(Var5,16);
Var7:=100-100/(1+Var6);
Var8:=EMA(Var7,16);
Var9:=EMA(Var8,8);
VarA:=EMA(Var8,45);
MO:=(Var8-VarA);
ML:=(Var9-VarA);

Var1a:=EMA(CLOSE,32);
Var2a:=MA(OPEN,32);
趋势:=(Var1a-Var2a);
看:IF(mo>ml and 趋势<0 and mo>ref(mo,3) and 趋势>ref(趋势,3),10,0 ) , coloryellow;
做:IF(mo>ml and 趋势>0 and mo>ref(mo,3) and 趋势>ref(趋势,3),10,0 ) , colorred;

if(1,vul,0),stick,linethick5, color00ff00;
if(mo>ml and 趋势<0 and mo>ref(mo,3) and 趋势>ref(趋势,3),vul,0),stick,linethick5, coloryellow;
if(mo>ml and 趋势>0 and mo>ref(mo,3) and 趋势>ref(趋势,3),vul,0),stick,linethick5, colorred;

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。