指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:RJW短线公式 飞狐RJW指标 源码
rjw短线
n:=9;
n1:=5;
n2:=6;
m1:=3;
m2:=3;
lc := ref(close,1);
rsi:sma(max(close-lc,0),n1,1)/sma(abs(close-lc),n1,1)*100,colorwhite;
rsv:=(close-llv(low,n))/(hhv(high,n)-llv(low,n))*100;
k:=sma(rsv,m1,1),colorwhite;
d:=sma(k,m2,1),coloryellow;
j:3*k-2*d,colorff00ff ;
wr:100*(hhv(high,n2)-close)/(hhv(high,n2)-llv(low,n2)),coloryellow;
强弱线:50,colorffff00;
高位区:80,color00ff00;
风险区:100;
底部区:10;
终止日:=(date<=8388608);
var2:=(high+low+(close)*(2))/(4);
b:=((ema((var2-llv(var2,15))/(hhv(low,15)-llv(var2,15)),2))*(38))*(终止日),color0000ff,linestick;
抄底1:=((((-1))*(ema((var2-llv(var2,15))/(hhv(low,15)-llv(var2,15)),2))+0.01)*(38))*(终止日),color339999,linestick;
var22:=((close-llv(low,10))/(hhv(high,10)-llv(low,10)))*(100);
var33:=ema(var22,10);
var44:=ema(var33,10);
var55:=(3)*(var33)-(2)*(var44);
var66:=ema(var55,5);
桥:=(ema(var66,1))*(终止日),colorff00ff,linethick1;
跨:=(reverse(桥))*(终止日),colorffffff,linethick1;
趋势:=(5)*(sma(((close-llv(low,27))/(hhv(high,27)-llv(low,27)))*(100),5,1))-(3)*(sma(sma(((close-llv(low,27))/(hhv(high,27)-llv(low,27)))*(100),5,1),3,1))-sma(sma(sma(((close-llv(low,27))/(hhv(high,27)-llv(low,27)))*(100),5,1),3,1),2,1);
底部:=5;
底1:drawtext(cross((趋势)*(终止日),底部),0,'◥◤'),color00ffff;
底:drawtext(cross((趋势)*(终止日),底部),1,'底'),colorred;
vara1:=((close>=ref(close,1)) and (ref(close,1)>=ref(close,2)) and (ref(close,1)<=ref(close,3)) and (ref(close,2)<=ref(close,3)) and ((ref(close,4)>ref(close,2)) or (ref(close,4)<=ref(close,2)) and (ref(close,5)>=ref(close,3))) or (close>=ref(close,1)) and (ref(close,1)<=ref(close,2)) and (close>=ref(close,2)) and ((ref(close,3)>ref(close,1)) or (ref(close,3)<=ref(close,1)) and (ref(close,4)>=ref(close,2))));
vara2:=llv(low,5);
vara3:=hhv(high,5);
vara4:=ema(((close-vara2)/(vara3-vara2))*(100),4);
vara5:=ema((0.66699999)*(ref(vara4,1))+(0.333)*(vara4),2);
vara6:=(vara5<24) and (open<ma(close,20));
vara1 and (vara6)*(终止日),colorff0000;
stickline(vara1 and (vara6)*(终止日),-10,10,8,1),color2894ff;
varb2:=((close-llv(low,10))/(hhv(high,10)-llv(low,10)))*(100);
varb3:=ema(varb2,7);
varb4:=ema(varb3,10);
varb5:=(3)*(varb3)-(2)*(varb4);
varb6:=ema(varb5,5);
桥1:=ema(varb6,1);
美化:=if(ref((count((桥1<=ref(桥1,1)),5)=5),1) and (桥1>ref(桥1,1)),10,0);
stickline((美化)*(终止日),-10,10,8,1),colorff0000;
小底:((美化)*(终止日))*2,colorff0000;
>>>使用本站搜索工具可以找到更多“RJW短线公式 飞狐RJW指标 源码”