drawtextabs是什么意思

林转转? 2024-06-05 16:32:57
最佳回答
1,我想大家都喜欢45角度上升的股票,这个指标是针对上升力度的预测,但并不十分完善,还需要结合其他分析,希望灵活运用。2,**分笔看盘大家也许都知道,我再发个对敲指标3,预测涨停选股方法其实有很多,但至尽仍然不能真正的完善,这次发的原理先和大家说下,早盘30分钟,成交量/10点的涨幅/当前价格高于开盘价/股票昨天是涨/5日均线比10日均线高/5分钟、15分钟、30分钟macd都出现红柱/委买大于委卖/昨天成交量比前天多,还请专家判断理论正确否,如果可以,我整理出来送大家。45角度上升x1:=(c+l+h)/3;x2:=ema(x1,6);x3:=ema(x2,5);stickline(x2>x3 and c>ema(x1,13),low,high,0.1,1),colorred;stickline(x2>x3 and c>ema(x1,13),close,open,5,1),colorred;stickline(x2<x3 and c<ema(x1,13),low,high,0.1,1),colorffff54;stickline(x2<x3 and c<ema(x1,13),close,open,5,0),colorffff54;gr1:=barslast(between("bias.bias2"(6,13,24),0,5));gr2:=ema(x1,13)>ema(x1,21) andema(x1,21)>ema(x1,34) and ema(x1,13)>ref(ema(x1,13),1);gr3:=count("bias.bias2"(6,13,24)>10 and h=hhv(h,gr1),gr1);gr4:=h=hhv(h,gr1);gr5:="macd.macd"(12,26,9)<ref("macd.macd"(12,26,9),1);gr6:=gr2 and gr3 and gr4;gr7:=gr2 and gr3 and gr4 and gr5;gr8:=gr6 and gr7;lc := ref(close,1);rsi6:=sma(max(close-lc,0),6,1)/sma(abs(close-lc),6,1)*100;bias5:=(close-ma(close,13))/ma(close,13)*100;换手:=100*v/capital;bb13:=atan(ema(x1,13)-ref(ema(x1,13),1))*3.1416*10;ema8:=ema(c,8);drawtext(filter(bb13>1 and ema(x1,13)>ref(ema(x1,8),1),10),ema8,'∠45上升'),colorwhite;成交分析1input:n(403,1,10000);drawtextrel(20,30,stklabel),linethick6,colorffff00;drawtextrel(180,30,stkname),linethick6,color00ffff;drawtextrel(740,150, ' 遍'),linethick4,color00ffff;drawtextrel(740,300, ' 访'),linethick4,color00ffff;drawtextrel(740,450, ' 高'),linethick4,color00ffff;drawtextrel(740,600, ' 手'),linethick4,color00ffff;drawtextrel(740,750, ' 新'),linethick4,colorff00ff;drawtextrel(740,900, ' 编'),linethick4,color00ff00;drawtextrel(800,150,' 龙'),linethick6,color00ff00;drawtextrel(800,400,' 虎'),linethick6,colorffffff;drawtextrel(800,650,' 看'),linethick6,color0000ff;drawtextrel(800,900,' 盘'),linethick6,color00ffff;drawtextrel(20,500,'-----------------------------------------------------------------------------2007.07.07---'),linethick1,coloreeeeee;a:=buyvol*c/100;bz:=sum(a,0);b:=c*sellvol/100;sz:=sum(b,0);z:=bz+sz;cz:=bz-sz;xb5:=if(a<=5 ,a,0);b5:=sum(xb5,0);xs5:=if(b<=5 ,b,0);s5:=sum(xs5,0);xb10:=if(a<=10 and a>=5 ,a,0);b10:=sum(xb10,0);xs10:=if(b<=10 and b>=5,b,0);s10:=sum(xs10,0);xb30:=if(a<=30 and a>=10 ,a,0);b30:=sum(xb30,0);xs30:=if(b<=30 and b>=10 ,b,0);s30:=sum(xs30,0);xb50:=if(a<=50 and a>=30 ,a,0);b50:=sum(xb50,0);xs50:=if(b<=50 and b>=30 ,b,0);s50:=sum(xs50,0);xb70:=if(a<=70 and a>=50 ,a,0);b70:=sum(xb70,0);xs70:=if(b<=70 and b>=50 ,b,0);s70:=sum(xs70,0);xb100:=if(a<=100 and a>=70,a,0);b100:=sum(xb100,0);xs100:=if(b<=100 and b>=70,b,0);s100:=sum(xs100,0);xb150:=if(a>=100 ,a,0);b150:=sum(xb150,0);xs150:=if(b>=100 ,b,0);s150:=sum(xs150,0);j5:=b5-s5;j10:=b10-s10;j30:=b30-s30;j50:=b50-s50;j70:=b70-s70;j100:=b100-s100;j150:=b150-s150;if barstatus=2 and (z) then begin drawtextrel(320,45,' ■总成金额(万元):'+numtostrn(dyna**(10)/10000,2)),linethick4,colorccffcc;end;if barstatus=2 and (bz) then begin drawtextrel(30,550,'■■■■■买入:'+numtostrn(bz,2)),linethick1,colorred;end;if barstatus=2 and (sz) then begin drawtextrel(250,550,' ■■■■■卖出:'+numtostrn(sz,2)),linethick1,colorgreen;end;if barstatus=2 and (b5) then begin drawtextrel(30,600,' 5 万大单买入: ' +numtostrn(b5,2)),linethick1,colorred;end;if barstatus=2 and (s5) then begin drawtextrel(250,600,' 5 万大单卖出: '+numtostrn(s5,2)),linethick1,colorgreen;end;if barstatus=2 and (b10) then begin drawtextrel(30,650,' 10 万大单买入:'+numtostrn(b10,2)),linethick1,colorred;end;if barstatus=2 and (s10) then begin drawtextrel(250,650,' 10 万大单卖出:'+numtostrn(s10,2)),linethick1,colorgreen;end;if barstatus=2 and (b30) then begin drawtextrel(30,700,' 30 万大单买入:'+numtostrn(b30,2)),linethick1,colorred;end;if barstatus=2 and (s30) then begin drawtextrel(250,700,' 30 万大单卖出:'+numtostrn(s30,2)),linethick1,colorgreen;end;if barstatus=2 and (b50) then begin drawtextrel(30,750,' 50 万大单买入:'+numtostrn(b50,2)),linethick1,colorred;end;if barstatus=2 and (s50) then begin drawtextrel(250,750,' 50 万大单卖出:'+numtostrn(s50,2)),linethick1,colorgreen;end;if barstatus=2 and (b70) then begin drawtextrel(30,800,' 70 万大单买入:'+numtostrn(b70,2)),linethick1,colorred;end;if barstatus=2 and (s70) then begin drawtextrel(250,800,' 70 万大单卖出:'+numtostrn(s70,2)),linethick1,colorgreen;end;if barstatus=2 and (b100) then begin drawtextrel(30,850,'100 万大单买入:'+numtostrn(b100,2)),linethick1,colorred;end;if barstatus=2 and (s100) then begin drawtextrel(250,850,' 100 万大单卖出:'+numtostrn(s100,2)),linethick1,colorgreen;end;if barstatus=2 and (b150) then begin drawtextrel(30,900,'150 万大单买入:'+numtostrn(b150,2)),linethick1,colorred;end;if barstatus=2 and (s150) then begin drawtextrel(250,900,' 150 万大单卖出:'+numtostrn(s150,2)),linethick1,colorgreen;end;if barstatus=2 and (cz) then begin drawtextrel(470,550,' ■■■■总净买入:'+numtostrn(cz,2)),linethick1,colorccff00;end;if barstatus=2 and (j5) then begin drawtextrel(470,600, ' 5万大单净买入; '+numtostrn(j5,2)),linethick1,colorccff00;end;if barstatus=2 and (j10) then begin drawtextrel(470,650, ' 10万大单净买入; '+numtostrn(j10,2)),linethick1,colorccff00;end;if barstatus=2 and (j30) then begin drawtextrel(470,700, ' 30万大净买入; '+numtostrn(j30,2)),linethick1,colorccff00;end;if barstatus=2 and (j50) then begin drawtextrel(470,750, ' 50万大单净买入; '+numtostrn(j50,2)),linethick1,colorccff00;end;if barstatus=2 and (j70) then begin drawtextrel(470,800, ' 70万大单净买入; '+numtostrn(j70,2)),linethick1,colorccff00;end; 20210311
汇率兑换计算器

类似问答
  • 是什么意思?
    • 2024-06-05 01:25:03
    • 提问者: 未知
    《重组办法》第12条对借壳上市的定义做了说明:“自控制权发生变更之日起,上市公司向收购人购买的资产总额,占上市...圈子理解认为兜底条款意义重大,对于之前征求见稿发布时...
  • pc是什么意思pe又是什么意思
    • 2024-06-05 20:34:39
    • 提问者: 未知
    pc 是微型计算机 pe是 一种在电脑出现问题不能进入正常系统时候的一种,紧急备用系统 pc的英文全称是:personal computer 翻译成中文的意思是:个人计算机或者个人电脑。pc是一个具有广泛含义的词语,也是电脑的统称。就目前而言个人电脑种类有很多,比如传统的台式电脑、diy电脑、笔记本电脑...
  • 保险全赔是什么意思是什么意思是什么意思
    • 2024-06-05 00:29:45
    • 提问者: 未知
    汽车全保,普通老百姓理解好像是保险买全了,什么损失保险公司都可以赔的。一般来说大家认可的汽车全保指:交强险+车损险+第三者责任保险+不计免赔+车上人员险等这几项,有条件还可以附加盗抢险、玻璃险、车身划痕险、自燃险等。提醒,不同的保险公司,汽车全保包含的险种是有区别的,因此,...
  • lvd是什么意思?emc是什么意思?ce认证
    • 2024-06-05 15:18:11
    • 提问者: 未知
    emc认证是电磁兼容的标准,是设备和系统在其电磁环境中能正常工作且不对环境中任何事物构成不能承受的电磁骚扰的能力。...扩展资料随着电气电子技术的发展,家用电.
  • sz是啥意思,是什么意思
    • 2024-06-05 18:03:30
    • 提问者: 未知
    szstylebysz.简称sz,由**rilfs创建,其灵感源自欧日韩流行时尚风格。以特、高贵、浪漫、潮流、实用设计搭配风格。旨在为新时尚个性一族打造靓丽、自信的青春形象,并展示现代都市女性激情、妩媚、知性、时尚的生活品位。应答时间:2020-08-06,最新业务变化请以平安银行官网公布为准。[平安车主贷] 有车就能贷,最高50万
  • kpi是什么意思,kpi考核是什么意思
    • 2024-06-05 23:32:44
    • 提问者: 未知
    kpi考核,key performance indicator的缩写,指的是关键绩效指标考核法。按管理主题来划分,绩效管理可分为两大类,一类是激励型绩效管理,侧重于激发员工的工作积极性,比较适用于成长期的企业。另一类是管控型绩效管理,侧重于规范员工的工作行为,比较适用于成熟期的企业。但无论采用哪一...
  • 保险top什么意思是什么意思
    • 2024-06-05 15:50:33
    • 提问者: 未知
    互联网保险购买决策**-多保鱼保险网是一个保险购买决策**,提供意外险、健康险、医疗险、人寿险、重疾险评测、攻略、百科、问答知识,帮助用户科学购买合适的保险。学保险知识,选择互联网保险购买决策**-多保鱼保险网。问:保险top什么意思是什么意思 答:这个top的词性是褒义词,具体...
  • 保险三转是什么意思是什么意思是什么意思
    • 2024-06-05 10:06:31
    • 提问者: 未知
    互联网保险购买决策**-多保鱼保险网是一个保险购买决策**,提供意外险、健康险、医疗险、人寿险、重疾险评测、攻略、百科、问答知识,帮助用户科学购买合适的保险。学保险知识,选择互联网保险购买决策**-多保鱼保险网。问:保险三转是什么意思是什么意思是什么意思 答:社保代转资金...
  • scalp是什么意思,confess是什么意思,screech是什么意思,halt是什么意思,digit
    • 2024-06-05 18:58:54
    • 提问者: 未知
    scalp 英[skælp]美[skælp] n.头皮;胜利品;圆秃秃的山顶;做股票小投机所得的微小利润;vt.剥去…的头皮;倒卖(黄牛票)以(某物)囤积居奇牟取暴利;夺取(对方的势力) vi.卖(黄牛票) confess 英[kənˈfes]美[kənˈfɛs] v.承认;坦白;供认;悔过;[网络]忏悔;招认;忏悔,坦白;screech 英[skri:tʃ]美...
  • 平保保险的是什么意思是什么意思是什么
    • 2024-06-05 04:11:17
    • 提问者: 未知
    1、平保就是**平安保险,**平安的股票代码:601318 2、**平安保险(集团)股份有限公司(以下简称“**平安”,“公司”,“集团”)于1988年诞生于深圳蛇口,是**第一家股份制保险企业,至今已经发展成为金融保险、银行、投资等金融业务为一体的整合、紧密、多元的综合金融服务集团...
汇率兑换计算器

热门推荐
热门问答
最新问答
推荐问答
新手帮助
常见问题
房贷计算器-九子财经 | 备案号: 桂ICP备19010581号-1 商务联系 企鹅:2790-680461

特别声明:本网为公益网站,人人都可发布,所有内容为会员自行上传发布",本站不承担任何法律责任,如内容有该作者著作权或违规内容,请联系我们清空删除。