指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:KD6窄立体移动15-周公式 飞狐KD6指标 源码
{晶红色表示k值>50,青色表示k值<50.}
k15:="kdj.k#min15";
k30:="kdj.k#min30";
k60:="kdj.k#min60";
kr :="kdj.k#day";
kz :="kdj.k#week" ;
p:=sysparam(1);
vertline(barpos=p-32),color00aaaa,linethick2;
vertline(barpos=p),color00aaaa,linethick2;
stickline(barpos=p-16,100,100,320,0),color00aaaa;
stickline(barpos=p-16,-80,-80,320,0),color00aaaa;
{}
stickline(barpos=p-28 and k15[p]>=50,0,k15[p],40,0),color008888;
stickline(barpos=p-28 and k15[p]>=50,0,k15[p],35,0),color008899;
stickline(barpos=p-28 and k15[p]>=50,0,k15[p],27,0),color0088aa;
stickline(barpos=p-28 and k15[p]>=50,0,k15[p],20,0),color0088bb;
stickline(barpos=p-28 and k15[p]>=50,0,k15[p],14,0),color0088cc;
stickline(barpos=p-28 and k15[p]>=50,0,k15[p],9,0),color0088dd;
stickline(barpos=p-28 and k15[p]>=50,0,k15[p],5,0),color0088ee;
stickline(barpos=p-28 and k15[p]>=50,0,k15[p],2,0),color0088ff;
stickline(barpos=p-28 and k15[p] <50,0,k15[p],40,0),colorff8800;
stickline(barpos=p-28 and k15[p] <50,0,k15[p],35,0),colorff9900;
stickline(barpos=p-28 and k15[p] <50,0,k15[p],27,0),colorffaa00;
stickline(barpos=p-28 and k15[p] <50,0,k15[p],20,0),colorffbb00;
stickline(barpos=p-28 and k15[p] <50,0,k15[p],14,0),colorffcc00;
stickline(barpos=p-28 and k15[p] <50,0,k15[p],9,0),colorffdd00;
stickline(barpos=p-28 and k15[p] <50,0,k15[p],5,0),colorffee00;
stickline(barpos=p-28 and k15[p] <50,0,k15[p],2,0),colorffff00;
stickline(barpos=p-22 and k30[p]>=50,0,k30[p],40,0),color008888;
stickline(barpos=p-22 and k30[p]>=50,0,k30[p],35,0),color008899;
stickline(barpos=p-22 and k30[p]>=50,0,k30[p],27,0),color0088aa;
stickline(barpos=p-22 and k30[p]>=50,0,k30[p],20,0),color0088bb;
stickline(barpos=p-22 and k30[p]>=50,0,k30[p],14,0),color0088cc;
stickline(barpos=p-22 and k30[p]>=50,0,k30[p],9,0),color0088dd;
stickline(barpos=p-22 and k30[p]>=50,0,k30[p],5,0),color0088ee;
stickline(barpos=p-22 and k30[p]>=50,0,k30[p],2,0),color0088ff;
stickline(barpos=p-22 and k30[p] <50,0,k30[p],40,0),colorff8800;
stickline(barpos=p-22 and k30[p] <50,0,k30[p],35,0),colorff9900;
stickline(barpos=p-22 and k30[p] <50,0,k30[p],27,0),colorffaa00;
stickline(barpos=p-22 and k30[p] <50,0,k30[p],20,0),colorffbb00;
stickline(barpos=p-22 and k30[p] <50,0,k30[p],14,0),colorffcc00;
stickline(barpos=p-22 and k30[p] <50,0,k30[p],9,0),colorffdd00;
stickline(barpos=p-22 and k30[p] <50,0,k30[p],5,0),colorffee00;
stickline(barpos=p-22 and k30[p] <50,0,k30[p],2,0),colorffff00;
stickline(barpos=p-16 and k60[p]>=50,0,k60[p],40,0),color008888;
stickline(barpos=p-16 and k60[p]>=50,0,k60[p],35,0),color008899;
stickline(barpos=p-16 and k60[p]>=50,0,k60[p],27,0),color0088aa;
stickline(barpos=p-16 and k60[p]>=50,0,k60[p],20,0),color0088bb;
stickline(barpos=p-16 and k60[p]>=50,0,k60[p],14,0),color0088cc;
stickline(barpos=p-16 and k60[p]>=50,0,k60[p],9,0),color0088dd;
stickline(barpos=p-16 and k60[p]>=50,0,k60[p],5,0),color0088eef;
stickline(barpos=p-16 and k60[p]>=50,0,k60[p],2,0),color0088ff;
stickline(barpos=p-16 and k60[p] <50,0,k60[p],40,0),colorff8800;
stickline(barpos=p-16 and k60[p] <50,0,k60[p],35,0),colorff9900;
stickline(barpos=p-16 and k60[p] <50,0,k60[p],27,0),colorffaa00;
stickline(barpos=p-16 and k60[p] <50,0,k60[p],20,0),colorffbb00;
stickline(barpos=p-16 and k60[p] <50,0,k60[p],14,0),colorffcc00;
stickline(barpos=p-16 and k60[p] <50,0,k60[p],9,0),colorffdd00;
stickline(barpos=p-16 and k60[p] <50,0,k60[p],5,0),colorffee00;
stickline(barpos=p-16 and k60[p] <50,0,k60[p],2,0),colorffff00;
stickline(barpos=p-10 and kr[p] >=50,0,kr[p] ,40,0),color008888;
stickline(barpos=p-10 and kr[p] >=50,0,kr[p] ,35,0),color008899;
stickline(barpos=p-10 and kr[p] >=50,0,kr[p] ,27,0),color0088aa;
stickline(barpos=p-10 and kr[p] >=50,0,kr[p] ,20,0),color0088bb;
stickline(barpos=p-10 and kr[p] >=50,0,kr[p] ,14,0),color0088cc;
stickline(barpos=p-10 and kr[p] >=50,0,kr[p] ,9,0),color0088dd;
stickline(barpos=p-10 and kr[p] >=50,0,kr[p] ,5,0),color0088ee;
stickline(barpos=p-10 and kr[p] >=50,0,kr[p] ,2,0),color0088ff;
stickline(barpos=p-10 and kr[p]<50,0,kr[p] ,40,0),colorff8800;
stickline(barpos=p-10 and kr[p]<50,0,kr[p] ,35,0),colorff9900;
stickline(barpos=p-10 and kr[p]<50,0,kr[p] ,27,0),colorffaa00;
stickline(barpos=p-10 and kr[p]<50,0,kr[p] ,20,0),colorffbb00;
stickline(barpos=p-10 and kr[p]<50,0,kr[p] ,14,0),colorffcc00;
stickline(barpos=p-10 and kr[p]<50,0,kr[p] ,9,0),colorffdd00;
stickline(barpos=p-10 and kr[p]<50,0,kr[p] ,5,0),colorffee00;
stickline(barpos=p-10 and kr[p]<50,0,kr[p] ,2,0),colorffff00;
stickline(barpos=p-4and kz[p] >=50,0,kz[p] ,40,0),color008888;
stickline(barpos=p-4and kz[p] >=50,0,kz[p] ,35,0),color008899;
stickline(barpos=p-4and kz[p] >=50,0,kz[p] ,27,0),color0088aa;
stickline(barpos=p-4and kz[p] >=50,0,kz[p] ,20,0),color0088bb;
stickline(barpos=p-4and kz[p] >=50,0,kz[p] ,14,0),color0088cc;
stickline(barpos=p-4and kz[p] >=50,0,kz[p] ,9,0),color0088dd;
stickline(barpos=p-4and kz[p] >=50,0,kz[p] ,5,0),color0088ee;
stickline(barpos=p-4and kz[p] >=50,0,kz[p] ,2,0),color0088ff;
stickline(barpos=p-4and kz[p]<50,0,kz[p] ,40,0),colorff8800;
stickline(barpos=p-4and kz[p]<50,0,kz[p] ,35,0),colorff9900;
stickline(barpos=p-4and kz[p]<50,0,kz[p] ,27,0),colorffaa00;
stickline(barpos=p-4and kz[p]<50,0,kz[p] ,20,0),colorffbb00;
stickline(barpos=p-4and kz[p]<50,0,kz[p] ,14,0),colorffcc00;
stickline(barpos=p-4and kz[p]<50,0,kz[p] ,9,0),colorffdd00;
stickline(barpos=p-4and kz[p]<50,0,kz[p] ,5,0),colorffee00;
stickline(barpos=p-4and kz[p]<50,0,kz[p] ,2,0),colorffff00;
{}
drawtext(barpos=p-30,-14,'k15\n'+numtostr(k15[p],2)),colorwhite;
drawtext(barpos=p-24,-14,'k30\n'+numtostr(k30[p],2)),colorwhite;
drawtext(barpos=p-18,-14,'k60\n'+numtostr(k60[p],2)),colorwhite;
drawtext(barpos=p-12,-14,'kr\n' +numtostr(kr[p] ,2)),colorwhite;
drawtext(barpos=p-6 ,-14,'kz\n' +numtostr(kz[p] ,2)),colorwhite;
{}
>>>使用本站搜索工具可以找到更多“KD6窄立体移动15-周公式 飞狐KD6指标 源码”