飞狐超级牛熊神奇副图指标
-
相关简介:飞狐超级牛熊神奇副图指标 源码 p1:=5; p2:=13; p3:=21; p4:=34; P5:=62; P6:=120; P7:=256; MA5日: MA(CLOSE,P1); MA13日: MA(CLOSE,P2); MA21日: MA(CLOSE,P3); MA34日: MA(CLOSE,P4); MA62日: MA(CLOSE,P5); MA120日: MA(CLOSE,P6); MA256日: MA(CLOSE,P7); v1:=ma(c,5),color00ffff; DIFF
-
文章来源:公式网 发布时间:2016-05-31浏览次数:
飞狐超级牛熊神奇副图指标
源码
p1:=5;
p2:=13;
p3:=21;
p4:=34;
P5:=62;
P6:=120;
P7:=256;
MA5日: MA(CLOSE,P1);
MA13日: MA(CLOSE,P2);
MA21日: MA(CLOSE,P3);
MA34日: MA(CLOSE,P4);
MA62日: MA(CLOSE,P5);
MA120日: MA(CLOSE,P6);
MA256日: MA(CLOSE,P7);
v1:=ma(c,5),color00ffff;
DIFF := EMA(CLOSE,12) - EMA(CLOSE,26);
DEA := EMA(DIFF,27);
MACD := 2*(DIFF-DEA);
r1:=cross(diff,dea);
r2:=macd>ref(macd,1);
r3:=ma(c,5)>=ma(c,10);
r4:=ma(v,5)>=ma(v,34);
r5:=v
r7:=ma(c,10)>ma(c,30);
r8:=ma(c,30)>ref(ma(c,30),1);
买入:STICKLINE(r1 and r2 and r3 and r4 and r5 and
r6,v1,v1+0.5,8,0),colorf0f000;
drawtext(r1 and r2 and r3 and r4 and r5 and
r6,v1+1.2,'★'),colorf00ff0;
RSV:= (HHV(HIGH,36)-CLOSE)/(HHV(HIGH,36)-LLV(LOW,36))*100;
LWR1:=SMA(RSV,5,1);
LWR2:=


现在就去充值积分
加入VIP可下载100以下的所有资源