你好,游客 登录 注册 搜索
主图指标公式 的搜索结果
N:=5;
P:=2;
MID : MA(CLOSE,N),colorwhite;
UPPER: MID + P*STD(CLOSE,N),coloryellow,linethick2;
LOWER: MID - P*STD(CLOSE,N),colorFF00FF,linethick2;
MID1: MA(CLOSE,26),color006699,linethick2;
stickline(MID1>ref(MID1,1)
http://www.2967.com.cn/n20479c3.aspx
a:=(3*c+l+o+h)/6;
b:(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*re
http://www.2967.com.cn/n20477c3.aspx
VAR1:=(100 - ((90 * (HHV(HIGH,21) - CLOSE)) /
(HHV(HIGH,21) - LLV(LOW,21))));
VAR2:=(100 - ((90 * (HHV(HIGH,21) - CLOSE)) /
(HHV(HIGH,21) - LLV(LOW,21))));
VAR3:=(100 - MA(((100 * (HHV(HIGH,6) - CLOSE)) /
(HHV(HIGH,6) - LLV(L
http://www.2967.com.cn/n20474c3.aspx
a:=maxcyc;
上成本:1.1*a,color00ff00;
下成本:0.91*a,color00ff00;
牛熊线:a,colorwhite,pointdot;
stickline(a>ref(a,1),a,ref(a,1),4,0),colorred;
stickline(a<=ref(a,1),a,ref(a,1),4,0),color00ff00;
获利线:1.21*a,coloryellow,linethi
http://www.2967.com.cn/n20473c3.aspx
obv:=SUM(IF(CLOSE>REF(CLOSE,1),VOL,IF(CLOSE<REF(CLOSE,1),-VOL,0)),0),;
ma1:ema(obv,1),LINETHICK2;
ma5:ema(obv,5);
ma10:ema(obv,10);
ma20:ema(obv,20);
ma30:ema(obv,30);
ma60:ema(obv,60);
DRAWICON(CROSS(MA1,MA
http://www.2967.com.cn/n20471c3.aspx
{ N,1,100,30 M,1,300,95}
input:n(30,1,100,1),m(95,1,300,1);
Var1:=AMOUNT/VOL/100;
庄家运作成本: MA(CLOSE,18),colorwhite;
庄家平均成本: EMA(EMA(Var1,2),N),color00ff00;
庄家底仓成本: EMA(EMA(Var1,13),M),colorblue;
无穷成本均线: DMA(CLOSE,VOL/CAP
http://www.2967.com.cn/n20470c3.aspx
M:=88;
N1:=6;
VAR0a:=EMA(EMA(EMA(CLOSE,2),2),2);MA13:(MA(VAR0a,13)*0.99);(MA(VAR0a,13)*0.999);
TLAMSENR:=MAX(MAX((HIGH-LOW),ABS((REF(CLOSE,1)-HIGH))),ABS((REF(CLOSE,1)-LOW)));
ATR:=MA(TLAMSENR,13);VAR1a:=(REF(CLOSE,1)-REF(ATR,1));
http://www.2967.com.cn/n20468c3.aspx
IF BARSTATUS=2 then
DRAWTEXTREL(20,20,'☆短线看牛熊。 '),colormagenta;
DRAWTEXTREL(20,80,'☆长线有云持股,无云休息。 '),colormagenta;
DRAWTEXTREL(20,140,'☆数字不变不要动! '),COLOR0055FF;
DRAWTEXTREL(20,200,'☆数字变大我高兴!数字变小多考虑! '),COLOR0055FF;
IF BARSTATU
http://www.2967.com.cn/n20467c3.aspx
h0:=h;
(h0+ema(h0,2)+ema(h0,4))/3,colorred;
(ema(h0,2)+ema(h0,3)+ema(h0,4))/3,colorred;
(ema(h0,3)+ema(h0,4)+ema(h0,5))/3,colorred;
(ema(h0,4)+ema(h0,5)+ema(h0,7))/3,colorred;
(ema(h0,5)+ema(h0,7)+ema(h0,8))/3,colorred;
http://www.2967.com.cn/n20466c3.aspx
短线:=EMA(CLOSE,5);
趋势线:EMA(CLOSE,10),LINETHICK2,colorFFF000;
重心线:EMA(CLOSE,30),LINETHICK2,COLORYELLOW;
PARTLINE(((短线 > 趋势线) ),趋势线),LINETHICK2,colorFFFFFF;
PARTLINE(((趋势线 > 短线) ),趋势线),LINETHICK2,colorFFFF00;
http://www.2967.com.cn/n20463c3.aspx
平衡:EMA(C,20),CIRCLEDOT,COLORWHITE;
上轨:平衡 + 2*STD(C,20),LINETHICK2,COLORFF00FF;
下轨:平衡 - 2*STD(C,20),LINETHICK2,COLOR00FF00;
STICKLINE((CLOSE >平衡),平衡,平衡,1,0),LINETHICK6,COLOR0000FF;
STICKLINE((平衡 > CLOSE),平衡,平衡,1,0),LINETHICK6,
http://www.2967.com.cn/n20460c3.aspx
a0:=sum(v,0)/barpos;
a1:=v/a0;
a2:=a1/ref(a1,1);
a3:=1.3*a2*a1;
stickline(c>0,h,l,8,0),colorblack,LAYER7;
stickline(c>=o,l,h,0.1,0),Color6500dd;
stickline(c>= o and a2>1,o,c,a3,0),Color6500dd;
sticklin
http://www.2967.com.cn/n20459c3.aspx
dc0:=max(0.01*amount/v,max(c,o));
dc1:ma(dc0,5),COLORFFC010,LAYER7;
dc2:ema(dc1,3),COLORFFC010,LAYER7;
dc3:ema(dc2,3) ,COLORFFC010,LAYER7;
dc4:ema(dc3,3),COLORFFC010,LAYER7;
dc5:ema(dc4,3),COLORFFC010,LAYER7;
dc6:ema(dc
http://www.2967.com.cn/n20456c3.aspx
VAR0:=BKNAME;
DRAWTEXTABS(10,2,STKLABEL + ' ' + STKNAME + ' ' + VAR0),COLORYELLOW;
VAR1:='◆ 大事提醒 ◆ ';
VAR2:='时间';
VAR3:=F10FIND(VAR2,F10FIND(VAR1,1)) + 80;
DRAWTEXTABS(0,25,'' + F10TEXT(VAR3,80)),COLORYELLOW;
VAR4:='时间
http://www.2967.com.cn/n20455c3.aspx
stickline(c>=o ,H,L,1,0),COLOR0000ff,LAYER5;
stickline(C>=o ,o,C,7.8,0),COLOR0000ff,LAYER5;
stickline(C<=o ,H,L,1,0),Color00ff00,LAYER5;
stickline(C<=o ,o,C,7.8,0),Color00ff00,LAYER5;
tx1:=2*ref(ma(c,5),1)-ma(c,10);
http://www.2967.com.cn/n20450c3.aspx
DRAWGBK(c>0),color000000;
AAA:=MA(CLOSE,17)+ABS(MA(CLOSE,17)-REF(MA(CLOSE,17),1));
BBB:=MA(CLOSE,17)+MA(CLOSE,17)-REF(MA(CLOSE,17),1);
CCC:=IF(MA(CLOSE,17)<=BBB,BBB,MA(CLOSE,17));
FFF:=CCC-(ema(C,3)-CCC);
DDD:=CCC>=F
http://www.2967.com.cn/n20449c3.aspx
DRAWGBK(c>0),color001111;
DRAWTEXTABS(12,8, '所属板块: '+BKNAME),Color888888;
DRAWTEXTABS(12,21,'每股收益: '+NUMTOSTRN(FINANCE2(3),2)+'元 '+' 市盈率:'+NUMTOSTRN(DYNAINFO(39),1)+'倍 '+' 每股公积金:'+NUMTOSTRN(FINANCE2(7),2)+'元'),Color888888;
DRAWTEXTABS
http://www.2967.com.cn/n20447c3.aspx
上:=(SMA(HIGH,21,2) * 1.05);
DRAWTEXT(FILTER(((((CLOSE < REF(CLOSE,1)) AND (CLOSE < REF(CLOSE,1))) AND (HIGH > 上)) AND (CLOSE < 上)),5),(HIGH + 0.05),'-减仓'),colorFFFFFF;
下轨道:(SMA(LOW,21,2) * 0.969),POINTDOT,color00FFFF;
BMA:=MA
http://www.2967.com.cn/n20446c3.aspx
DRAWGBK(c>=0),Color2B5516;平衡:EMA(C,20),CIRCLEDOT,COLORwhite;
上轨:平衡 + 2*STD(C,20),LINETHICK2,COLORFF00FF;
下轨:平衡 - 2*STD(C,20),LINETHICK2,COLOR00ff00;
STICKLINE((CLOSE >平衡),平衡,平衡,1,0),LINETHICK6,color0000ff;
STICKLINE((平衡
http://www.2967.com.cn/n20445c3.aspx
TY:=C;
AA1:=REF(TY,10)=HHV(TY,2*10+1); B1:=FILTER(AA1,10); C1:=BACKSET(B1,10+1); HD:=FILTER(C1,10);
AA2:=REF(TY,10)=LLV(TY,2*10+1); B2:=FILTER(AA2,10); C2:=BACKSET(B2,10+1); LD:=FILTER(C2,10);
AB:=REF(C,BARSLAST(HD));
ZDF:=(C-REF(C
http://www.2967.com.cn/n20439c3.aspx