【大智慧】福如泉涌主圖指標(biāo)公式
攻城獅 2015.11.21 05:47
aaa:=(ma(close,13)+ma(close,17))/2;
ccc:=(std(close,13)+std(close,17))/2;
bbb:=aaa+2.1*ccc;
ddd:=aaa+0.72*ccc;
zzz:=if(ccc>1.88,ma(ddd,3),ddd);
平衡:zzz,colorwhite;
止贏:zzz*1.1,coloryellow;
了結(jié):zzz*1.05,colorgray;
回檔:zzz*0.95,colorgreen;
反彈:zzz*0.9,colorblue;
drawtext(C>=1.09*ref(C,1),C,’漲停’),coloryellow;
STICKLINE(CLOSE>0,(O+C)/2,(O+C)/2,8,0),COLORYELLOW;
ma1:(ma(c,3)+ma(c,5))/2,colorblue;
ma2:(ma(c,8)+ma(c,13))/2,coloryellow;
SFF:=H/REF(H,1)<1 AND REF(h,1)/REF(h,2)<1 AND L/REF(L,1)>1 and REF(L,1)/REF(L,2)>1 ;
drawtext(SFF,l*0.95,’大鯊魚(yú):關(guān)注’),coloryellow;
stickline(平衡 賣(mài):drawtext(filter( h<=ref(h,1) and c平衡 and 平衡 (h>了結(jié) and c<了結(jié) and c平衡 and c<平衡) and c 買(mǎi):drawtext(filter( C>ref(C,1) and L>=ref(l,1) and ma1>ref(ma1,1) and L<平衡 and 平衡>ref(平衡,1) or
(L<回檔 and c>回檔 and c>o and 平衡>ref(平衡,1) or (l<平衡 and c>平衡) and c>o and 平衡>ref(平衡,1)),5),l*0.99,’買(mǎi)’),colorred;
清倉(cāng):drawtext(H>止贏 and C<止贏 and C止贏 and c 滿(mǎn)倉(cāng):drawtext((ref(C,1)<反彈 or L<反彈) and C>反彈 and C>O or filter(ref(C,1)<反彈 and c>ref(c,3),5),L*0.99,’滿(mǎn)倉(cāng)’),colorff00ff;
選股:=(ref(C,1)<反彈 or L<反彈) and C>反彈 and C>O;
買(mǎi)線(xiàn):=EMA(C,2);
賣(mài)線(xiàn):=EMA(SLOPE(C,21)*20+C,42);
BU:=cross(買(mǎi)線(xiàn),賣(mài)線(xiàn));
SEL:=cross(賣(mài)線(xiàn),買(mǎi)線(xiàn));
drawicon(bu,LOW*0.98,1),colorred,linethick3;
drawicon(sel,HIGH*1.02,2),colorgreen,linethick3;
申明:本文為作者投稿或轉(zhuǎn)載,在概念股網(wǎng) http://lakewaygifts.com/ 上發(fā)表,為其獨(dú)立觀點(diǎn)。不代表本網(wǎng)立場(chǎng),不代表本網(wǎng)贊同其觀點(diǎn),亦不對(duì)其真實(shí)性負(fù)責(zé),投資決策請(qǐng)建立在獨(dú)立思考之上。