{缠k线}
variable:ckhigh= high,cklow=low,lckhi=high,lcklow=low,raise=close,down=close;
ckhigh:=high*0;
cklow:=ckhigh;
raise:=ckhigh;
down:=ckhigh;
for p=lbound(lckhi)+1 to ubound(lckhi) do begin
raise[p]:=lckhi[p]>lckhi[p-1] and lcklow[p]>lcklow[p-1] ;
down[p]:= lckhi[p]<lckhi[p-1] and lcklow[p]<lcklow[p-1] ;
if raise[p]=1 or down[p]=1 then begin
ckhigh[p]:=lckhi[p];
cklow[p]:=lcklow[p];
end;
else begin
if raise[p-1]=1 then begin
if lcklow[p]>lcklow[p-1] then
cklow[p]:=lcklow[p]
else
cklow[p]:=lcklow[p-1];
ckhigh[p] := if(lckhi[p]>lckhi[p-1], lckhi[p-1],lckhi[p]);
raise[p]:=1;
end;
else if down[p-1] then begin
cklow[p]:= if(lcklow[p]>lcklow[p-1],lcklow[p-1],lcklow[p]);
ckhigh[p]:= if(lckhi[p]<lckhi[p-1], lckhi[p],lckhi[p-1]);
down[p]:= 1;
end;
else begin
ckhigh[p]:=lckhi[p];
cklow[p]:=lcklow[p];
end ;
end
end;
stickline(raise, ckhigh , cklow , 5, 0 ), colorred;
stickline(down, ckhigh , cklow , 5, 1 ), colorgreen;
上一指标公式:千万要当心这种软件检查不到未来函数但有信号漂移公式 飞狐函数要当心指标 源码
下一指标公式:纵横股海自创抓板公式 飞狐公式源码指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文缠K线公式 飞狐指标 源码仅供学习研究。