飞狐凤翔三重MACD副图指标
源码
{《凤翔三重MACD》} DIFF8 := EMA(CLOSE,25) - EMA(CLOSE,65),POINTDOT,LINETHICK2; DEA8 := EMA(DIFF8,45),POINTDOT,LINETHICK2; MACD8 := 2*(DIFF8-DEA8), COLORSTICK; FILLRGN(diff8>=dea8,diff8,dea8),Color006CCC; FILLRGN(diff8<dea8,diff8,dea8)colorblue; FILLRGN(diff8<ref(diff8,1) and macd8>0,diff8,dea8),Color003C76; DIFF :=EMA(CLOSE,12) - EMA(CLOSE,26),coloryellow,linethick2; DEA := EMA(DIFF,9)colorGREEN,linethick2; MACD : 2*(DIFF-DEA), COLORSTICK,linethick1; stickline(macd<ref(macd,1) and diff>dea,macd,0,1,0),Colorred; stickline(macd>ref(macd,1) and diff>dea,macd,0,7,0),COLORRED; stickline(macd>ref(macd,1) and diff>dea,macd,0,1,0),coloryellow; stickline(DIFF>DEA and macd<ref(macd,1) ,macd,0,6,0),ColorE500DD; stickline(DIFF>DEA and macd<ref(macd,1),macd,0,1,0),Coloryellow; stickline(DIFF<DEA ,macd,0,5,0),Color005B0C; stickline(DIFF<DEA ,macd,0,1,0),Color848284; stickline(DIFF<DEA and macd>ref(macd,1) ,macd,0,5,0),Color7BA600; stickline(DIFF<DEA and macd>ref(macd,1),macd,0,1,0),Colordddddd; DIFFs : EMA(CLOSE,5) - EMA(CLOSE,12)colorwhite,linethick1; DEAs : EMA(DIFFs,4)colorgreen,linethick1; MACDs := 2*(DIFFs-DEAs), COLORSTICK,linethick1; drawicon(cross(dea8,diff8),dea8,3); drawicon(cross(diff8,dea8),dea8,1); DRAWTEXT(cross(diff,dea) and macd8>0 and diffs>deas,dea,'--卧槽马')colorgreen; {猎豹出击} a2:=(CLOSE/REF(CLOSE,1)-1)*100; a3:=AMOUNT/FINANCE(7)/1000; {a2/a3;} a4:=INDEXC/ref(indexc,1); drawtext(a2/a4>9.5,DIFF8,'--猎豹出击'),coloryellow; {猎鹰出击} 出击:=((C-O)/REF(C,1)),colormagenta; drawtext(cross(出击,0.09) or 出击>0.09,dea8,'--猎鹰出击')coloryellow;;
移动端首页 | PC端
© by gszx.com.cn Mobile Web
飞狐凤翔三重MACD副图指标
源码
{《凤翔三重MACD》} := EMA(DIFF8,45),POINTDOT,LINETHICK2; := EMA(DIFF,9)colorGREEN,linethick2; macd<ref(macd,1) ,macd,0,6,0),ColorE500DD; macd>ref(macd,1) ,macd,0,5,0),Color7BA600; : EMA(DIFFs,4)colorgreen,linethick1;
DIFF8 := EMA(CLOSE,25) - EMA(CLOSE,65),POINTDOT,LINETHICK2;
DEA8
MACD8 := 2*(DIFF8-DEA8), COLORSTICK;
FILLRGN(diff8>=dea8,diff8,dea8),Color006CCC;
FILLRGN(diff8<dea8,diff8,dea8)colorblue;
FILLRGN(diff8<ref(diff8,1) and macd8>0,diff8,dea8),Color003C76;
DIFF :=EMA(CLOSE,12) - EMA(CLOSE,26),coloryellow,linethick2;
DEA
MACD : 2*(DIFF-DEA), COLORSTICK,linethick1;
stickline(macd<ref(macd,1) and diff>dea,macd,0,1,0),Colorred;
stickline(macd>ref(macd,1) and diff>dea,macd,0,7,0),COLORRED;
stickline(macd>ref(macd,1) and diff>dea,macd,0,1,0),coloryellow;
stickline(DIFF>DEA and
stickline(DIFF>DEA and macd<ref(macd,1),macd,0,1,0),Coloryellow;
stickline(DIFF<DEA ,macd,0,5,0),Color005B0C;
stickline(DIFF<DEA ,macd,0,1,0),Color848284;
stickline(DIFF<DEA and
stickline(DIFF<DEA and macd>ref(macd,1),macd,0,1,0),Colordddddd;
DIFFs : EMA(CLOSE,5) - EMA(CLOSE,12)colorwhite,linethick1;
DEAs
MACDs := 2*(DIFFs-DEAs), COLORSTICK,linethick1;
drawicon(cross(dea8,diff8),dea8,3);
drawicon(cross(diff8,dea8),dea8,1);
DRAWTEXT(cross(diff,dea) and macd8>0 and diffs>deas,dea,'--卧槽马')colorgreen;
{猎豹出击}
a2:=(CLOSE/REF(CLOSE,1)-1)*100;
a3:=AMOUNT/FINANCE(7)/1000;
{a2/a3;}
a4:=INDEXC/ref(indexc,1);
drawtext(a2/a4>9.5,DIFF8,'--猎豹出击'),coloryellow;
{猎鹰出击}
出击:=((C-O)/REF(C,1)),colormagenta;
drawtext(cross(出击,0.09) or 出击>0.09,dea8,'--猎鹰出击')coloryellow;;