长、中、短期趋势显示,便于用户明确股价当前走势的状况。顶部的红色区域和底部的蓝绿色区域用于用户识别股价走势的高低和超买超卖情况。最底部的绿色方块显示阶段性底部,出现的红点意味短线抄底信号;而顶部的红色方框表示阶段性头部区域提示用户要谨慎。用户使用时以黄色的中期趋势线为主要的判断依据,结合灰色短期线和红色长期线把握买卖点,当长期趋势线向上时尽量选择短期线回调时进场,反之要注意高抛止赢止损。可作为操盘线的有效辅助判断工具。
具体的使用方法并不复杂,作为一个辅助指标应与操盘线结合使用。用法的要点如下:
1) 3条曲线的多空头排列,类似均线系统,可以确认bs点买卖信号。
2) 3条曲线的方向分别表明了当前股价的短中长期运动趋势。
3) 3条曲线的位置,超买超卖现象类似摆动指标(20以下为超卖,80以上超买)。某些情况下有底部、抄底买点和风险区域信号提示,方便用户了解当前股价状态。
4) 中长期曲线的顶底部背离特征,用法类似传统指标。
horline(1,20,2,80,),colorgreen;
horline(1,90,100),colorred;
horline(1,80,2,90),coloryellow;
horline(1,10,20),colorblue;
horline(1,50,2,10),colorgray;
b:= 100*(close-hhv(high,14))/(hhv(high,14)-llv(low,14));
d:= ema(100*(close-hhv(high,34))/(hhv(high,34)-llv(low,34)),4);
a:= ma(100*(close-hhv(high,34))/(hhv(high,34)-llv(low,34)),19);
短期线: b+100,color888888;
中期线: d+100,coloryellow;
长期线: a+100,color9900ff;
落差:=短期线-ref(短期线,1);
斜率:=落差/ref(落差,1);
见顶:(ref(中期线,1)>85 and ref(短期线,1)>85 and ref(长期线,1)>65) and cross(长期线,短期线);
顶部区域:(中期线<ref(中期线,1) and ref(中期线,1)>80) and (ref(短期线,1)>95 or ref(短期线,2)>95 ) and 长期线>60 and 短期线<83.5 and 短期线<中期线 and 短期线<长期线+4;
顶部:=filter(顶部区域,4);//www.goodgongshi.com
底部区域:(长期线<12 and 中期线<8 and (短期线<7.2 or ref(短期线,1)<5) and (中期线>ref(中期线,1) or 短期线>ref(短期线,1))) or (长期线<8 and 中期线<7 and 短期线<15 and 短期线>ref(短期线,1)) or (长期线<10 and 中期线<7 and 短期线<1) ;
stickline(顶部,99,103,20,1),colorred,linethick2;
stickline( 底部区域,-4,0,22,0),colorgreen;
低位金叉:长期线<15 and ref(长期线,1)<15 and 中期线<18 and 短期线>ref(短期线,1) and cross(短期线,长期线) and 短期线>中期线 and (ref(短期线,1)<5 or ref(短期线,2)<5) and (中期线>=长期线 or ref( 短期线,1)<1 );
stickline( 低位金叉,0,5,11,0),colorred;
drawicon((cross(短期线,10) and cross(短期线,中期线)) or (ref(cross(短期线,10),1) and cross(短期线,中期线) or (cross(短期线,20) and cross(短期线,中期线)) or (ref(短期线,1)<20 and cross(短期线,中期线)))and (长期线<60 or 长期线>64),短期线,9);///燃点;
drawicon(((ref(cross(短期线,中期线),4)and cross(短期线,长期线)) or (ref(cross(短期线,中期线),3)and cross(短期线,长期线)) or (ref(cross(短期线,中期线),1)and cross(短期线,长期线)) or (ref(cross(短期线,中期线),2) and cross(短期线,长期线)) or(短期线>ref(短期线,1) and ref(短期线,1)<ref(短期线,2) and 短期线>中期线 and 短期线<长期线 and 中期线>ref(中期线,1)and ref(中期线,1)>ref(中期线,3) and 长期线<35) or (cross(短期线,中期线) and cross(短期线,长期线))) and 中期线<长期线 and 长期线<50,短期线,5);///黄金三角;
drawicon((中期线>ref(中期线,1) and ref(中期线,1)>ref(中期线,2)) or(中期线<ref(中期线,1) and ref(中期线,1)>ref(中期线,2)or (中期线>ref(中期线,1)and ref(中期线,1)<ref(中期线,2))) and 短期线>长期线 and 长期线>中期线 and 中期线<60 and 长期线<60 and 长期线-中期线<7,中期线,26);///精准发力;
drawicon(短期线>ref(短期线,1) and ref(短期线,1)<ref(短期线,2) and 中期线>ref(中期线,1) and 中期线<55 and 中期线>25 and 长期线>ref(长期线,1) and ref(长期线,1)>ref(长期线,2) and ref(短期线,1)<70 and 长期线>8 and 长期线<80 ,短期线,25);///短期线只做火焰山;
drawicon(长期线>24 and 长期线<75 and 长期线>ref(长期线,1) and 短期线>ref(短期线,1) and ref(短期线,1)<ref(短期线,2) and ref(短期线,1)<20,短期线,24);///蓝宝石长期线趋势向上位置中游但是前面黄线不能做头;
drawicon(长期线>65 and 中期线>45 and 短期线>ref(短期线,1) and ref(短期线,1)<ref(短期线,2) and ref(短期线,1)<20,短期线,27);///短线超跌;
drawicon(短期线<40 and ((斜率>0 and 斜率<0.4) or 短期线>ref(短期线,1)and ref(短期线,1)<ref(短期线,2)),短期线*0.66,1);///反应迅速与最接近黄线的是真实的;
///以下卖点;
drawicon(短期线<ref(短期线,1) and ref(短期线,1)>ref(短期线,2) and ref(短期线,1)>80 or cross(短期线,98),90,15);///短线触顶;
drawicon(cross(中期线,短期线) and ref(短期线,1)>80 and 中期线>80,90,2);///短中死叉;
drawicon(cross(长期线,中期线) and 长期线>60,90,6);///走空了没戏了;
drawicon(短期线>50 and 短期线>中期线 and 短期线>长期线 and 短期线>ref(短期线,1) and ref(短期线,1)>ref(短期线,2) and 斜率>0 and 斜率<0.6,短期线,8);///短期线的斜率变化;
上一指标公式:仓位与资金指标详解 同花顺仓位
下一指标公式:KD三周期指标详解 同花顺周期
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文趋势顶底概念指标详解 同花顺概念仅供学习研究。