首页 | 勇华简介 | 盘前策略 | 早盘即时分析 | 午间指导 | 异动股解析| 在线咨询 | 股票入门 | 盘后分析 | 股市焦点 | 市场要闻 | 论坛
首页 | 股票技术分析 | 证券股票学习 | 金融期货技术 | 股票指标公式 | 股票基本分析资料 | 加入收藏 |
板块风云 | 导航 | 荐股回顾 | 股民学校 | 股票入门 | 技术分析 | 免费股票在线咨询 | 服务方式
短信荐股会员 | 传真荐股会员 | QQ交流+短信荐股 | 代理操盘服务 | 指标公式研究 | 联系我们 | 论坛
 

{K线图部份通用(含大智慧)}

文章出处:   发布时间:2006-07-03   

{FXJ权证  主、副图均可}
input: n(4,1,255);
{K线图部份通用(含大智慧)}
F:EMA(C,5);
X:EMA(C,34),COLORGRAY,linethick1;
KS:=if(BARSCOUNT(c)=1,c/10000,(1-C/SMA(C,13,1))*100);
RKS:=REF(KS,1);
MLS:=RKS/KS>1.23 AND RKS>10 AND C/REF(C,1)>1.02;
J:STICKLINE(KS>=10,H,L,0,1),colorwhite,linethick2;
权:EMA(C,13),colorred,linethick2;
证:EMA(KS*C/100+权,3), COLORff9933,linethick1;
反弹:STICKLINE(MLS=1,H,L,0,1),colorff00ff,linethick2;
STICKLINE(权>证,权,证,4,1),COLORFF00FF;
STICKLINE(C>=O,H,L,0,0),COLORred;
STICKLINE(C>=O,C,O,8,0),COLORred;
STICKLINE(C<O,H,L,0,0),COLORGRAY;
STICKLINE(C<O,C,O,8,0),COLORGRAY;
STICKLINE(KS>10,H,L,0,0),colorwhite,linethick1;
STICKLINE(KS>10,O,C,8,1),colorwhite,linethick1;
STICKLINE(MLS,H,L,0,0),colorff00ff,linethick1;
STICKLINE(MLS,O,C,8,1),colorff00ff,linethick1;
Var1:=BACKSET(REF(HIGH,2)=HHV(HIGH,5),3);
Var2:=CROSS(Var1,0.9);
Var3:=BACKSET(REF(LOW,2)=LLV(LOW,5),3);
Var4:=CROSS(Var3,0.9);
压力: REF(HIGH,BARSLAST(Var2)), POINTDOT,ColorEA91B5;
STICKLINE(CLOSE,REF(HIGH,BARSLAST(Var2)),REF(HIGH,BARSLAST(Var2)),5,0),ColorEA91B5;
支撑: REF(LOW,BARSLAST(Var4)), POINTDOT,Color00b4ff;
STICKLINE(CLOSE,REF(LOW,BARSLAST(Var4)),REF(LOW,BARSLAST(Var4)),5,0),Color00b4ff;aa:=ref(h,n)=hhv(h,2*n+1);
{分析家趋势线}
aaa:=filter(aa,n);
bb:=backset(aaa,n+1);
cc1:=filter(bb,n);
cc:=cc1 or BARSTATUS=2;
aa2:=ref(l,n)=llv(l,2*n+1);
aaa2:=filter(aa2,n);
bb2:=backset(aaa2,n+1);
cc22:=filter(bb2,n);
cc2:=cc22 and not(cc1);
ea:=backset(cc,ref(barslast(cc2),1)+1);
eb:=ea>ref(ea,1);
ee:=backset(eb,2);
ff1:=ee>ref(ee,1);
ee2:=backset(ff1 and count(cc,ref(barslast(cc2),1)+2)=0,ref(barslast(cc2),1)+2);
ff2:=ee2>ref(ee2,1);
ee3:=backset(ff2 and count(cc,ref(barslast(cc2),1)+2)=0,ref(barslast(cc2),1)+2);
ff3:=ee3>ref(ee3,1);
js:=if(cc,count(cc2,ref(barslast(cc),1)+1),0);
g1:=if(js=1 and cc,barslast(ff1),0);
ga:=if(cc and ref(l,barslast(ff1))>=ref(l,barslast(ff2)),barslast(ff2),barslast(ff1));
g2:=if(js=2 and cc,ga,0);
g3:=if(js>=3 and cc,if(cc and ref(l,ga)>=ref(l,barslast(ff3)),barslast(ff3),ga),0);
gg:=g1+g2+g3;
ja:=backset(cc,gg);
jb:=ja>ref(ja,1);
jj:=backset(jb,2);
ld:=jj>ref(jj,1);
ld1:=ld or BARSTATUS=2;
hea:=backset(ld1,ref(barslast(cc),1)+1);
heb:=hea>ref(hea,1);
hee:=backset(heb,2);
hff1:=hee>ref(hee,1);
hee2:=backset(hff1 and count(ld1,ref(barslast(cc),1)+2)=0,ref(barslast(cc),1)+2);
hff2:=hee2>ref(hee2,1);
hee3:=backset(hff2 and count(ld1,ref(barslast(cc),1)+2)=0,ref(barslast(cc),1)+2);
hff3:=hee3>ref(hee3,1);
hjs:=if(ld1,count(cc1,ref(barslast(ld1),1)+1),0);
hg1:=if(hjs=1 and ld1,barslast(hff1),0);
hga:=if(ld1 and ref(h,barslast(hff1))<=ref(h,barslast(hff2)),barslast(hff2),barslast(hff1));
hg2:=if(hjs=2 and ld1,hga,0);
hg3:=if(hjs>=3 and ld1,if(ld1 and ref(h,hga)<=ref(h,barslast(hff3)),barslast(hff3),hga),0);
hgg:=hg1+hg2+hg3;
hja:=backset(ld1,hgg);
hjb:=hja>ref(hja,1);
hjj:=backset(hjb,2);
hd:=hjj>ref(hjj,1);
x1:=backset(BARSTATUS=2,barslast(ld)+1);
x2:=x1>ref(x1,1);
y1:=backset(BARSTATUS=2,barslast(hd)+1);
y2:=y1>ref(y1,1);
z1:=if(barslast(x2)<barslast(y2),x2,y2);
z2:=if(barslast(x2)<barslast(y2),l,h);
drawline(z1,z2,BARSTATUS=2,c,0),pointdot,colorff9900;
uu:=backset(BARSTATUS=2,barslast(ld)+1);
vv:=uu>ref(uu,1);
ww:=backset(vv,ref(barslast(ld),1)+2);
xx:=ww>ref(ww,1);
drawline(xx,l,vv,l,1),color00ffff;
uu2:=backset(BARSTATUS=2,barslast(hd)+1);
vv2:=uu2>ref(uu2,1);
ww2:=backset(vv2,ref(barslast(hd),1)+2);
xx2:=ww2>ref(ww2,1);
drawline(xx2,h,vv2,h,1),color00ffff

加入收藏[返回顶部↑]  [推荐好友]  
相关文章     热门文章    
用户名: 新注册) 密码: 匿名评论 [查看评论]  发表评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
每日更新栏目
           
 
  站内搜索
 
  
最新短信回顾
最新传真回顾
最新资讯
 
?
 
勇华投资股票首页 - 勇华简介 - 服务方式 - 联系我们 - 网站地图
本网站所载文章及数据资料仅供参考,使用者风险自担。
在本机构、本人所知情的范围内,本机构、本人以及财产上的利害关系人与所评价或推荐的证券没有利害关系
Copyright © 2000-2005 勇华投资股票网-股票飞鹰荐股网. All Rights Reserved.
本章所有资源均收集自网上,如果你认为侵犯了你的版权,请通知我们,我们立即删除.