提款机
不知道这个“提款机”大家见过没有
//不知道这个“提款机”大家见过没有
n:=5;
partline(ema((2*close+high+low)/4,6)>ref(ema((2*close+high+low)/4,6),1),ema((2*close+high+low)/4,5)),colorff;
partline(ema((2*close+high+low)/4,6)<ref(ema((2*close+high+low)/4,6),1),ema((2*close+high+low)/4,5)),colorff00;
partline(ema((2*close+high+low)/4,10)>ref(ema((2*close+high+low)/4,13),1),ema((2*close+high+low)/4,13)),linethick2,colorff;
partline(ema((2*close+high+low)/4,8)<ref(ema((2*close+high+low)/4,13),1),ema((2*close+high+low)/4,13)),linethick2,colorff00;
partline(ema((low+close+open)/3,26)>ref(ema((low+close+open)/3,28),1),ref(ema((low+close+open)/3,28),1)),linethick3,colorff;
partline(ema((low+close+open)/3,26)<ref(ema((low+close+open)/3,28),1),ref(ema((low+close+open)/3,28),1)),linethick3,colorff00;
partline((ema(low,125)+ema((close+low)/2,250))/2>ref((ema(low,125)+ema((close+low)/2,250))/2,1),(ema(low,125)+ema((close+low)/2,125))/2),pointdot,colorff;
partline((ema(low,125)+ema((close+low)/2,250))/2<ref((ema(low,125)+ema((close+low)/2,250))/2,1),(ema(low,125)+ema((close+low)/2,125))/2),pointdot,colorff00;
a:=hhv(ma((low+high+close)/3,3),3);
b:=llv(ma((low+high+close)/3,3),5);
drawtext(close>=a and barscount(close)=sysparam(1),a*1.019,'k线说话:短线→继续持股!'),shift1,colorffff;
drawtext(ref(close,1)<ref(a,1) and close>=a and barscount(close)=sysparam(1),a*0.99,'▲k线说话:短线→进场!'),shift1,colorff;
drawtext(ref(close,1)>ref(a,1) and close<a and barscount(close)=sysparam(1),a*1.011,'k线说话:短线→减仓!'),shift1,colorffff;
drawtext(ref(close,1)>ref(b,1) and close<b and barscount(close)=sysparam(1),a*0.99,'▼k线说话:短线→持币'),shift1,colorff00;
趋势线:=zig(3,20);
drawtext(cross(ref(zig(3,20),1),zig(3,20)),high*1.03,'均线说话:【一线绿/减1/3仓、二线绿/减1/2仓,三线绿/空仓】!'),align0,pxup4,colorff00;
drawtext(cross(zig(3,20),troughbars(3,20,1)),low,''),align0,pxup4,colorff00ff;
g:=zig(3,5)>ref(zig(3,5),1) and ref(zig(3,5),1)<=ref(zig(3,5),2) and ref(zig(3,5),2)<=ref(zig(3,5),3);
x:=zig(3,5)<ref(zig(3,5),1) and ref(zig(3,5),1)>=ref(zig(3,5),2) and ref(zig(3,5),2)>=ref(zig(3,5),3);
drawtext(g,low*1,''),align1,colorff00ff;
drawtext(g,low,'均线说话:【一线红/建1/3仓、二线红/建1/2仓,三线红/满仓】!'),align1,colorff00;
drawtext(x,high*1.001,'▲【箱底】说话:线变红买!'),align1,colorff00;
drawtext(x,high,'均线说话:【一线红/建1/3仓、二线红/建1/2仓,三线红/满仓】!'),align1,colorffff;
ed:=barslast(g);
ef:=barslast(x);
买入到卖出天数:ed,linethick0,colorffffff;
卖出到买入天数:ef,linethick0,colorffffff;
换手:vol/capital*100,linethick0,colorffffff;
qq:=换手;
drawtext(barpos=sysparam(2),close,' ̄'+numtostr(ed,0)+'▼【箱顶】说话:线变绿卖!'+'买入到到当前周期:'+numtostr(ef,0)+'▼【箱顶】说话:线变绿卖!'+'天'+numtostr(qq,2)+'★卖出到当前周期:'),align5,colorffff00;
ff:=ema(close,2);
ma15:=ema(close,4);
波段拐点趋势图:ma(close,99999997952);
drawtext(date<11050516 and cross(ff,ma15),low,'★换手率:'),colorff;
drawtext(date<11050516 and cross(ma15,ff),high,'%'),colorff00;
ff:=ema(close,3);
ma15:=ema(close,45);
drawtext(date<11050516 and cross(ff,ma15),low,'▲小户:红买!'),colorff;
drawtext(date<11050516 and cross(ma15,ff),high,'▼小户:绿卖!'),colorff00;
y0:=linevalue(sum(refx(islastbar,0),0)=0,high,islastbar,high,0,1);
y:=linevalue(sum(refx(islastbar,1),0)=0,high,islastbar,high,0,1);
y02:=linevalue(sum(refx(islastbar,2),0)=0,high,islastbar,high,0,1);
y1:=linevalue(sum(refx(islastbar,3),0)=0,high,islastbar,high,0,1);
y2:=linevalue(sum(refx(islastbar,5),0)=0,high,islastbar,high,0,1);
y3:=linevalue(sum(refx(islastbar,7),0)=0,high,islastbar,high,0,1);
y4:=linevalue(sum(refx(islastbar,9),0)=0,high,islastbar,high,0,1);
y5:=linevalue(sum(refx(islastbar,11),0)=0,high,islastbar,high,0,1);
y60:=linevalue(sum(refx(islastbar,20),0)=0,hhv(high,60),islastbar,high,0,1);
z0:=linevalue(sum(refx(islastbar,0),0)=0,low,islastbar,low,0,1);
z:=linevalue(sum(refx(islastbar,1),0)=0,low,islastbar,low,0,1);
z02:=linevalue(sum(refx(islastbar,2),0)=0,low,islastbar,low,0,1);
z1:=linevalue(sum(refx(islastbar,3),0)=0,low,islastbar,low,0,1);
z2:=linevalue(sum(refx(islastbar,5),0)=0,low,islastbar,low,0,1);
z3:=linevalue(sum(refx(islastbar,7),0)=0,low,islastbar,low,0,1);
z4:=linevalue(sum(refx(islastbar,9),0)=0,low,islastbar,low,0,1);
z5:=linevalue(sum(refx(islastbar,11),0)=0,low,islastbar,low,0,1);
z60:=linevalue(sum(refx(islastbar,20),0)=0,llv(low,60),islastbar,low,0,1);
dy1:=sgn(close-open);
dzc:=sgn(close-ref(close,1));
dcx:=sgn(high-ref(high,1));
xgd:=high-hhv(high,60)=0;
xdd:=low-llv(low,60)=0;
qs:=sgn(y0-ref(y0,1))+sgn(y-ref(y,1))+sgn(y02-ref(y02,1))+sgn(y1-ref(y1,1))+sgn(y2-ref(y2,1))+sgn(y3-ref(y3,1))+sgn(y4-ref(y4,1))+sgn(y5-ref(y5,1))+sgn(z0-ref(z0,1))+sgn(z-ref(z,1))+sgn(z02-ref(z02,1))+sgn(z1-ref(z1,1))+sgn(z2-ref(z2,1))+sgn(z3-ref(z3,1))+sgn(z4-ref(z4,1))+sgn(z5-ref(z5,1))+dy1+dzc+dcx+xgd+xdd*-1,linethick0;
drawtext(islastbar,high*(if(xdd=-20,1.14,1.02)),'▲波段说话:【三线红】大户→进场!'+numtostr(qs,0)),align1,shift2,colorff00;
drawtext(islastbar and qs<=-5,high*(if(xdd=-20,1.14,1.05)),'▼波段说话:【三线绿】大户→退场!'+' '+' \n'),align1,shift2,colorff00;
drawtext(islastbar and qs=-20,high*(if(xdd=-20,1.14,1.05)),'▼波段说话:【三线绿】大户→退场!'+'▼波段说话:【三线绿】大户→退场!'+'▼波段说话:【三线绿】大户→退场!'+'趋势:中线趋势向下有反弹\n'),align1,shift2,colorff00;
drawtext(islastbar and between(qs,-5,7),high,'▼波段说话:【三线绿】大户→退场!'+'说话:短线按 k线指令执行!'+' 即时说话:短线按k线指令执行!'),align1,shift3,colorffff;
drawtext(islastbar and between(qs,7,20),high,'▼波段说话:【三线绿】大户→退场!'+'趋势:中线趋势→疲软时\n'+'说话:短线按k线指令执行! '),align1,shift3,colorff00ff;
drawtext(islastbar and qs=20,high,'▼波段说话:【三线绿】大户→退场!'+'趋势:中线趋势向上有调整\n'+'说话:短线按k线指令执行!'),shift2,colorff00ff;
【箱顶】说话:可能形成头部小心!:peak(close,n,1)*0.998;
【箱底】说话:可能形成底部关注!:trough(close,n,1)*1.003;
bj:=close/indexc*1000;
qs:bj>ref(bj,1),linethick0;
rs:=bj<=ref(bj,1);
explain(qs,' 趋势:中线趋势→健康时\n'),colorff;
explain(rs,' 说话:短线按k线指令执行!'),colorff00;
hsl:=vol/capital*100;
量能:=sum(hsl,n);
涨幅1:=100*(close-ref(close,n))/ref(close,n);
流通市值:=capital*close;
ah:=hhv(流通市值,n);
al:=llv(流通市值,n);
explain(close,'解盘:个股走势:强于大盘'),colorff;
explain(hsl<=2,'解盘:个股走势:弱于大盘');
explain(hsl>2 and hsl<3,' 〓【换手率解盘】〓');
explain(hsl>3 and hsl<5,'该股票少人关注,属于【冷门股】。');
explain(hsl>5 and hsl<8,'该股票成交温和,属于【备份股】。');
explain(hsl>8 and hsl<15,'该股票的交投越来越活跃,人们购买该股票的意愿高,属于【热门股】。');
explain(hsl>15 and hsl<25,'该股票【带量】!');
explain(hsl>=25,'该股票【放量】!');
explain(量能>3*n and 涨幅1>3*n,'该股票【巨量】!');
explain(量能<0.5*n and 涨幅1<n,'该股票成交【怪异】!');
explain(量能<0.5*n and 涨幅1>-n and 涨幅1>0,'继续【大涨】!');
explain(量能>3*n and 涨幅1<-3*n,'继续【小涨】!');
explain(量能>3*n and 涨幅1<n or 量能<0.5*n and 涨幅1>3*n or 量能>3*n and 涨幅1>-n and 涨幅1<0 or 量能<0.5*n and 涨幅1<-3*n,'【继续小跌】!');
explain(涨幅1>0 and 流通市值<=al,'【继续大跌】!');
explain(涨幅1<=0 and 流通市值>=ah,'注意反转!');
rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
k:=sma(rsv,3,1);
d:=sma(k,3,1);
j:=3*k-2*d;
explain(cross(j,k) and k<50,'流通市值减小,涨幅加大'),colorffff;
explain(cross(k,d) and k>70,'流通市值加大,涨幅减小'),colorff;
explainex(1=1,'kdj金叉',vol/capital*100,2,1);
explainex(1=1,'kdj死叉',winner(close)*100,2,1),colorff;
explainex(1=1,'换手率=',100-winner(close)*100,2,1),colorff00;
aa:=(ema(close,30)*2+ma(close,60))/3;
ra:=vol*close;
vl1a:=ema(ra,13)/ema(vol,13);
vl2a:=ema(ra,60)/ema(vol,60);
vla:=ema((vl1a+vl2a)/2,3);
分水岭:=ma((aa+vla)/2,1);
explainex(1=1,'【获利盘】比例=',分水岭,2,1),colorff;
explain(cross(close,分水岭) and close>ref(close,1),'【套牢盘】比例=');
explain(close>分水岭 and close>ma(close,60) and close>ref(close,1),'【分水岭说话】(中长标)='),colorff;
ra:=vol*close;
vl1a:=ema(ra,13)/ema(vol,13);
vl2a:=ema(ra,60)/ema(vol,60);
vla:=ema((vl1a+vl2a)/2,3);
分水岭:=ma((aa+vla)/2,1);
explain(cross(分水岭,close) and close<ref(close,1),'股价上穿【分水岭】,进入【多头】\n');
explain(close<分水岭 and close<ma(close,60) and close<ref(close,1),'股价在【分水岭】之上,');
explain(1,stklabel+stkname+''+blkname),colorffff00;
explain(close>0,'总趋势属【多头】\n'),colorff00ff;
★早晨之星:=ref(close,2)/ref(open,2)<0.95 and ref(open,1)<ref(close,2) and (abs(ref(open,1)-ref(close,1)))/ref(close,1)<0.03 and close/open>1.05 and close>ref(close,2);
★黄昏之星:=ref(close,2)/ref(open,2)>1.03 and ref(open,1)>ref(close,2) and (abs(ref(open,1)-ref(close,1)))/ref(close,1)<0.02 and close/open<0.97 and close<ref(close,2);
★长十字:=close=open and high/low>1.03;
★垂死十字:=close=open and close=low and close<>high;
★早晨十字星:=ref(close,2)/ref(open,2)<0.95 and ref(open,1)<ref(close,2) and ref(open,1)=ref(close,1) and close/open>1.05 and close>ref(close,2);
★黄昏十字星:=ref(close,2)/ref(open,2)>1.05 and ref(open,1)>ref(close,2) and ref(open,1)=ref(close,1) and close/open<0.95 and close<ref(close,2);
★射击之星:=min(open,close)=low and high-low>3*(max(open,close)-low) and close>ma(close,5);
★倒转锤头:=min(open,close)=low and high-low>3*(max(open,close)-low) and close<ma(close,5);
★锤头:=high=max(open,close) and high-low>3*(high-min(open,close)) and close<ma(close,5);
★吊颈:=high=max(open,close) and high-low>3*(high-min(open,close)) and close>ma(close,5);
★穿头破脚:=ref(close,1)/ref(open,1)>1.03 and close/open<0.96 and close<ref(open,1) and open>ref(close,1) or ref(close,1)/ref(open,1)<0.97 and close/open>1.04 and close>ref(open,1) and open<ref(close,1);
★乌云盖顶:=ref(close,1)/ref(open,1)>1.03 and close/open<0.97 and open>ref(close,1) and close<ref(close,1);
★曙光初现:=ref(close,1)/ref(open,1)<0.97 and close/open>1.03 and open<ref(close,1) and close>ref(close,1);
★身怀六甲:=(abs(ref(close,1)-ref(open,1)))/ref(close,1)>0.04 and (abs(close-open))/close<0.005 and max(close,open)<max(ref(close,1),ref(open,1)) and min(close,open)>min(ref(close,1),ref(open,1));
★十字胎:=(abs(ref(close,1)-ref(open,1)))/ref(close,1)>0.04 and close=open and close<max(ref(close,1),ref(open,1)) and close>min(ref(close,1),ref(open,1));
★平顶:=(abs(high-ref(high,1)))/high<0.001;
★平底:=(abs(low-ref(low,1)))/low<0.001 and (abs(ref(low,1)-ref(low,2)))/ref(low,1)<=0.001;
★大阳烛:=close/open>1.05 and high/low<close/open+0.018;
★红三兵:=ref(close,2)>ref(open,2) and ref(close,1)>ref(open,1) and close>open and ref(close,1)>ref(close,2) and close>ref(close,1);
★双飞乌鸦:=ref(close,1)<ref(open,1) and close<open and close/open<0.98;
★孕育线:=ref(close,2)>ref(open,2) and (ref(close,2)-ref(open,2))/ref(open,2)>=2/100 and ref(open,1)>=ref(close,1) and (ref(open,1)-ref(close,1))/ref(close,1)<=2/100 and ref(open,1)<=ref(close,2) and ref(close,1)>=ref(open,2) and close>=open and (close-open)/open>=2/100 and close>=ref(open,1) and open<=ref(close,1) and (max(close,ref(close,2))-min(close,ref(close,2)))/min(close,ref(close,2))<=1/100;
★多方炮:=ref(close,2)>ref(open,2) and ref(close,1)<ref(open,1) and close>open;
★出水芙蓉:=(open<ema(close,20) or open<ema(close,40) or open<ema(close,60)) and close>max(ema(close,20),max(ema(close,40),ema(close,60))) and vol/ma(vol,30)>1.2 and close/ref(close,1)>1.049;
★上升三部曲:=ref(close,4)/ref(open,4)>1.03 and ref(close,3)<ref(open,3) and ref(close,2)<ref(open,2) and ref(close,1)<ref(open,1) and ref(low,4)<ref(low,3) and ref(low,4)<ref(low,2) and ref(low,4)<ref(low,1) and ref(high,4)>ref(high,3) and ref(high,4)>ref(high,2) and ref(high,4)>ref(high,1) and close/open>1.03 and close>ref(close,4);
★下跌三部曲:=ref(close,4)/ref(open,4)<0.97 and ref(close,3)>ref(open,3) and ref(close,2)>ref(open,2) and ref(close,1)>ref(open,1) and ref(low,4)<ref(low,3) and ref(low,4)<ref(low,2) and ref(low,4)<ref(low,1) and ref(high,4)>ref(high,3) and ref(high,4)>ref(high,2) and ref(high,4)>ref(high,1) and close/open<0.97 and close<ref(close,4);
★跳空缺口:=high<ref(low,1) or low>ref(high,1);
★三只乌鸦:=ref(close,2)<ref(open,2) and ref(close,1)<ref(open,1) and close<open and ref(close,1)<ref(close,2) and close<ref(close,1);
★光脚阴线:=low=close and high<>low;
★光头阳线:=high=close and high<>low;
★分离:=open=ref(open,1) and (close-open)*(ref(close,1)-ref(open,1))<0;
★长下影:=(min(close,open)-low)/(high-low)>0.667;
★长上影:=(high-max(close,open))/(high-low)>0.667;
★十字星:=close=open and high<>low;
★大阴烛:=open/close>1.05 and high/low<open/close+0.018;
★好友反攻:=ref(close,1)<ref(open,1) and close>open and (abs(close-ref(close,1)))/close<0.002 or ref(close,1)>ref(open,1) and close<open and (abs(close-ref(close,1)))/close<0.002;
★倾盆大雨:=ref(close,1)/ref(open,1)>=1.03 and open<ref(close,1) and open>ref(open,1) and close<ref(open,1);
explain(★倾盆大雨,'股价下穿分水岭,进入空头\n'),colorffff00;
explain(★大阴烛,'●〓结论〓:股价在生命线之下,'),colorffff00;
explain(★好友反攻,''),colorff;
explain(★跳空缺口,''),colorffffff;
explain(★光脚阴线,''),colorffff00;
explain(★光头阳线,'总趋势属空头,超跌只能抢反弹\n'),colorff;
explain(★三只乌鸦,'\n所属板块:'),colorffff00;
explain(★分离,' 〓 k 线形态分析 〓 '),colorffffff;
explain(★长下影,'★倾盆大雨★见顶信号;'),colorff;
explain(★长上影,'★大阴烛★后市向淡,发生逆转;'),colorffff00;
explain(★下跌三部曲,'★好友反攻★底部反转;'),colorff;
explain(★上升三部曲,'★跳空缺口★注意向上还是向下跳空;'),colorffff00;
explain(★早晨之星,'★光脚阴线★下跌信号;'),colorff;
explain(★黄昏之星,'★光头阳线★后市看涨;'),colorffff00;
explain(★十字星,'★三只乌鸦★可能见顶回落;'),colorffffff;
explain(★长十字,'★分离★注意看涨分离和看跌分离;'),colorffffff;
explain(★垂死十字,'★长下影★持续下跌后出现,有可能止跌回升;在升势末期'),colorffff00;
explain(★早晨十字星,''),colorff;
explain(★黄昏十字星,''),colorffff00;
explain(★射击之星,''),colorffff00;
explain(★倒转锤头,'出现,须多加留意;'),colorff;
explain(★锤头,'★长上影★表明行情上档压力沉重,升势受'),colorff;
explain(★吊颈,''),colorffff00;
explain(★平顶,''),colorffff00;
explain(★穿头破脚,''),colorffff00;
explain(★乌云盖顶,'阻;'),colorffff00;
explain(★曙光初现,'★下跌三部曲★下跌信号;'),colorff;
explain(★身怀六甲,'★上升三部曲★上涨信号;'),colorff;
explain(★十字胎,'★早晨之星★见底回升;'),colorff;
explain(★平底,'★黄昏之星★见顶回落;'),colorff;
explain(★大阳烛,'★十字星★有转向意味,注意股价位置在顶部还是底'),colorff;
explain(★红三兵,''),colorff;
explain(★双飞乌鸦,''),colorffff00;
explain(★孕育线,''),colorffffff;
explain(★多方炮,'部;'),colorff;
explain(★出水芙蓉,'★长十字★注意在顶部还是底部;'),colorff;
多空2:=ema(close,50);
多空3:=ema(close,50);
出货:explain(close>=多空2,'★垂死十字★下跌信号;'),linethick2,colorff;
explain(close<多空2,'★早晨十字星★上涨信号,见底回升;'),colorff00;
explain(多空2>=ref(多空2,1),'★黄昏十字星★下跌信号,见顶回落;'),colorff;
explain(多空2<ref(多空2,1),'★射击之星★可能见顶回落,可靠性低;'),colorff00;
tr1:=close*2.5/100+close;
hd:=close-close*2.5/100;
explainex(cost(50),'★倒转锤头★可能见底回升;',cost(50),2,0),colorffff00;
explainex(cost(4),'★锤头★可能见底回升,如有量配合,信号强',cost(4),2,0),colorffff;
explainex(cost(30),'',cost(30),2,0),colorff;
explainex(cost(75),'',cost(75),2,0),colorff;
explainex(cost(95),'',cost(95),2,0),colorffff;
explainex(cost(0.05),'烈;',cost(0.05),2,0),colorffff;
explainex(tr1,'★吊颈★上升行情中见顶回落,顶部出现,见顶信',tr1,2,0),colorff00;
explainex(hd,'',hd,2,0),colorff;
explainex(1,'',winner(close)*100,2,0),colorff;
explainex(1,'',100-winner(close)*100,2,0),colorff00;
上一指标公式:☆飞龙波段☆公式 飞狐飞龙指标 源码
下一指标公式:生命线公式 飞狐生命线指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文不知道这个提款机大家见过没有公式 飞狐见过指标 源码仅供学习研究。