//一根多空线 (飞狐)
drawgbk(c,colorrgb(36,68,36),colorrgb(100,100,100),1);
{k线}
kline(o,h,l,c,0);
{以下短线循环}
fxc8:=c;
ax8:=hhv(h,3);
bx8:=llv(l,3);
ax18:=ma(h,3+1);
bx18:=ma(l,3+1);
axx18:=ema(h,3+1);
bxx18:=ema(l,3+1);
hh8:=cross(c,ax18);
ll8:=cross(bx18,c);
arh8:=ref(h,1);
arl8:=ref(l,1);
axxx18:=ema(h,3);
bxxx18:=ema(l,3);
hl8:=h;
kk8:=h;
<%
vc8=ffl.vardata("fxc8")
last=ubound(vc8)
vhh8=ffl.vardata("hh8")
vll8=ffl.vardata("ll8")
vhl8=ffl.vardata("hl8")
vhk8=ffl.vardata("kk8")
vlk8=ffl.vardata("kk8")
vax18=ffl.vardata("ax18")
vbx18=ffl.vardata("bx18")
vrax18=ffl.vardata("axxx18")
vrbx18=ffl.vardata("bxxx18")
for i8=2 to last
vhh8(i8)=0
vll8(i8)=0
if vc8(i8-1) <= vax18(i8-1)andvc8(i8) > vax18(i8)then vhh8(i8)=1
if vc8(i8-1) >= vbx18(i8-1)andvc8(i8) < vbx18(i8) then vll8(i8)=1
next
for i8=2 to last
vhk8(i8)=0
vlk8(i8)=0
if vc8(i8-1) <= vrax18(i8-1)andvc8(i8) > vrax18(i8)then vhk8(i8)=1
if vc8(i8-1) >= vrbx18(i8-1)andvc8(i8) < vrbx18(i8) then vlk8(i8)=1
next
th8=0
tl8=0
kh8=0
kl8=0
for i8=1 to last
if vhh8(i8)=1 then
th8=1
tl8=0
end if
if th8=1 and tl8=0 then vhl8(i8)=1
if vll8(i8)=1 then
th8=0
tl8=1
end if
if tl8=1 and th8=0 then vhl8(i8)=0
next
for i8=1 to last
if vhk8(i8)=1 then
kh8=1
kl8=0
end if
if kh8=1 and kl8=0 then vhk8(i8)=1
if vlk8(i8)=1 then
kh8=0
kl8=1
end if
if kl8=1 and kh8=0 then vhk8(i8)=0
next
ffl.vardata("hl8")=vhl8
ffl.vardata("kk8")=vhk8
rem ffl.vardata("ll8")=vhl8
rem ffl.vardata("hh8")=vhl8
%>
mm:=if(hl8=1,bx8,ax8),linethick1,colorblue;
mm1:=if(hl8=1,bx18,ax18),linethick1,colorgreen;
转:(mm+mm1)/2,precision2,linethick1,colorgreen,linethick2;
partline(c>=转,转),precision2,linethick2,colormagenta;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文一根多空线短线公式下载 飞狐指标 源码仅供学习研究。