DRAWGBKLAST(v>1,STRIP(RGB(00,0,0),RGB(90,90,90),0)); {DRAWGBK(DATE>900101,STRIP(RGB(0,150,130),RGB(0,0,0),0));} 买线:=EMA(C,2); 卖线:=EMA(SLOPE(C,18)*20+C,52); BU:=cross(买线,卖线); SEL:=cross(卖线,买线); drawtext(bu,LOW,'B'),ALIGN1,VALIGN0,colorred,linethick3; DRAWTEXT(bu,LOW,' ̄'),ALIGN1,VALIGN0,Color208FFF,LINETHICK3; DRAWTEXT(sel,HIGH,' ̄'),ALIGN1,VALIGN0,ColorFFFF00,LINETHICK3; drawtext(sel,HIGH,'S'),ALIGN1,VALIGN2,colorgreen,linethick3; stickline(买线>=卖线,low,high,0.1,1),colorred; stickline(买线>=卖线,close,open,8,1),colorred; stickline(买线<卖线,low,high,0.1,1),color00ff00; stickline(买线<卖线,close,open,8,1),color00ff00; stickline(cross(买线,卖线) or cross(卖线,买线),open,close,6,0),colorffff00; 指导线: MA(CLOSE,3),linethick1,ColorFFffFF; 年线: MA(CLOSE,18),linethick1,Color00FFFF; 生命线: MA(CLOSE,288),linethick1,Color0055FF; DRAWTEXT(cross(指导线,年线),年线,' ̄ ̄'),ALIGN1,VALIGN0,Colorffffff; DRAWTEXT(cross(年线,指导线),年线,' ̄ ̄'),ALIGN1,Color00ffff; 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; G:=95; DRAWTEXT(cross(J,D),L*0.999,''),Color00ffff,linethick4; DRAWTEXT(cross(J,D),L,''),Color00ffff; DRAWTEXT(cross(J,G),H*1.005,''),Colorffff00,linethick4; DRAWTEXT(cross(J,G),H,''),Colorffff00; dp:=if(c=INDEXC,0,1); gj:=AMOUNT/v/100; 明日阻力:=l+(gj-l)+(c-l); 明日支撑:=l+(c-gj); 今日阻力:=REF(明日阻力 , 1); 今日支撑:=REF(明日支撑 , 1); STICKLINE(DISPSTATUS=2 and dp=1 and c>=今日阻力,今日阻力,今日阻力,30,0),Color0000FF; STICKLINE(DISPSTATUS=2 and dp=1 and c<今日阻力,今日阻力,今日阻力,30,0),Color00FF00; STICKLINE(DISPSTATUS=2 and dp=1 and c>=今日支撑,今日支撑,今日支撑,30,0),ColorFF00FF; STICKLINE(DISPSTATUS=2 and dp=1 and c<今日支撑,今日支撑,今日支撑,30,0),ColorFF0000; if DISPSTATUS=2 then a:=BARPOS; if DISPSTATUS=1 then b:=BARPOS; d:=a-b; e:=hhv(h,d); DRAWTEXT(c>0 and dp=1 and DISPSTATUS=2, e*1.08,'-----------------------------------'),ColorFFFFFF,ALIGN2; DRAWTEXT(c>0 and dp=1 and DISPSTATUS=2 and c>=今日支撑, e*1.07,'今日支撑=:'+NUMTOSTRN(今日支撑 ,2 )+' '),ColorFF00FF,ALIGN2; DRAWTEXT(c>0 and dp=1 and DISPSTATUS=2 and c<今日支撑, e*1.07,'今日支撑=:'+NUMTOSTRN(今日支撑 ,2 )+' '),ColorFF0000,ALIGN2; DRAWTEXT(c>0 and dp=1 and DISPSTATUS=2 and c>=今日阻力, e*1.07,'今日阻力=:'+NUMTOSTRN(今日阻力 ,2 )),Color0000FF,ALIGN2; DRAWTEXT(c>0 and dp=1 and DISPSTATUS=2 and c<今日阻力, e*1.07,'今日阻力=:'+NUMTOSTRN(今日阻力 ,2 )),Color00FF00,ALIGN2; DRAWTEXT(c>0 and dp=1 and DISPSTATUS=2, e*1.04,'-----------------------------------'),ColorFFFFFF,ALIGN2; DRAWTEXT(c>0 and dp=1 and DISPSTATUS=2 and c>=明日支撑, e*1.05,'明日支撑=:'+NUMTOSTRN(明日支撑 ,2 )+' '),Color00FFFF,ALIGN2; DRAWTEXT(c>0 and dp=1 and DISPSTATUS=2 and c<明日支撑, e*1.05,'明日支撑=:'+NUMTOSTRN(明日支撑 ,2 )+' '),Color00FFFF,ALIGN2; DRAWTEXT(c>0 and dp=1 and DISPSTATUS=2 and c>=明日阻力, e*1.05,'明日阻力=:'+NUMTOSTRN(明日阻力 ,2 )),Color00FFFF,ALIGN2; DRAWTEXT(c>0 and dp=1 and DISPSTATUS=2 and c<明日阻力, e*1.05,'明日阻力=:'+NUMTOSTRN(明日阻力 ,2 )),Color00FFFF,ALIGN2; DRAWTEXT(c>0 and dp=1 and DISPSTATUS=2 and v>ref(v,1) and ma(v,5)>ref(ma(v,5),1),e*1.03,' 今日成交量大于昨日,且有继续增大趋势'),Color8285FF,ALIGN2; DRAWTEXT(c>0 and dp=1 and DISPSTATUS=2 and v<ref(v,1) and ma(v,5)>ref(ma(v,5),1),e*1.03,' 今日成交量小于昨日,但有放大迹象'),Color8285FF,ALIGN2; DRAWTEXT(c>0 and dp=1 and DISPSTATUS=2 and v>ref(v,1)and ma(v,5)<ref(ma(v,5),1),e*1.03,' 今日成交量大于昨日, 但有缩小迹象'),Color8285FF,ALIGN2; DRAWTEXT(c>0 and dp=1 and DISPSTATUS=2 and v<ref(v,1)and ma(v,5)<ref(ma(v,5),1),e*1.03,' 今日成交量小于昨日,且有缩小迹象'),Color8285FF,ALIGN2; DRAWTEXT(c>0 and dp=1 and DISPSTATUS=2 and v>ref(v,1)and ma(v,5)<ref(ma(v,5),1),e*1.03,' 今日成交量大于昨日, 但有缩小迹象'),Color8285FF,ALIGN2; DRAWTEXT(c>0 and dp=1 and DISPSTATUS=2 and v<ref(v,1)and ma(v,5)<ref(ma(v,5),1),e*1.03,' 今日成交量小于昨日,且有缩小迹象'),Color8285FF,ALIGN2; DRAWTEXTREL(20,30,'操盘手BS'),LINETHICK6,Coloryellow; DRAWTEXTREL(200,30,STKLABEL+' '+STKNAME),LINETHICK6,ColorFFFF80; if DISPSTATUS=2 then begin; var100:='所属板块:'; if inblock('电力')=1 then var100:=var100+' 电力'; if inblock('电脑')=1 then var100:=var100+' 电脑'; if inblock('电器')=1 then var100:=var100+' 电器'; if inblock('电子信息')=1 then var100:=var100+' 电子信息'; if inblock('房地产')=1 then var100:=var100+' 房地产'; if inblock('纺织服装')=1 then var100:=var100+' 纺织服装'; if inblock('钢铁')=1 then var100:=var100+' 钢铁'; if inblock('工程建筑')=1 then var100:=var100+' 工程建筑'; if inblock('供水供气')=1 then var100:=var100+' 供水供气'; if inblock('化工')=1 then var100:=var100+' 化工'; if inblock('化纤')=1 then var100:=var100+' 化纤'; if inblock('机械')=1 then var100:=var100+' 机械'; if inblock('建材')=1 then var100:=var100+' 建材'; if inblock('交通工具')=1 then var100:=var100+' 交通工具'; if inblock('交通设施')=1 then var100:=var100+' 交通设施'; if inblock('教育传媒')=1 then var100:=var100+' 教育传媒'; if inblock('金融')=1 then var100:=var100+' 金融'; if inblock('旅游酒店')=1 then var100:=var100+' 旅游酒店'; if inblock('煤炭石油')=1 then var100:=var100+' 煤炭石油'; if inblock('酿酒食品')=1 then var100:=var100+' 酿酒食品'; if inblock('农林牧渔')=1 then var100:=var100+' 农林牧渔'; if inblock('其他行业')=1 then var100:=var100+' 其他行业'; if inblock('汽车')=1 then var100:=var100+' 汽车'; if inblock('汽配')=1 then var100:=var100+' 汽配'; if inblock('商业连锁')=1 then var100:=var100+' 商业连锁'; if inblock('石化')=1 then var100:=var100+' 石化'; if inblock('通信')=1 then var100:=var100+' 通信'; if inblock('外贸')=1 then var100:=var100+' 外贸'; if inblock('医药')=1 then var100:=var100+' 医药'; if inblock('仪电仪表')=1 then var100:=var100+' 仪电仪表'; if inblock('有色金属')=1 then var100:=var100+' 有色金属'; if inblock('运输物流')=1 then var100:=var100+' 运输物流'; if inblock('造纸印刷')=1 then var100:=var100+' 造纸印刷'; if inblock('安徽')=1 then var100:=var100+' 安徽'; if inblock('北京')=1 then var100:=var100+' 北京'; if inblock('福建')=1 then var100:=var100+' 福建'; if inblock('甘肃')=1 then var100:=var100+' 甘肃'; if inblock('广东')=1 then var100:=var100+' 广东'; if inblock('广西')=1 then var100:=var100+' 广西'; if inblock('贵州')=1 then var100:=var100+' 贵州'; if inblock('海南')=1 then var100:=var100+' 海南'; if inblock('河北')=1 then var100:=var100+' 河北'; if inblock('河南')=1 then var100:=var100+' 河南'; if inblock('黑龙江')=1 then var100:=var100+' 黑龙江'; if inblock('湖北')=1 then var100:=var100+' 湖北'; |
- 软件大小:0 Bytes
- 推荐星级:
- 更新时间:2009-08-01 13:02:51
- 软件类别: 国产软件 / 大智慧L2公式
- 软件语言:简体中文
- 授权方式: 解密版
- 联系方式:暂无联系方式
- 官方主页: Home Page
- 点击大图: 【一键转帖到论坛】
- 插件情况:
- 运行环境:Win9X/Win2000/WinXP/Win2003/
- 相关Tags:指标公式 股票软件,公式源码
-
(8)89%(1)11%
评论内容只代表网友观点,与本站立场无关!
本网提供的公式文件说明:
* alg格式飞狐股票公式,可以用飞狐交易师或者交易师软件导入;
* fnc格式大智慧新一代公式指标,可以用大智慧股票软件使用,少部分可以用分析家股票软件引入使用;
* exp格式大智慧经典版股票公式,仅可以用大智慧经典版股票软件引入使用;
* tni和tnc格式通达信股票公式,仅可以用通达信新引入使用,例如可以用通达信股票软件引入使用;
* tne,tn6格式通达信公式,可以用通达信公式编辑器5.0版导入,推荐通达信金融终端版本;
* hxf格式同花顺股票公式,仅可以用同花顺股票软件引入使用。
以上的各种软件都可以在本网股票软件栏目找到!
* 关于股票公式时间限制,如果在引入大智慧公式,交易师公式或者飞狐公式的时候,发现公式名称栏是空白的,这时候调整电脑时间到1997年,又能出现公式名称,并且能正常显示,可能是公式使用期限已过。
* 关于还原公式源码如果你忘记了自己编写的大智慧公式,通达信公式,同花顺公式,操盘手公式,飞狐公式,博易大师公式,金字塔公式,文华公式和交易师公式等等公式的密码,本网可帮恢复源码,有.偿.服.务无意勿扰,点击在线咨询联系我。
* 关于股票公式源码编辑
本网提供的源码,一般都可以编辑成公式,如果不明白公式的编辑,在本页右侧教程录像可参考,或者找公式教程资料学习,请搜索:教程
* 如果您发现软件内容或者链接错误,请点击报告错误谢谢!
* 站内提供的所有软件包含源码均是由网上搜集,若侵犯了你的版权利益,请联系通知我们!