参数:nn=20,n=2
rsv:=(close-llv(low,13))/(hhv(high,13)-llv(low,13))*100;
k:=sma(rsv,3,1);
d:=sma(k,3,1);
j:=3*k-2*d;
rsv12:=(close-llv(low,34))/(hhv(high,34)-llv(low,34))*100;
k12:=sma(rsv12,3,1);
d12:=sma(k12,3,1);
j12:=3*k12-2*d12;
rsv24:=(close-llv(low,55))/(hhv(high,55)-llv(low,55))*100;
k24:=sma(rsv24,3,1);
d24:=sma(k24,3,1);
j24:=3*k24-2*d24;
导航:ma(close,3);
支撑位:if(cross(j,j24),low,ref(low,barslast(cross(j,j24)))),linethick2,colorffff;
压力位:if(cross(j24,j),high,ref(high,barslast(cross(j24,j)))),linethick2,colorff;
u2l:=if(close>=ma(close,nn),80,50);
l2l:=if(close>=ma(close,nn),50,20);
rh1:=if(j<u2l and ref(j,1)>=u2l,hhv(ref(high,1),(barslast(j>=u2l and ref(j,1)<u2l))-1),ref(hhv(ref(high,1),(barslast(j>=u2l and ref(j,1)<u2l))-1),barslast(j<u2l and ref(j,1))));
rh4:=if(high>rh1,low,ref(low,barslast(high>rh1)));
rh42:=if(high>rh1,j,ref(j,barslast(high>rh1)));
rh5:if(high>rh4 and j<rh42 and j<j24,high,ref(high,barslast(high>rh4 and j<rh42 and j<j24))),colorff00;
rl1:=if(j>l2l and ref(j,1)<=l2l,llv(ref(low,1),(barslast(j<=l2l and ref(j,1)>l2l))-1),ref(llv(ref(low,1),(barslast(j<=l2l and ref(j,1)>l2l))-1),barslast(j>l2l and ref(j,1))));
rl4:=if(low<rl1,high,ref(high,barslast(low<rl1)));
rl42:=if(low<rl1,j,ref(j,barslast(low<rl1)));
rl5:if(low<rl4 and j>rl42 and j>j24,low,ref(low,barslast(low<rl4 and j>rl42 and j>j24))),colorff00ff;
cb:=amount/vol/100;
cd:=cb>high or cb<low;
stickline(cd<1,cb-0.002,cb+0.002,8,1),colorffff;
上一指标公式:正差关系公式 飞狐指标 源码
下一指标公式:机构动向公式 飞狐动向公式指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文FZK-KDJ主图公式 飞狐FZK指标 源码仅供学习研究。