指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:顶级买卖主图 其他卖主
大智慧1
ma5:ma(close,5);
ma10:ma(close,10);
ma20:ma(close,20);
ma30:ma(close,30);
ma60:ma(close,60);
var1:=if(date<1500830 and date>900101,1,0);
var2:=llv(low,10);
var3:=hhv(high,25);
k1:=(28/10)*var1*100;
k2:=(32/10)*var1*100;
k3:=(35/10)*var1*100;
rsv:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;
k:=sma(rsv,3,1);
d:=sma(k,3,1);
j:=3*k-2*d;
x:=llv(j,2)=llv(j,8);
y:=if(cross(j,ref(j+0.01,1)) and x and j<20,30,0);
主力:=ema( (close-ma(close,3))/ma(close,3)*4800,2);
散户:=ema( (close-ma(close,20))/ma(close,20)*4800,7);
动能趋势线:=100*ema((close-var2)/(var3-var2)*4,4)*var1;
drawtext(cross(动能趋势线,k1),high*1.02,'风险'),colorgreen;
drawtext(cross(动能趋势线,k2),high*1.02,'减仓'),color00ff00;
drawtext(cross(动能趋势线,k3),high*1.02,'出局'),colorwhite;
drawtext(cross(j,ref(j+0.01,1)) and x and j<20,low,'短进'),colorff00ff;
drawtext(cross(主力,散户) and 主力<0 and 散户<0,low,'见底'),colorred;
drawicon(cross(主力,散户) and 主力<0 and 散户<0,low,1);
见底选股:if(cross(主力,散户) and 主力<0 and 散户<0,1,0),colorred,linethick0;
短进选股:if(cross(j,ref(j+0.01,1)) and x and j<20,1,0),colorff00ff,linethick0;
>>>使用本站搜索工具可以找到更多“顶级买卖主图 其他卖主”