红买绿卖
n:=5;
m:=20;
做多能量线: sma((close-llv(low,n))/(hhv(high,n)-llv(low,n))*100,5,1)-0,colorred,linethick1;
做空能量线: sma((hhv(high,m)-close)/(hhv(high,m)-llv(low,m))*100,2,1),colorgreen,linethick1;
月均线:=ma(close,20);
季均线:=ma(close,60);
做多金叉:cross(做多能量线,做空能量线)*20,colorred;
做空死叉:cross(做空能量线,做多能量线)*20,colorgreen;
a:=ma(-100*(hhv(high,34)-close)/(hhv(high,34)-llv(low,34)),19);
b:=-100*(hhv(high,14)-close)/(hhv(high,14)-llv(low,14));
d:=ema(-100*(hhv(high,34)-close)/(hhv(high,34)-llv(low,34)),4);
长期线:=a+100;
短期线:=b+100;
中期线:=d+100;
见顶:=((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);
vertline(顶部,2),colorblue,linethick1;
var6:=ref(close,1);//www.goodgongshi.com
var7:=sma(max(close-var6,0),6,1)/sma(abs(close-var6),6,1)*100;
vertline(cross(84,var7),2),colorcyan,linethick1;
均势一:=(((((((((close + ref(close,1)) + ref(close,2)) + ref(close,3)) + ref(close,4)) + ref(close,5)) + ref(close,6)) + ref(close,7)) + ref(close,8)) / 9);
均势二:=((((close + ref(close,1)) + ref(close,2)) + ref(close,3)) / 4);
趋势一:=((((均势一 - ref(均势一,1)) / ref(均势一,1)) * 1000) + 50);
趋势二:=((((均势二 - ref(均势二,1)) / ref(均势二,1)) * 1000) + 50);
波段高位:=(cross(趋势一,趋势二) and (count((close > ref(high,1)),12) > 5));
vertline(波段高位,2),colorgreen,linethick1;
上一指标公式:我的疯牛指标公式详解 同花顺疯牛
下一指标公式:底部提醒指标公式详解 同花顺提醒
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文能量测顶红买绿卖指标公式详解 同花顺量测仅供学习研究。