我还是比较喜欢用飞狐,选股测试很方便,不怎么会用通达信,这个指标对底部和顶部的判断有一定的帮助
强势:2,linethick2,colorff00ff; 较强:1.3,linethick1,color00ff00; v1:=llv(low,10); v2:=hhv(h,25); 警惕:3.1,linethick3,color00ffff; 走人:3.5,linethick2,color0000ff; 走势线:ema((c-v1)/(v2-v1)*4,4 ); 较低:0.3,linethick1,colorwhite; 底:0, linethick2, colorred ; 三线:c>ref(c,1) and cross(c,ma(c,5)) and cross(c,ma (c,10)) and cross(c,ma(c,20)),colorgreen; 四线:c>ref(c,1) and cross(c,ma(c,5)) and cross(c,ma (c,10)) and cross(c,ma(c,20)) and cross(c,ma(c,30)),coloryellow; 五线:c>ref(c,1) and cross(c,ma(c,5)) and cross(c,ma (c,10)) and cross(c,ma(c,20)) and cross(c,ma(c,30)) and cross(c,ma(c,40)),colorred; 六线:c>o and cross(c,ma(c,5)) and cross(c,ma(c,10)) and cross(c,ma(c,20)) and cross(c,ma(c,30))and cross(c,ma(c,40)) and cross(c,ma(c,60)) and slope(ma(c,60),2)>0,colorffff00;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文横扫之星帮助判断底部和顶部的公式下载 飞狐之星指标 源码仅供学习研究。