最短的短线趋势指标,可以清楚的看出短线运行趋势!
低位又缩量,底部已来到,高位不放量,安全有保障。:strleft('红买绿卖',18),coloryellow;
rsv:=(close-llv(low,7))/(hhv(high,7)-llv(low,7))*100;
操作线:sma(rsv,3,1),colorff00ff,linethick1;
趋势线:sma(操作线,3,1),color00ff00,linethick1;
partline(操作线,操作线<=趋势线,rgb(0,255,0),1,rgb(255,0,0)),linethick2;
partline(趋势线,操作线<=趋势线,rgb(0,255,255),1,rgb(255,0,255)),linethick2;
买卖差:=操作线-趋势线;//www.goodgongshi.com
stickline(买卖差>=0,(操作线-买卖差*0.05),(操作线-买卖差*0.15),3,0) ,color00ffff;
stickline(买卖差>=0,(操作线-买卖差*0.2),(操作线-买卖差*0.35),3,0) ,color00ccff;
stickline(买卖差>=0,(操作线-买卖差*0.4),(操作线-买卖差*0.55),3,0) ,color0099ff;
stickline(买卖差>=0,(操作线-买卖差*0.6),(操作线-买卖差*0.75),3,0) ,color0066ff;
stickline(买卖差>=0,(操作线-买卖差*0.8),(操作线-买卖差*0.95),3,0) ,color0000cc;
stickline(买卖差<0,(趋势线+买卖差*0.05),(趋势线+买卖差*0.15),3,0) ,color006600;
stickline(买卖差<0,(趋势线+买卖差*0.2),(趋势线+买卖差*0.35),3,0) ,color009900;
stickline(买卖差<0,(趋势线+买卖差*0.4),(趋势线+买卖差*0.55),3,0) ,color00cc00;
stickline(买卖差<0,(趋势线+买卖差*0.6),(趋势线+买卖差*0.75),3,0) ,color00ff00;
stickline(买卖差<0,(趋势线+买卖差*0.8),(趋势线+买卖差*0.95),3,0) ,color66ff00;
超卖:=20,colorwhite;
超买:=80,colorblue;
vc:=(2*c+h+l)/4;
vd:=llv(l,34);
ve:=hhv(h,34);
vf:=llv(l,21);
v10:=hhv(h,21);
v11:=ema((vc-vf)/(v10-vd)*100,5);
v12:=ema((vc-vd)/(ve-vd)*100,8);
v13:=ema(v12,5);
stickline(v12>0 and (v12-v13)>=0 ,80 ,78 ,6 ,0 ),colorff00ff;
stickline(v12>0 and (v12-v13)<0 ,80 ,78 ,6 ,1 ),color00ff00;
stickline(v12>0 and (v12-v13)>=0 ,20 ,18 ,6 ,0 ),colorff00ff;
stickline(v12>0 and (v12-v13)<0 ,20 ,18 ,6 ,1 ),color00ff00;
n=50.0000000009,1.0000000009,100.0000000009,1;
m1=5.0000000009,1.0000000009,40.0000000009,1;
m2=10.0000000009,1.0000000009,40.0000000009,1;
lg=240.0000000009,1.0000000009,2300.0000000008999,1;
n54=12.0000000009,1.0000000009,5000.0000000009004,1;
rsv=(close-llv(low,n))/(hhv(high,n)-llv(low,n))*100;
a=sma(rsv,m1,1);
b=sma(a,m2,1);
e=3*a-2*b;
kkk:=100;
k:=ma(a,3);
d:=ma(b,3);
j:=ma(e,3);
varb1:=zig(3,96/n54);
乌云:if( ref(varb1,2)<ref(varb1,1) and varb1<ref(varb1,1),75,100),colorff8000,linethick3;
卖出:if( ref(varb1,2)<ref(varb1,1) and varb1<ref(varb1,1),75,100),colorwhite,linethick1;
drawicon(ref(varb1,2)<ref(varb1,1) and varb1<ref(varb1,1),73,"sell");
猎豹: if(ref(varb1,2)>ref(varb1,1) and varb1>ref(varb1,1),25,0),color8000ff,linethick3;
买入: if(ref(varb1,2)>ref(varb1,1) and varb1>ref(varb1,1),25,0),coloryellow,linethick1;
drawicon(ref(varb1,2)>ref(varb1,1) and varb1>ref(varb1,1),28,"buy");
var1:=ref(low,1);
var2:=sma(abs(low-var1),3,1)/sma(max(low-var1,0),3,1)*100;
var3:=ema(if(close*1.2,var2*10,var2/10),3);
var4:=llv(low,5);
var5:=hhv(var3,5);
var6:=if(llv(low,15),1,0);
var7:=ema(if(low<=var4,(var3+var5*2)/2,0),3)/618*var6;
var8:=((c-llv(l,21))/(hhv(h,21)-llv(l,21)))*100;
var9:=sma(var8,13,8);
资金流向:=var7/2,colorff00ff;
stickline(资金流向>0 and 资金流向<ref(资金流向,1),-资金流向,0,9,0),color930093;
stickline(资金流向>0 and 资金流向<ref(资金流向,1),-资金流向,0,8,0),color930093;
stickline(资金流向>0 and 资金流向<ref(资金流向,1),-资金流向,0,7,0),colorae00ae;
stickline(资金流向>0 and 资金流向<ref(资金流向,1),-资金流向,0,6,0),colord200d2;
stickline(资金流向>0 and 资金流向<ref(资金流向,1),-资金流向,0,5,0),colore800e8;
stickline(资金流向>0 and 资金流向<ref(资金流向,1),-资金流向,0,4,0),colorff00ff;
stickline(资金流向>0 and 资金流向<ref(资金流向,1),-资金流向,0,3,0),colorff44ff;
stickline(资金流向>0 and 资金流向<ref(资金流向,1),-资金流向,0,2,0),colorff77ff;
stickline(资金流向>0 and 资金流向<ref(资金流向,1),-资金流向,0,1,0),colorff8eff;
stickline(资金流向>0 and 资金流向>=ref(资金流向,1),-资金流向,0,9,0),colore30000;
stickline(资金流向>0 and 资金流向>=ref(资金流向,1),-资金流向,0,8,0),color006000;
stickline(资金流向>0 and 资金流向>=ref(资金流向,1),-资金流向,0,7,0),colorff2828;
stickline(资金流向>0 and 资金流向>=ref(资金流向,1),-资金流向,0,6,0),colorff8000;
stickline(资金流向>0 and 资金流向>=ref(资金流向,1),-资金流向,0,5,0),colorffff00;
stickline(资金流向>0 and 资金流向>=ref(资金流向,1),-资金流向,0,4,0),colorffffa6;
stickline(资金流向>0 and 资金流向>=ref(资金流向,1),-资金流向,0,3,0),color53ff53;
stickline(资金流向>0 and 资金流向>=ref(资金流向,1),-资金流向,0,2,0),colorbbffbb;
stickline(资金流向>0 and 资金流向>=ref(资金流向,1),-资金流向,0,1,0),colorceffce;
var21:=sma(abs(high-var1),13,1)/sma(min(high-var1,0),38,1);
var31:=ema(var21,5);
var41:=hhv(high,10);
var51:=ema(if(high>=var41,var31,0),3)/100;
拉高出货:=-var51,linethick1,colorblue;
stickline(拉高出货<ref(拉高出货,1) and 拉高出货>0,0,拉高出货,9,0),color009100;
stickline(拉高出货<ref(拉高出货,1) and 拉高出货>0,0,拉高出货,8,0),color00a600;
stickline(拉高出货<ref(拉高出货,1) and 拉高出货>0,0,拉高出货,7,0),color00bb00;
stickline(拉高出货<ref(拉高出货,1) and 拉高出货>0,0,拉高出货,6,0),color00db00;
stickline(拉高出货<ref(拉高出货,1) and 拉高出货>0,0,拉高出货,5,0),color00ec00;
stickline(拉高出货<ref(拉高出货,1) and 拉高出货>0,0,拉高出货,4,0),color28ff28;
stickline(拉高出货<ref(拉高出货,1) and 拉高出货>0,0,拉高出货,3,0),color53ff53;
stickline(拉高出货<ref(拉高出货,1) and 拉高出货>0,0,拉高出货,2,0),color79ff79;
stickline(拉高出货<ref(拉高出货,1) and 拉高出货>0,0,拉高出货,1,0),color93ff93;
stickline(拉高出货>ref(拉高出货,1) and 拉高出货>0,0,拉高出货,9,0),colorae00ae;
stickline(拉高出货>ref(拉高出货,1) and 拉高出货>0,0,拉高出货,8,0),colord200d2;
stickline(拉高出货>ref(拉高出货,1) and 拉高出货>0,0,拉高出货,7,0),colore800e8;
stickline(拉高出货>ref(拉高出货,1) and 拉高出货>0,0,拉高出货,6,0),colorff00ff;
stickline(拉高出货>ref(拉高出货,1) and 拉高出货>0,0,拉高出货,5,0),colorff44ff;
stickline(拉高出货>ref(拉高出货,1) and 拉高出货>0,0,拉高出货,4,0),colorff77ff;
stickline(拉高出货>ref(拉高出货,1) and 拉高出货>0,0,拉高出货,3,0),colorff8eff;
stickline(拉高出货>ref(拉高出货,1) and 拉高出货>0,0,拉高出货,2,0),colorffa6ff;
stickline(拉高出货>ref(拉高出货,1) and 拉高出货>0,0,拉高出货,1,0),colorffbfff;
上一指标公式:抄底GYX指标公式详解 同花顺抄底
下一指标公式:底部指标公式详解 同花顺
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文短趋势最短的短线趋势指标公式详解 同花顺趋势仅供学习研究。