星座解析主图
input:n2(1,1,100),n1(8,2,100),n3(10,5,100),n(9,1,100),m1(3,1,100),m2(3,1,100);
ma5:ma(c,5),precis2;
ma10:ma(c,10),precis2;
ma20:=ma(c,20);
ma40:ma(c,40),precis2;
ma60:ma(c,60),precis2;
ma125:ma(c,125),precis2;
ma250:ma(c,250),precis2;
drawtextabs(40,30,'点击右边版面中的“评”字,将呈现十二星座特制全自动技术理论股评'),colorff00ff,linethick1;
bias:=(c-ma20)/ma20*100;
shopen:=open;
shhigh:=high;
shlow:=low;
shclose:=close;
shamount:=amount;
shvol:=vol;
j12:=(high - ((high - low) / 3));
j23:=(low + ((high - low) / 3));
t1:=(((if((close = open),1,0) + if((close >= j12),1,0)) + if((close <= j23),1,0)) > 1);
t2:=((((close > j23) and (close < j12)) and (open > j23)) and (open < j12));
t3:=((close >= j12) and (open <= j23));
t4:=(((open <= j12) and (open >= j23)) and (close > j12));
t5:=(((open <= j23) and (close <= j12)) and (close >= j23));
t6:=((close <= j23) and (open >= j12));
t7:=(((open <= j12) and (open >= j23)) and (close < j23));
t8:=(((open >= j12) and (close <= j12)) and (close >= j23));
t9:=(((shamount / shvol) / 100) > ref(high,1));
t10:=(((shamount / shvol) / 100) < ref(low,1));
if dispstatus=2 then begin;
var1000:='.';
if t1>0then var1000:=var1000+'☆极端行情,在未来的几日内有85%的机会变更方向。';
if t2>0then var1000:=var1000+'☆中性行情,多空双方都未能取得当日行情主动性的控制权';
if t3>0then var1000:=var1000+'☆爬升行情,整个交易期间都有买方主导。';
if t4>0then var1000:=var1000+'☆爬升行情,信息较少,但收盘期间是买方主导,其他未知。';
if t5>0then var1000:=var1000+'☆爬升行情,买方把收盘价拉升到开盘价之上,卖方却也主导一段行情,但不知道是谁主导最后的行情。';
if t6>0then var1000:=var1000+'☆漂流行情,整个交易期间都有卖方主导。';
if t7>0then var1000:=var1000+'☆漂流行情,信息最少,但收盘期间是卖方主导,其他未知。';
if t8>0then var1000:=var1000+'☆漂流行情,卖方把收盘价压至到开盘价之下,买方却也主导一段行情,但不知道是谁主导最后的行情。';
if t9>0then var1000:=var1000+'☆上涨趋势。';
if t10>0then var1000:=var1000+'☆下跌趋势。';
if ma20>=ma60 and cross(ma40,ma60) then var1000:=var1000+'☆形成季托,待股价回落到20天均线或40天均线时介入,20天均价为:'+ma20+' 。';
if bias>9.5 and (c-ref(c,1))/ref(c,1)*100<9.8 then var1000:=var1000+'☆短线涨幅过大,有整理要求。';
if ma20>=ma60 and h>=ma20 and l<=min(ma40,ma60) and c>o and c>ref(c,1) then var1000:=var1000+'☆芙蓉出水,趋势向好。';
if bias<-18 and (c-ref(c,1))/ref(c,1)*100>-9.8 then var1000:=var1000+'☆股价严重超跌,有爆发要求。';
if bias<-7 and all(close<open,5) then var1000:=var1000+'☆连收五阴,超跌有反弹要求。';
if abs(high-ref(high,1))/high<0.001 then var1000:=var1000+'☆平顶,-该高点有一定阻力。';
if abs(low-ref(low,1))/low<0.001 and abs(ref(low,1)-ref(low,2))/ref(low,1)<=0.00 then var1000:=var1000+'☆平底,该低点有一定支撑。';
if close=open andhigh<>close and low<>close and high/low > 1.03 then var1000:=var1000+'☆ 长十字,多空激争 前途未明。';
if open/close > 1.05 and high/low < open/close+0.018 then var1000:=var1000+'☆ 大阴烛,今日空方有绝对优势。';
if ref(close,1)<ref(open,1) and close<open and close/open<0.98 then var1000:=var1000+'☆双飞乌鸦,多头力竭,行情走软。';
if (min(close,open)-low)/(high-low)>0.667 then var1000:=var1000+'☆长下影,下档支撑强或空方试探进攻。';
if (high-max(close,open))/(high-low)>0.667 then var1000:=var1000+'☆长上影,上档阻力大或多方试探进攻。';
if close=open and close=low and close<>high then var1000:=var1000+'☆垂死十字,在顶部时重要 表强力多头开始疲软。';
if high=close and high<>low then var1000:=var1000+'☆光头阳线,今日尾盘多方气盛,行情可能延续到明天。';
if (high<ref(low,1) or low>ref(high,1)) then var1000:=var1000+'☆跳空缺口,当日未补,有与跳空同向进行,上涨欲望强烈,三日内为回补观察期。';
if low=close and high<>low then var1000:=var1000+'☆赤脚阴线,尾盘空方胜。 注意股价下跌延续至次日。';
if close=open and high<>close and low<>close and high <>close then var1000:=var1000+'☆十字星,警告信号。原趋势停顿或反转,依上下影线长度判后市。';
if close/open>1.05 and high/low < close/open+0.018 then var1000:=var1000+'☆大阳烛,上升行情中意味行情剧烈向上攀升;下跌行情中意味行情剧烈向上反弹。';
if ref(close,2)/ref(open,2) < 0.95 and ref(open,1) < ref(close,2) and ref(open,1)=ref(close,1)and close/open>1.05 and close>ref(close,2) then
var1000:=var1000+'☆早晨十字,如同晨星。 从看空平衡到看涨转强;左右跳空曰弃婴 。';
if ref(close,4)/ref(open,4)>1.03 and ref(close,3)<ref(open,3) and ref(close,2)<ref(open,2) and ref(close,1)<ref(open,1) and ref(low,4)<ref(low,3) and ref(low,4)<ref(low,2) and ref(low,4)<ref(low,1) and ref(high,4)>ref(high,3) and ref(high,4)>ref(high,2) and ref(high,4)>ref(high,1) and close/open>1.03 and close>ref(close,4) thenvar1000:=var1000+'☆上升三部曲,空方卖压被吸纳。 趋势易顺势走涨。';
if (ref(high,2) -ref(o,2))/ref(high,2)<=0.0003 and (c-low)/o<=0.0003 and ref(c,2)<ref(o,2) and ref(c,2)>ref(o,1) and ref(c,1)>o and ref(c,1)<ref(o,1) and ref(high,1)-ref(o,1)>0 and ref(low,1)-ref(c,1)<0 and high-o>0 and ref(c,2)-ref(low,2)>0 thenvar1000:=var1000+'☆三胎乌鸦,多头走势被扭转。黑k价愈深量愈大,跳空愈大,反转信号愈强。';
if ((ref(close,1)<ref(open,1) and close>open and abs(close-ref(close,1))/close<0.002) or (ref(close,1)>ref(open,1) and close<open and abs(close-ref(close,1))/close<0.002)) then
var1000:=var1000+'☆友好反攻,阴(阳)线结合,极线多方跳低(高)后反弹有企稳迹象 。';
if close<>open and min(open,close)=low and high-low > 3*(max(open,close)-low) and close > ma(close,5) then
var1000:=var1000+'☆射击之星,如伴大量上遇阻力,有短期见顶可能,股价转疲。';
if ref(close,1)-ref(open,1)<0 and close-open>0 and open-ref(close,1)<0 and close<ref(open,1) and close>ref(close,1) and close>(ref(close,1)+ref(open,1))/2 then
var1000:=var1000+'☆贯穿线,多头力道的反扑或是空单回补力道。长黑之后开低收在前天1/2之上,为多头反转信号。';
if abs(ref(close,1)-ref(open,1))/ref(close,1) > 0.04 and abs(close-open)/close<0.005 and max(close,open) < max(ref(close,1),ref(open,1)) and min(close,open) > min(ref(close,1),ref(open,1)) then
var1000:=var1000+'☆身怀六甲,阴(阳)怀阳(阴),怪异的走势,显示该股行情可能转向。 若量由大转缩,下跌趋势更明确。';
if (ref(c,1)-ref(o,1)<0 and c-o>0 and c>ref(o,1) and o<ref(c,1)) then
var1000:=var1000+'☆多头阳线吞噬,红包黑。反转趋势需量能配合量。 ';
if ((ref(c,2)-ref(o,2)>0 and (abs(ref(c,2)-ref(o,2)))/(abs(ref(c,3)-ref(o,3)))>2.4 and abs(c-o)>3 and abs(ref(c,2)-ref(o,2))>(abs(ref(c,1)-ref(o,1))) and ref(c,1)-ref(o,1)>0 and c-o<0 and ref(o,1) >ref(c,2) and o<ref(o,1) and c<ref(c,2) and c>ref(o,2)) or (ref(c,2)-ref(o,2)>0 and (abs(ref(c,2)-ref(o,2)))/(abs(ref(c,3)-ref(o,3)))>2.4 and abs(c-o)>3 and (abs(ref(c,2)-ref(o,2)))>(abs(ref(c,1)-ref(o,1))) and ref(c,1)-ref(o,1)<0 and c-o<0 and ref(c,1) >ref(c,2)and c<ref(c,2) and c>ref(o,2) and o<ref(c,1))) then
var1000:=var1000+'☆夜星,从看多平衡到看空转弱,转空。 ';
if abs(ref(close,1)-ref(open,1))/ref(close,1) > 0.04 and close=open and close < max(ref(close,1),ref(open,1)) and close > min(ref(close,1),ref(open,1)) then
var1000:=var1000+'☆十字胎,似身怀六甲,转向可能性更大,量缩观望为宜 。';
if ref(c,1)<ref(o,1) and c-o>0 and c>ref(h,1) and o<ref(l,1) and ref(o,1)>ref(max(o,c),2) and ref(c,1)>ref(min(o,c),2) and ref(max(o,c),2)>ref(max(o,c),3) then
var1000:=var1000+'☆ 双人殉情 ,在上升趋势中最后之空头吞噬,也就是所谓的不见长红不回头。 ';
if (ref(c,1)-ref(o,1)>0 and c-o<0 and c<ref(o,1) and o>ref(c,1)) then
var1000:=var1000+'☆阴线吞噬,黑包红,向空反转。 ';
if ref(close,1)/ref(open,1)<0.97 and close/open>1.03 and open<ref(close,1) and close>ref(close,1) then var1000:=var1000+'☆曙光,与乌云盖顶相反,行情将演化为v型反转或止跌横盘趋势 。';
if (ref(c,1)-ref(o,1)<0 and c-o>0 and c<ref(o,1) and o>ref(c,1)) then
var1000:=var1000+'☆多头孕育线,阴育阳。多头反转可能。';
if (ref(c,1)-ref(o,1)>0 and (abs(ref(c,1)-ref(o,1)))/(abs(ref(c,2)-ref(o,2)))>2.4 and c-o<0 and c>ref(o,1) and ref(c,1)-o>2) then
var1000:=var1000+'☆空头孕育线,阳育阴。看空 。';
if (ref(c,1)-ref(o,1)<0 and c-o<0 and c>ref(c,1) and o<ref(o,1) and o-c <6) then
var1000:=var1000+'☆空头孕育线,阴育阴。看空。';
if ref(close,2)<ref(open,2) and ref(close,1)<ref(open,1) and close<open and ref(close,1)<ref(close,2) and close<ref(close,1) then
var1000:=var1000+'☆三只乌鸦,强烈转空趋势。三黑k价越深量越大越易下跌。';
if ref(close,4)/ref(open,4)<0.97 and ref(close,3)>ref(open,3) and ref(close,2)>ref(open,2) and ref(close,1)>ref(open,1) and ref(low,4)<ref(low,3) and ref(low,4)<ref(low,2) and ref(low,4)<ref(low,1) and ref(high,4)>ref(high,3) and ref(high,4)>ref(high,2) and ref(high,4)>ref(high,1) and close/open<0.97 and close<ref(close,4) then
var1000:=var1000+'☆下跌三部曲,多方弱势不堪一击,趋势易顺势走跌。';
if ref(close,4)/ref(open,4)>1.02 and ref(close,3)<ref(open,3) and ref(close,2)<ref(open,2) and ref(close,1)<ref(open,1) and ref(close,4)<=ref(close,3) and ref(high,2)<ref(high,3) and ref(low,2)>=ref(open,4) and ref(high,1)<ref(close,4) and ref(low,1)>ref(open,4) and close/open>1.01 and open>=ref(open,1) and close>=ref(high,3) then
var1000:=var1000+'☆连续型态之执垫,比上升三法更具多头意义。';
if ref(o,1)/ref(c,1) > 1.05 and ref(h,1)/ref(l,1) < ref(o,1)/ref(c,1)+0.018 and c>o and o<ref(l,1) and c=ref(l,1) then
var1000:=var1000+'☆颈上线,下降趋势。若第二天大量,维持原趋势可能星大增。';
if (ref(c,1)-ref(o,1)>0 and (abs(ref(c,1)-ref(o,1)))/(abs(ref(c,2)-ref(o,2)))>2.5 and c-o<0 and c>ref(o,1) and c<(ref(close,1)+ref(open,1))/2 and o>ref(c,1)) then
var1000:=var1000+'☆乌云罩顶,上涨遇重大阻力。空头聚力。';
if (ref(c,1)-ref(o,1)>0 and c-o<0 and c<ref(o,1) and o>ref(c,1)) then
var1000:=var1000+'☆最后吞噬,在下降趋势中为一黑一红组合;多头吞噬,在上升趋势中为一红一黑组合,空头吞噬。';
if ref(open,1)<>ref(close,1) and ref(close,2)/ref(open,2) < 0.95 and ref(open,1) < ref(close,2) and abs(ref(open,1)-ref(close,1))/ref(close,1)<0.03 and close/open>1.05 and close>ref(close,2) then
var1000:=var1000+'☆晨星,多方势盛 变盘信号';
if min(open,close)=low and high-low > 3*(max(open,close)-low) and close < ma(close,5) thenvar1000:=var1000+'☆ 倒转槌头 -高位抛压 低位多空争执';
if high = max(open,close) and high-low > 3*(high-min(open,close)) and close < ma(close,5) thenvar1000:=var1000+'☆槌头,下影线有多头意义。在下降趋势之后看涨。注意反弹卖压 。';
if high = max(open,close) and high-low > 3*(high-min(open,close)) and close > ma(close,5) thenvar1000:=var1000+'☆吊颈线,高档看跌。';
if ((ref(close,1)/ref(open,1)>1.03 and close/open<0.96 and close<ref(open,1) and open>ref(close,1)) or (ref(close,1)/ref(open,1)<0.97 and close/open>1.04 and close>ref(open,1) and open<ref(close,1))) then
var1000:=var1000+'☆ 穿头破脚 -若第一根k为阴(阳) 表强劲上涨(下跌)力量。';
if ref(open,1)<>ref(close,1) and ref(close,2)/ref(open,2) > 1.03 and ref(open,1) > ref(close,2) and abs(ref(open,1)-ref(close,1))/ref(close,1)<0.02 and close/open<0.97 and close<ref(close,2) then
var1000:=var1000+'☆黄昏之星,空方势盛。反转信号,跳空成弃婴。';
if ref(close,2)>ref(open,2) and (ref(close,2)-ref(open,2))/ref(open,2)>=2/100and ref(open,1)>=ref(close,1) and (ref(open,1)-ref(close,1))/ref(close,1)<=2/100 and ref(open,1)<=ref(close,2) and ref(close,1)>=ref(open,2) and c>=open and (close-open)/open>=2/100 and close>=ref(open,1) and open<=ref(close,1) and (max(close,ref(c,2))-min(close,ref(close,2)))/min(close,ref(close,2))<=1/100 thenvar1000:=var1000+'☆二阳夹一阴,必须从后续的走势来研判。';
if open=ref(open,1) and (close-open)*(ref(close,1)-ref(open,1))<0 then
var1000:=var1000+'☆ 分离 -两日开盘相同 一阴一阳 变盘前彻底整理。';
if ((o>c and open>ma(c,5) and open>ma(c,10) and o>ma(c,20) and close<ma(c,5) and close<ma(c,10) and close<ma(c,20)) or (o<c and open<ma(c,5) and open<ma(c,10) and o<ma(c,20) and close>ma(c,5) and close>ma(c,10) and close>ma(c,20))) then var1000:=var1000+'☆断头铡刀(出水芙蓉) -一根大阴(阳)线切断了三根均线 如果改变了其后均线的排列为空头(多头)排列 后势看空(多) 。';
end;
tiptext(dispstatus=2,0,var1000);
{可调节kdj:压力支撑线参数 n=1 100 9,m1=1 100 3,m2=1 100 3}
rsv:=(close-llv(low,n))/(hhv(high,n)-llv(low,n))*100;
k:=sma(rsv,m1,1);
d:=sma(k,m2,1);
j:=3*k-2*d;
rsv12:=(close-llv(low,34))/(hhv(high,34)-llv(low,34))*100;
k12:=sma(rsv12,3,1);
d12:=sma(k12,3,1);
j12:=3*k12-2*d12;
rsv24:=(close-llv(low,55))/(hhv(high,55)-llv(low,55))*100;
k24:=sma(rsv24,3,1);
d24:=sma(k24,3,1);
j24:=3*k24-2*d24;
压力位:if(cross(j24,j),h,ref(h,barslast(cross(j24,j)))),precis2,coloryellow,linethick1,pointdot;
支撑位:if(cross(j,j24),l,ref(l,barslast(cross(j,j24)))),precis2,color77aaff,linethick1,pointdot;
drawtextrel(0,0,'评级:'+extrastring('评级')),colorcyan;
drawtextabs(1,15,'所属板块:'+bkname),colorafff00;
var1:=ema(ema(ema((close*6+low*2+high+open)/10,n2),n2),n2);
短线:= var1-ref(var1,1)+var1;
中短:= ma(短线,n1);
var2:=ema(ema(ema((close*6+low+high*2+open)/10,n2),n2),n2);
h短线:= var2-ref(var2,1)+var2;
h中短:= ma(h短线,n1);
中线:= ema(close,10);
m中线:= ema(中线,10);
stickline(cross(短线,中短),c,o,7,0),colorred;
stickline(cross(短线,中短),h,l,1,0),colorred;
stickline(cross(h中短,h短线),c,o,7,0),colorgreen;
stickline(cross(h中短,h短线),h,l,1,0),colorgreen;
drawtext(cross(短线,中短),(low * 0.995),'㊣'),linethick1,coloryellow;
drawtext(cross(h中短,h短线),(high * 1.02),'s'),linethick3,colorgreen;
a74:=ma(close,20);
a75:=(close > ma(close,5));
a76:=(ma(close,5) > ma(close,10));
a77:=(close > ma(close,10));
a78:=(ma(close,5) > ma(close,20));
a79:=(close > ma(close,20));
a710:=ref(a74,1);
a711:=(a74 > a710);
avx:=(((((if(a75,10,(0 - 10)) + if(a76,10,(0 - 10))) + if(a77,10,(0 - 10))) + if(a78,10,(0 - 10))) + if(a79,10,(0 - 10))) + if(a711,10,(0 - 10)));
dslx:=(close / indexc);
dslx1:=ma(dslx,5);
dslx2:=ma(dslx,10);
v1:=ma(vol,5);
v2:=ma(vol,10);t := barslast(dispstatus=1)+1;
t := barslast(dispstatus=1)+1;
hhg := hhv(h, t);
ddg := llv(l, t);
{hk := ll-hh; g12 := ll-hk*1.55; }
if barstatus=2 and c<200 and ((cross(avx,1) and (v1 >= v2)) and (dslx >= dslx1)) then
drawtextabs(12,250,'该股的量能,有明显走强迹象,可以考虑中线进场参与,仓位在2/3左右。 '),colorff00ff,linethick1;
if barstatus=2 and c<200 and ((cross(avx,1) and (v1 < v2)) and (dslx >= dslx1)) then
drawtextabs(12,250,'该股虽然走势趋强,但量能还显不足,可以考虑短线进场,仓位在1/2左右。 '),colorff00ff,linethick1;
if barstatus=2 and c<200 and ((cross(avx,1) and (v1 > v2)) and (dslx < dslx1)) then
drawtextabs(12,250,'该股量价配合良好,但相对其它股票并没有明显走强,可以考虑短线进场,仓位1/2左右。 '),colorff00ff,linethick1;
if barstatus=2 and c<200 and ((cross(avx,1) and (v1 <= v2)) and (dslx < dslx1)) then
drawtextabs(12,250,'该股形态尚可,但量能不足,股票也未完全走强,可以短线参与,仓位1/3左右。 '),colorff00ff,linethick1;
if barstatus=2 and c<200 and ((cross(1,avx) and (v1 >= v2)) and (dslx >= dslx1)) then
drawtextabs(12,250,'该股形态变坏,但走势相对其它股票尚可,重仓者减持大半,清仓者可以观望。 '),colorff00ff,linethick1;
if barstatus=2 and c<200 and ((cross(1,avx) and (v1 < v2)) and (dslx >= dslx1)) then
drawtextabs(12,250,'该股随大盘一起下跌,程明显缩量走势,考虑到大盘风险,减持或清仓。 '),colorff00ff,linethick1;
if barstatus=2 and c<200 and ((cross(1,avx) and (v1 >= v2)) and (dslx < dslx1)) then
drawtextabs(12,250,'该股放量下跌,走势明显偏弱,离场观望。 '),colorff00ff,linethick1;
if barstatus=2 and c<200 and ((cross(1,avx) and (v1 < v2)) and (dslx < dslx1)) then
drawtextabs(12,250,'该股缩量下跌,走势偏弱,离场观望。 '),colorff00ff,linethick1;
if barstatus=2 and c<200 and ((((avx >= 1) and (ref(avx,1) > 0)) and (v1 >= v2)) and (dslx >= dslx1)) then
drawtextabs(12,250,'该股形态良好,强势明显,量能充足,可以继续持有。 '),colorff00ff,linethick1;
if barstatus=2 and c<200 and ((((avx >= 1) and (ref(avx,1) > 0)) and (v1 < v2)) and (dslx >= dslx1)) then
drawtextabs(12,250,'该股上行趋势不变,强势依然,但量能开始转弱,注意风险。 '),colorff00ff,linethick1;
if barstatus=2 and c<200 and ((((avx >= 1) and (ref(avx,1) > 0)) and (v1 >= v2)) and (dslx < dslx1)) then
drawtextabs(12,250,'该股仍然具备上涨潜力,但股性偏弱,可考虑减仓。 '),colorff00ff,linethick1;
if barstatus=2 and c<200 and ((((avx >= 1) and (ref(avx,1) > 0)) and (v1 < v2)) and (dslx < dslx1)) then
drawtextabs(12,250,'该股走势趋弱,量能不足,减持大部分筹码。 '),colorff00ff,linethick1;
if barstatus=2 and c<200 and ((((avx < 1) and (ref(avx,1) < 0)) and (v1 >= v2)) and (dslx >= dslx1)) then
drawtextabs(12,250,'该股形态不佳,注意成交量的变化,但目前不适合参与。 '),colorff00ff,linethick1;
if barstatus=2 and c<200 and ((((avx < 1) and (ref(avx,1) < 0)) and (v1 < v2)) and (dslx >= dslx1)) then
drawtextabs(12,250,'该股趋势不明,股价偏弱,注意量能变化,目前不宜参与。 '),colorff00ff,linethick1;
if barstatus=2 and c<200 and ((((avx < 1) and (ref(avx,1) < 0)) and (v1 >= v2)) and (dslx < dslx1)) then
drawtextabs(12,250,'该股有走强迹象,但量能不足,趋势不明,不适合操作。 '),colorff00ff,linethick1;
if barstatus=2 and c<200 and ((((avx < 1) and (ref(avx,1) < 0)) and (v1 < v2)) and (dslx < dslx1)) then
drawtextabs(12,250,'该股走势太弱,没有参与价值。 '),colorff00ff,linethick1;
if barstatus=2 and c>200 and (cross(avx,1) and (v1 >= v2)) then
drawtextabs(12,250,'大盘量能,有明显走强迹象,可以考虑中线进场参与,仓位在2/3左右, '),colorff00ff,linethick1;
if barstatus=2 and c>200 and (cross(avx,1) and (v1 >= v2)) then
drawtextabs(12,250,'如前期经过一轮下跌,此时为最佳买点,但如果前期有过一段涨幅则介入需谨慎。 '),colorff00ff,linethick1;
if barstatus=2 and c>200 and (cross(avx,1) and (v1 < v2)) then
drawtextabs(12,250,'大盘虽然走势趋强,但量能还显不足,如果前期经过一轮下跌, '),colorff00ff,linethick1;
if barstatus=2 and c>200 and (cross(avx,1) and (v1 < v2)) then
drawtextabs(12,250,'可以考虑短线进场,仓位在1/2左右,一旦量能放大可以加仓买入。 '),colorff00ff,linethick1;
if barstatus=2 and c>200 and (cross(1,avx) and (v1 >= v2)) then
drawtextabs(12,250,'大盘形态走坏,重仓者可以减去大部分仓位。 '),colorff00ff,linethick1;
if barstatus=2 and c>200 and (cross(1,avx) and (v1 < v2)) then
drawtextabs(12,250,'大盘缩量调整,注意风险,短线清仓观望。 '),colorff00ff,linethick1;
if barstatus=2 and c>200 and (((avx >= 1) and (ref(avx,1) > 0)) and (v1 >= v2)) then
drawtextabs(12,250,'大盘走势良好,量能,可以继续持有强势股。 '),colorff00ff,linethick1;
if barstatus=2 and c>200 and (((avx >= 1) and (ref(avx,1) > 0)) and (v1 < v2)) then
drawtextabs(12,250,'大盘形态良好,但量能稍显不足,随时准备减仓。 '),colorff00ff,linethick1;
if barstatus=2 and c>200 and (((avx < 1) and (ref(avx,1) < 0)) and (v1 >= v2)) then
drawtextabs(12,250,'大盘趋势不明,注意成交量变化,目前不适宜进场。 '),colorff00ff,linethick1;
if barstatus=2 and c>200 and (((avx < 1) and (ref(avx,1) < 0)) and (v1 < v2)) then
drawtextabs(12,250,'大盘趋势向下,量能萎缩,不适合进场。 '),colorff00ff,linethick1;
{45度异动}
x1:=(c+l+h)/3;
bb13:=atan(ema(x1,13)-ref(ema(x1,13),1))*3.1416*10;
ema8:=ema(c,8);
drawtext(filter(bb13>1 and ema(x1,13)>ref(ema(x1,8),1),10),
ema8,'∠45上升'),colorwhite;
{压力支撑}
压力:ma(ref(hhv(c,30),1),2),linethick2,color9dffff;
支撑:ma(ref(llv(c,30),1),2),linethick2,colorabff46;
{黑马线}
a51:=3*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1)-2*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1);
黑马线:=ema(a51,5);
a54:=((c-llv(l,21))/(hhv(h,21)-llv(l,21)))*100;
趋势线:=(ma(3*sma(a54,6,1)-2*sma(sma(a54,5,1),5,1),2));
drawtext(cross(趋势线,0)and 黑马线<40,(high* 0.97),'▲大黑马'),coloryellow;
drawtextrel(10,900,'㊣十二星座*神獒赢富㊣'),linethick1,color00eeff;
drawgbk((close > 0),strip(rgb(4,1,28),rgb(4,1,35),0));
上一指标公式:很好用的波对岸操作未来公式下载 大智慧指标很好用
下一指标公式:一阳穿四线选股公式下载 大智慧指标选股
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文星座解析主图公式下载 大智慧星座解析仅供学习研究。