分析家公式网,提供指标公式,股票软件 用户登录  |  用户 注册
当前位置:分析家公式网股票公式大智慧L2公式 → 一键转帖:江恩日线

软件名称:[B]江恩日线[/B]
软件类型:国产软件
运行环境:Win9X/Win2000/WinXP/Win2003/
软件语言:简体中文
授权方式:免费版
软件大小:7.00 KB
官方主页:Home Page
更新时间:2011-06-16 01:39:33
软件简介:

江恩日线
总股本:=FINANCE2(35) ;
流通股:=FINANCE2(37);
每股收益:=FINANCE2(3);
市盈率:=DYNAINFO(39);
每股公积金:=FINANCE2(7);
DRAWTEXTABS(12,8,'总股本: '+NUMTOSTRN(总股本,2)+' 万股'),ColorFFFFDD;
DRAWTEXTABS(170,8,'流通A股: '+NUMTOSTRN(流通股,2)+' 万股'),ColorFFFFDD;
DRAWTEXTABS(12,25,'每股收益:'+NUMTOSTRN(每股收益,2)+'元 '+' 市盈率:'+NUMTOSTRN(市盈率,1)+'倍 '+' 每股公积金:'+NUMTOSTRN(每股公积金,2)+'元'),ColorFFFFDD;
壹MA4:eMA(CLOSE,4),COLORWHITE;
壹辅助:eMA(CLOSE,9),COLORYELLOW;
贰辅助:eMA(CLOSE,45),COLORYELLOW;
壹工作:eMA(CLOSE,14),color074af0,linethick2;
贰①:eMA(CLOSE,144),color074af0;
贰②:  MA(CLOSE,26),colorf78d11,linethick2;
③:eMA(CLOSE,318);
④生命:eMA(CLOSE,453),colorred,linethick2;
⑤:eMA(CLOSE,550);
⑥:eMA(CLOSE,610);
⑦:eMA(CLOSE,730);
⑧:eMA(CLOSE,888);
贰⑨:eMA(CLOSE,99),colorgreen;
压力线:贰② + 2*STD(CLOSE,26),colorWHITE,POINTDOT;
支撑线:贰② - 2*STD(CLOSE,26),colorWHITE,POINTDOT;
DIFF:=( EMA(CLOSE,7) - EMA(CLOSE,19));
DEA:=EMA(DIFF,9);
MACD:=0.90*(DIFF-DEA);
tj:=(diff>=dea);
tj1:=(diff>=0);
stickline(tj,h,l,0,0),COLORyellow;
stickline(tj,o,c,8,0),COLORyellow;
stickline(tj1 and tj,h,l,0,0),colorred;
stickline(tj1 and tj,o,c,8,0),colorred;
stickline(diff<dea,h,l,0,1),colorffcc00;
stickline(diff<dea,o,c,8,1),colorffcc00;
Var1:=(CLOSE*2+HIGH+LOW)/4;
SK:= EMA(Var1,13)-EMA(Var1,73);
SD:= EMA(SK,2);
drawtext((cross(sk,sd) and sk<-0.04 and (c-ref(c,1))/ref(c,1)>=0.03) or (cross(sk,sd) and sk<=-0.14 )
or (cross(sk,sd) and sk<=0.05 and (v/ma(v,5)>2 or c/ref(c,1)>0.035)) ,l*0.99,'短线'),colorgreen;
stickline((cross(sk,sd) and sk<-0.04 and (c-ref(c,1))/ref(c,1)>=0.03) or (cross(sk,sd) and sk<=-0.14 )
or (cross(sk,sd) and sk<=0.05 and (v/ma(v,5)>2 or c/ref(c,1)>0.035)),h,l,0.5,0),colorred;
stickline((cross(sk,sd) and sk<-0.04 and (c-ref(c,1))/ref(c,1)>=0.03) or (cross(sk,sd) and sk<=-0.14 )
or (cross(sk,sd) and sk<=0.05 and (v/ma(v,5)>2 or c/ref(c,1)>0.035)),o,c,10,1),linethick3,colorred;


[url=http://www.70822.com/soft/sort013/sort03/down-35055.html]江恩日线[/url]

关于本站 | 网站帮助 | 广告合作 | 声明 | 友情连接 | 网站地图 |
分析家公式网声明:本站所有股票公式软件资料均网上公开收集,如侵权请联系删帖。站内所有广告,均与本站无关!
Copyright © 2003-2024 70822.Com. All Rights Reserved .
页面执行时间:46.87500 毫秒