分析家公式网,提供指标公式,股票软件 用户登录  |  用户 注册

软件名称:[B]短线快手(主图 源码)[/B]
软件类型:国产软件
运行环境:Win9X/Win2000/WinXP/Win2003/
软件语言:简体中文
授权方式:免费版
软件大小:5.00 KB
官方主页:Home Page
更新时间:2012-01-10 08:19:58
软件简介:

短线快手

n=3

MA1:MA(CLOSE,1),Color00FFFF,LAYER0;
MA3:MA(CLOSE,n),ColorFFC286,LAYER0;
买:=CROSS(MA1,MA3);
卖:=CROSS(MA3,MA1);
{DRAWTEXT(买,L*0.95,'买'),COLORRED;
DRAWTEXT(卖,H*1.05,'卖'),COLORGREEN;}
STICKLINE(CLOSE>=OPEN and OPEN<>0,HIGH,LOW,0.5,0),color0000A3;
STICKLINE(CLOSE>=OPEN and OPEN<>0,CLOSE,OPEN,8,0),color070084;
STICKLINE(CLOSE>=OPEN and OPEN<>0,CLOSE,OPEN,7,0),color0000A3;
STICKLINE(CLOSE>=OPEN and OPEN<>0,CLOSE,OPEN,6,0),color0000B7;
STICKLINE(CLOSE>=OPEN and OPEN<>0,CLOSE,OPEN,5,0),color0000CD;
STICKLINE(CLOSE>=OPEN and OPEN<>0,CLOSE,OPEN,4,0),color0000E9;
STICKLINE(CLOSE>=OPEN and OPEN<>0,CLOSE,OPEN,2,0),color0754E9;
STICKLINE(CLOSE>=OPEN and OPEN<>0,CLOSE,OPEN,0.5,0),Color68B8FF;
STICKLINE(CLOSE<OPEN and OPEN<>0,HIGH,LOW,0.5,0),Color008400;
STICKLINE(CLOSE<OPEN and OPEN<>0,CLOSE,OPEN,8,0),Color006400;
STICKLINE(CLOSE<OPEN and OPEN<>0,CLOSE,OPEN,7,0),Color007500;
STICKLINE(CLOSE<OPEN and OPEN<>0,CLOSE,OPEN,6,0),Color008400;
STICKLINE(CLOSE<OPEN and OPEN<>0,CLOSE,OPEN,5,0),Color009900;
STICKLINE(CLOSE<OPEN and OPEN<>0,CLOSE,OPEN,4,0),Color00AE00;
STICKLINE(CLOSE<OPEN and OPEN<>0,CLOSE,OPEN,2,0),Color00BD00;
STICKLINE(CLOSE<OPEN and OPEN<>0,CLOSE,OPEN,0.5,0),Color8EFF8E;
总股本:=FINANCE2(35) ;
流通股:=FINANCE2(37);
限shouA股:=FINANCE2(41);
每股收益:=FINANCE2(3);
市盈率:=DYNAINFO(39);
每股公积金:=FINANCE2(7);
所属板块:=BKNAME;
DRAWTEXTABS(12,8, '所属板块: '+所属板块),Color5E5E5E;
DRAWTEXTABS(12,21,'每股收益: '+NUMTOSTRN(每股收益,2)+'元 '+' 市盈率:'+NUMTOSTRN(市盈率,1)+'倍 '+' 每股公积金:'+NUMTOSTRN(每股公积金,2)+'元'),Color5E5E5E;
DRAWTEXTABS(12,34,'总 股 本: '+NUMTOSTRN(总股本,2)+'  万股'),Color5E5E5E;
DRAWTEXTABS(12,47,'流通 A股: '+NUMTOSTRN(流通股,2)+'  万股'),Color5E5E5E;
DRAWTEXTABS(12,60, '限shou A股: '+NUMTOSTRN(限shouA股,2)+'  万股'),Color5E5E5E;


[url=http://www.70822.com/soft/sort013/sort03/down-42972.html]短线快手(主图 源码)[/url]

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