rsv:=(close-llv(low,15))/(hhv(high,18)-llv(low,16))*100;
股价:sma(rsv,3,1),colorwhite;
持股线:sma(股价,3,1),colorff00ff;
买入:if(cross(股价,持股线) and "cys"<-10 and ref("asr",3)<10,50,0);
20;
50;
快线:ema((rsv)/1,1) ,colorred ;
vare:=(close-llv(low,17))/(hhv(high,17)-llv(low,17))*100;
顶: stickline(cross(88,持股线),10,0,5,0),colorgreen ;
底: stickline(cross(20,持股线),10,0,5,0),colorwhite ;
黄金点: stickline(sma(vare,3,3)>持股线,sma(vare,4,1),持股线,6,1),color00ddff;
0;100;
drawgbklast(close>0,strip(rgb(45,55,62),rgb(0,0,0),0)),layer7;
aa:=barslast(cross(c,cost(5)));
aa2:=barslast(cross(cost(5),c));
bb:=barslast(cross(c,cost(30)));
bb2:=barslast(cross(cost(30),c));
cc:=barslast(cross(c,cost(75)));
cc2:=barslast(cross(cost(75),c));
dd:=barslast(cross(c,cost(95)));
dd2:=barslast(cross(cost(95),c));
底部关注:=between(c,cost(5),cost(30)) and aa<aa2 and aa<bb2;
开始建仓:=between(c,cost(30),cost(75)) and bb<bb2 and bb<cc2;
拉升待涨:=between(c,cost(75),cost(95)) and cc<cc2 and cc<dd2;
冲顶阶段:=c>=cost(95) and dd<dd2;
破顶减仓:=between(c,cost(95),cost(75)) and dd>dd2 and cc>dd2;
走弱出局:=between(c,cost(75),cost(30)) and cc>cc2 and bb>cc2;
弱市观望:=between(c,cost(30),cost(5)) and bb>bb2 and aa>bb2;
赶底不碰:=c<=cost(5) and aa>aa2;
{以下设置解盘显示文字}
drawflagtext(底部关注,cost(50),'▲股价见底,开始关注!'),colorffffff;
drawflagtext(开始建仓,cost(50),'■股价走强,开始建仓!'),color00ffff;
drawflagtext(拉升待涨,cost(50),'★股价拉升,持股待涨!'),color0000ff;
drawflagtext(冲顶阶段,cost(50),'●冲顶阶段,注意风险!'),colorff00ff;
drawflagtext(破顶减仓,cost(50),'□股价破顶,开始减仓!'),color00ff00;
drawflagtext(走弱出局,cost(50),'◇股价走弱,清仓出局!'),color00ff00;
drawflagtext(弱市观望,cost(50),'△弱市区域,观望为宜!'),colorffff00;
drawflagtext(赶底不碰,cost(50),'○股价赶底,暂时不碰!'),colorffff00;
99999999999999
成本1:ema(ema(l,89),13),linethick2, colorf00ff0;
成本2:ema(ema(h,89),13),linethick2, colorblue;
顶:成本1*1.6,color223ddf;
底:成本2*0.6;
aa:=close/ref(close,1)>=1.09;
n:=20;
drawgbklast(date>900101,strip(rgb(75,75,75),rgb(0,0,0),0));
drawtextabs(10,10,stklabel+' '+stkname+' '+bkname),color00ffff;
总股本(亿):finance2(35)/10000,linethick0;
流通(亿):finance2(37)/10000,linethick0;
均价:=(3*c+h+l+o)/6;
var1:=(8*均价+7*ref(均价,1)+6*ref(均价,2)+5*ref(均价,3)+4*ref(均价,4)+3*ref(均价,5)+2*ref(均价,6)+ref(均价,8))/36;
tj1:=vol=hhv(vol,10) and vol>2*ref(vol,1) and close>var1;
立桩量:=filter(tj1,5);
tj2:=if(barslast(立桩量)=1 and close>ref(high,1),1,if(barslast(立桩量)=2 and close>ref(high,2),1,if(barslast(立桩量)=3 and close>ref(high,3),1,0)));
突破:=tj2=1;
tj3:=if(barslast(立桩量)=1 and close>ref(low,1),1,if(barslast(立桩量)=2 and close>ref(low,2),1,if(barslast(立桩量)=3 and close>ref(low,3),1,0)));
三天法则:=tj3=1;
成立:=三天法则 and 突破;
条件成立:=filter(成立,3);
drawtext(条件成立,l*0.99,'成立'),coloryellow;
aa:=barslast(cross(c,cost(5)));
aa2:=barslast(cross(cost(5),c));
bb:=barslast(cross(c,cost(30)));
bb2:=barslast(cross(cost(30),c));
cc:=barslast(cross(c,cost(75)));
cc2:=barslast(cross(cost(75),c));
dd:=barslast(cross(c,cost(95)));
dd2:=barslast(cross(cost(95),c));
底部关注:=between(c,cost(5),cost(30)) and aa<aa2 and aa<bb2;
开始建仓:=between(c,cost(30),cost(75)) and bb<bb2 and bb<cc2;
拉升待涨:=between(c,cost(75),cost(95)) and cc<cc2 and cc<dd2;
冲顶阶段:=c>=cost(95) and dd<dd2;
破顶减仓:=between(c,cost(95),cost(75)) and dd>dd2 and cc>dd2;
走弱出局:=between(c,cost(75),cost(30)) and cc>cc2 and bb>cc2;
弱市观望:=between(c,cost(30),cost(5)) and bb>bb2 and aa>bb2;
赶底不碰:=c<=cost(5) and aa>aa2;
{以下设置解盘显示文字}
drawflagtext(底部关注,cost(50),'▲股价见底,开始关注!'),colorffffff;
drawflagtext(开始建仓,cost(50),'■股价走强,开始建仓!'),color00ffff;
drawflagtext(拉升待涨,cost(50),'★股价拉升,持股待涨!'),color0000ff;
drawflagtext(冲顶阶段,cost(50),'●冲顶阶段,注意风险!'),colorff00ff;
drawflagtext(破顶减仓,cost(50),'□股价破顶,开始减仓!'),color00ff00;
drawflagtext(走弱出局,cost(50),'◇股价走弱,清仓出局!'),color00ff00;
drawflagtext(弱市观望,cost(50),'△弱市区域,观望为宜!'),colorffff00;
drawflagtext(赶底不碰,cost(50),'○股价赶底,暂时不碰!'),colorffff00;
上一指标公式:动态分时公式下载 大智慧动态
下一指标公式:TRT公式下载 大智慧TRT源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文大盘力度公式下载 大智慧力度源码仅供学习研究。