指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:星光灿烂指标详解 通达信星光灿烂
星光灿烂ma13:ma(c,13),colorwhite;
ma34:ma(c,34),colorff00ff;
ma55:ma(c,55),colorffcc66;
lc:=ref(close,1);
rsi:=sma(max(close-lc,0),6,1)/sma(abs(close-lc),6,1)*100;
低吸:=cross(rsi,11);
drawtext(低吸,l,'★'),colorwhite;
drawtext(低吸,l-0.05,'低吸'),colorwhite;
var7:=ema(amount/vol/100,3);
var8:=ema(var7,88);
var9:=ema(var7,88)*0.85;
vara:=var9*0.87;
varb:=low<vara and close>ref(close,1)*1.02;
drawtext(filter(varb,6),l-0.05,'坚决买进'),colorff00ff;
drawtext(filter(varb,6),l,'★'),colorff00ff;
varf:=(2*close+high+low)/4;
va4:=llv(low,34);
va5:=hhv(high,34);
va6:=ema((varf-va4)/(va5-va4)*100,6);
va7:=ema(0.667*ref(va6,1)+0.333*va6,4);
drawtext(if(count(close<ref(close,1),8)/8>0.3 and count(va6>va7,3) and ref(low,1)=llv(low,120) and
close>open,1,0),l,'★'),coloryellow;
drawtext(if(count(close<ref(close,1),8)/8>0.3 and count(va6>va7,3) and ref(low,1)=llv(low,120) and
close>open,1,0),l-0.05,'出击'),coloryellow;
a:=(3*close+low+open+high)/6;
d1:=(20*a+19*ref(a,1)+18*ref(a,2)+17*ref(a,3)+16*ref(a,4)+15*ref(a,5)+14*ref(a,6)
+13*ref(a,7)+12*ref(a,8)+11*ref(a,9)+10*ref(a,10)+9*ref(a,11)+8*ref(a,12)
+7*ref(a,13)+6*ref(a,14)+5*ref(a,15)+4*ref(a,16)+3*ref(a,17)+2*ref(a,18)+
ref(a,20))/211;
d2:=ema(d1,2);
d3:=ema(d2,2);
k1:=ema(d3,2);
drawtext(cross(d1,k1),l-0.05,'波段买入'),color0099ff;
drawtext(cross(d1,k1),l,'★'),color0099ff;
多方趋势:=7*sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*30,4,1)
-3*sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*30,4,1),3,1)
-sma(sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*30,4,1)
,3,1),2,1);
天线:=78.89;
stickline(cross(天线,多方趋势),h*1.02,h*1.00,6,0),color00ff00;
drawtext(cross(天线,多方趋势),h*1.04,'逃顶'),color00ff00;
>>>使用本站搜索工具可以找到更多“星光灿烂指标详解 通达信星光灿烂”