DRAWNULL益盟怎麼表示

2021-07-08 21:32:21 字數 8400 閱讀 1490

1樓:屠宰場多呢

stickline(close>open or close=open and close>ref(close,1),low,high,0.1,0),colorred;

stickline(close>open or close=open and close>ref(close,1),open,close,7,0),colorred;

stickline(close=close ,close ,open,0,0 ),color00ff00;

stickline(open>=close ,close ,open,8,0 ),color008800;

stickline(open>=close ,close ,open,7,0 ),color009900;

stickline(open>=close ,close ,open,6,0 ),color00aa00;

stickline(open>=close ,close ,open,5,0 ),color00bb00;

stickline(open>=close ,close ,open,4,0 ),color00cc00;

stickline(open>=close ,close ,open,3,0 ),color00dd00;

stickline(open>=close ,close ,open,2,0 ),color00ee00;

stickline(open>=close ,close ,open,1,0 ),color00ff00;

stickline(close>open,close,open,0,0) ,colorffbbff;

stickline(close>open,close,open,8,0) ,colorff00ff;

stickline(close>open,close,open,7,0) ,colorff22ff;

stickline(close>open,close,open,6,0) ,colorff44ff;

stickline(close>open,close,open,5,0) ,colorff66ff;

stickline(close>open,close,open,4,0) ,colorff88ff;

stickline(close>open,close,open,3,0) ,colorff99ff;

stickline(close>open,close,open,2,0) ,colorffaaff;

stickline(close>open,close,open,1,0) ,colorffbbff;

2樓:匿名使用者

1、海風2號

ma5:ma(close,5),colorffffff,linethick2;

ma13:ma(close,13),color00ff00;

ma21:ma(close,21),color00ffff,linethick2;

ma34:ma(close,34),colorff00ff;

天使:=ema(c,2),color000000;

魔鬼:=ema(slope(c,21)*20 c,42),color000000;

買:=cross(天使,魔鬼);

賣:=cross(魔鬼,天使);

drawicon(買,l*0.97,1);

drawtext(買,l*0.95,'進攻'),coloryellow;

drawicon(賣,h*1.03,2);

drawtext(賣,h*1.05,'撤退'),colorwhite;

stickline(天使》=魔鬼,low,high,0.01,0),color0000dd;

stickline(天使》=魔鬼,close,open,2,1),colorred;

stickline(天使《魔鬼,low,high,0.01,0),colorffdd00;

stickline(天使《魔鬼,close,open,2,0),colorffff00;

stickline(cross(天使,魔鬼),open,close,2.5,0),coloryellow;

stickline(cross(魔鬼,天使),open,close,2.5,0),colorwhite;

2、益盟**手

var1:=(100 - ((90 * (hhv(high,14) - close)) / (hhv(high,14) - llv(low,14))));

var2:=(100 - ((90 * (hhv(high,14) - close)) / (hhv(high,14) - llv(low,14))));

var3:=(100 - ma(((100 * (hhv(high,6) - close)) / (hhv(high,6) - llv(low,6))),34));

dir1:=abs(close-ref(close,5));

vir1:=sum(abs(close-ref(close,1)),5);

er1:=dir1/vir1;

cs1:=er1*(0.8-2/8) 2/8;

cq1:=cs1*cs1;

ama1:ema(dma(close,cq1),2) ,colorwhite;

dir2:=abs(close-ref(close,10));

vir2:=sum(abs(close-ref(close,1)),10);

er2:=dir2/vir2;

cs2:=er2*(0.8-2/24) 2/24;

cq2:=cs2*cs2;

ama2:ema(dma(close,cq2),2),colorgreen,linethick2;

ama3:if(ama2/ref(ama2,1)>0.997,ama2,drawnull),coloryellow,linethick2;

ama4:if(ama2/ref(ama2,1)>1.001,ama2,drawnull),colorred,linethick2;

stickline((var2 < ma(var3,6)),close,open,3,1),color008000;

stickline((var2 > ma(var3,6)),open,close,3,1),colorred;

stickline(((open > close) and (var2 > ma(var3,6))),(open * 0.998),(close * 1.0001),2.

3,0),color008000;

stickline(((open < close) and (var2 < ma(var3,6))),(close * 0.998),(open * 1.002),2.

3,0),colorred;

stickline(((open > close) and (var2 < ma(var3,6))),close,open,2.3,0),color008000;

drawicon(cross(var2,ma(var3,6)),(low - (low*0.04)),7);

drawicon(cross(ma(var3,6),var1),(high (high*0.03)),8);

pt:=ref(h,1)-ref(l,1);

cdp:=(ref(h,1) ref(l,1) ref(c,1)*2)/4;

ah:=cdp pt;

al:=cdp-pt;

nh:=cdp*2-ref(l,1);

nl:=cdp*2-ref(h,1);

強:if(ah>ref(c,1)*1.1,ref(c,1)*1.1,ah)nodraw;

阻:if(nh>強,(強-cdp)*0.618 cdp,nh)nodraw,colorcyan;

m:=if(al=x3,low,high,0.1,1),colorred;

stickline(x2>=x3,close,open,2,2),colorred;

stickline(x2>=x3,close,open,2,8),colorbrown;

stickline(x2hy1,low,high,1,0),colorred;

stickline(c>hy1,close,open,4.5,0),colorred;

stickline(c>hy1,close,open,4,0),colorred;

stickline(c>hy1,close,open,3,0),colorred;

stickline(c>hy1,close,open,2,0),colorred;

stickline(c<=hy1,close,open,4.5,0),colorff4242;

stickline(c<=hy1,close,open,4,0),colorff4242;

stickline(c<=hy1,close,open,3,0),colorff4242;

stickline(c<=hy1,close,open,2,0),colorff4242;

stickline(c<=hy1,low,high,1,0),colorff4242;

drawtext(cross(close,hy1),low,'買點'),linethick2,coloryellow;

drawtext(cross(hy1,close),high*1.08,'賣點'),linethick3,colorwhite;

庫存能量:=ma((zl sf),2);

庫存平均:=ma((zl sf),5);

drawtext(cross(庫存能量,庫存平均),l*0.97,''),colorff00ff,linethick4;

5、上出下買 三背離

a:=ma(close,17) abs(ma(close,17)-ref(ma(close,17),1));

b:=ma(close,17) ma(close,17)-ref(ma(close,17),1);

分水嶺:if(ma(close,17)操作線);

if(s,分水嶺,drawnull),color00ff00,pointdot,linethick4;

pm:ma(c,5),colorffffcc,linethick2;

if(pm>ref(pm,1),pm,drawnull),colorred,linethick2;

if(pm=ref(pm,1),pm,drawnull),colorred;

if(pmc and ref("macd.dif",a1 1)<"macd.dif" and cross("macd.dif","macd.dea");

drawtext(b1>0,l-0.02,'★m'),color00ffff;

a2:=barslast(ref(cross("kdj.k","kdj.d"),1));

b2:=ref(c,a2 1)>c and ref("kdj.k",a2 1)<"kdj.k" and cross("kdj.k","kdj.d");

drawtext(b2,l-0.10,'◎k'),colorff00ff;

a3:=barslast(ref(cross("rsi.rsi1","rsi.rsi2"),1));

b3:=ref(c,a3 1)>c and ref("rsi.rsi1",a3 1)<"rsi.

rsi1" and cross("rsi.rsi1","rsi.rsi2");

drawtext(b3>0,l-0.18,'◆r'),color0000ff;

c1:=barslast(ref(cross("macd.dea","macd.dif"),1));

d1:=ref(c,c1 1)"macd.dif" and cross("macd.dea","macd.dif");

drawtext(d1>0,h 0.16,'★m'),color00ff00;

c2:=barslast(ref(cross("kdj.d","kdj.k"),1));

d2:=ref(c,c2 1)"kdj.k" and cross("kdj.d","kdj.k");

drawtext(d2>0,h 0.08,'◎k'),colorffffcc;

c3:=barslast(ref(cross("rsi.rsi2","rsi.rsi1"),1));

d3:=ref(c,c3 1)"rsi.rsi1" and cross("rsi.rsi2","rsi.rsi1");

drawtext(d3>0,h 0.04,'◆r'),colorff9900;

6、變色kdj

rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;

k:sma(rsv,3,1),colorwhite;

d:sma(k,3,1),coloryellow;

j:3*k-2*d,coloryellow;

if(kref(k,1),k,drawnull),colorred,linethick1;

if(d>ref(d,1),d,drawnull),colorred,linethick1;

if(j>ref(j,1),j,drawnull),colorff00ff,linethick1;

7、變色rsi

n:=3;

n1:=5;n2:=10;n3:=20;n4:=1;m1:=7;m2:=2;

lc :=ref(c,n4);

rsi1:sma(max(c-lc,0),n1,1)/sma(abs(c-lc),n1,1)*100,colorred,linethick1;

rsi2:sma(max(c-lc,0),n2,1)/sma(abs(c-lc),n2,1)*100,color0099ff;

rsi3:sma(max(c-lc,0),n3,1)/sma(abs(c-lc),n3,1)*100,coloryellow,linethick1;

if(rsi1rsi1,rsi2,drawnull),coloraa8800,linethick1;

if(rsi3>rsi2,rsi3,drawnull)coloraa8800,linethick1;

ty:=rsi1;

aa:=ref(ty,n)=hhv(ty,2*n 1);

bb:=backset(aa,n 1);

cc:=filter(bb,n) and ty=hhv(ty,n 1);

drawicon(cc,ty*1.07,10);

aa2:=ref(ty,n)=llv(ty,2*n 1);

bb2:=backset(aa2,n 1);

cc2:=filter(bb2,n) and ty=llv(ty,n 1);

drawicon(cc2,ty*0.95,11);

gg:=islastbar and ref(cc,barslast(cc));

hh:=backset(gg,barslast(cc) 1);

ii:=hh>ref(hh,1);

jj:=ref(barslast(cc),1);

kk:=backset(ii,jj 2);

ll:=kk>ref(kk,1);

drawline(ll,ty,ii,ty,1),colorred;

cs:=(ref(ty,barslast(ii))-ref(ty,barslast(ll)))/(barslast(ll)-barslast(ii));

阻力線:=ref(ty,barslast(ii)) barslast(ii)*cs;

阻力值:阻力線,linethick0;

drawicon(cross(ty,阻力線),阻力線*0.99,12);

gg2:=islastbar and ref(cc2,barslast(cc2));

hh2:=backset(gg2,barslast(cc2) 1);

ii2:=hh2>ref(hh2,1);

jj2:=ref(barslast(cc2),1);

kk2:=backset(ii2,jj2 2);

ll2:=kk2>ref(kk2,1);

drawline(ll2,ty,ii2,ty,1),colorgreen;

8、變色macd

dif1:=ema(close,12) - ema(close,26);

dea1:=ema(dif1,9);

macd1:=2*(dif1-dea1),stick;

macd2:=ema(macd1,3);

stickline(macd1>macd2 and macd1>0,0,macd1,1,0),colorred;

stickline(macd1>macd2 and macd1<0,0,macd1,1,0),colorgreen;

stickline(macd1=0 or macd1<=0,0,0,50,1),colorwhite;

dif:dif1,color33ff33;

dea:dea1,coloryellow;

macd:macd1,nodraw,colormagenta;

強:if(dif1>=dea1,dif1,drawnull),colorred,linethick2;

益生菌香港的益盟牌是好用嗎,香港益生菌哪個牌子好,小孩用的?

建議用國產的活菌一號益生菌。活菌一號是中國兩代益生菌科研工匠40年心血打造,研製成功於2005年,又經歷11年的打磨,把安全 活性 含量 價效比都做到了極致。真正做到適合咱們中國人的益生菌。活菌一號採用固態發酵技術具有耐酸耐氧性,達到腸道存活率非常高,只有活性強含量高的益生菌才會效果好 益彤益生菌能...

銀川到阿拉善盟左旗,從銀川怎麼去阿拉善盟

駕車路線 全程約123.6公里 起點 銀川市 1.銀川市內駕車方案 1 從起點向正東方向出發,行駛140米,左轉進入人民廣場東街2 沿人民廣場東街行駛330米,左轉進入上海西路3 沿上海西路行駛1.4公里,左轉進入親水北大街4 沿親水北大街行駛560米,朝黃河路 南繞城方向,直行進入親水南大街 5 ...

卓盟上海汽車有限公司怎麼樣

卓盟 上海 汽車 是2018 10 16在上海市奉賢區註冊成立的有限責任公司 自然人投資或控股 註冊地址位於上海市奉賢區航南公路6666號1幢5層555室。卓盟 上海 汽車 的統一社會信用 註冊號是91310120ma1hq16k0u,企業法人劉文永,目前企業處於開業狀態。卓盟 上海 汽車 的經營範...