通达信兄弟操盘和短线英豪的不同

啦啦啦啦 2024-05-20 08:17:19
最佳回答
核心部分是一致的,只是“兄弟操盘”比“短线英豪”界面更花哨了些。现贴出二公式自己可以比较一下{兄弟操盘}动力线:ma(c,5),linethick3,color00ccff;牛熊线:ma(c,13),circledot,coloryellow;生命线:ma(c,34),circledot,colormagenta;ma05:=ma(c,5);ma10:=ma(c,10);ma20:=ma(c,20);ma30:=ma(c,30);五日乖离率:=(c-ma05)/ma05*100;bb05:=atan((ma05/ref(ma05,1)-1)*100)*180/3.1416;速度5:=sma(ema((ma05-ref(ma05,1))/ref(ma05,1),3)*100,3,1);加速度5:=ema((速度5-ref(速度5,1)),3),nodraw;if(bb05>30 and ma05>ref(ma05,1), ma05,draw**),linethick3,colorred;bb10:=atan((ma10/ref(ma10,1)-1)*100)*180/3.1416;if(bb05<0 and ma05<ref(ma05,1), ma05,draw**),linethick3,colorgreen;三拾日乖离率:=(c-ma30)/ma30*100,nodraw;var1:=(ma20-ma30)>ref((ma20-ma30),1) and ma20>ref(ma20,1) and ma30>ref(ma30,1);var2:=(ma30-ma20)<ref((ma30-ma20),1) and ma20<ref(ma20,1) and ma30<ref(ma30,1);bb30:=atan((ma30/ref(ma30,1)-1)*100)*180/3.1416;强势**:=filter(bb30>30 and bb10>45 and cross(bb05,60),10);加仓:=filter(count(cross(bb05,30),5)>=1 and ma05>ref(ma05,1) and 三拾日乖离率>ref(三拾日乖离率,1) and ma10>ref(ma10,1)and 加速度5>ref(加速度5,1) and 速度5>ref(速度5,1) ,10) ;**:=filter(count(cross(30,bb05),5)>=1 and (c>ma30 or o>ma30) and ma05<ref(ma05,1) and 三拾日乖离率<ref(三拾日乖离率,1) and ma10<ref(ma10,1),10);drawtext(加仓 ,low*0.98,'◆加二'),coloryellow;jc:=cross(0,五日乖离率) and 三拾日乖离率<ref(三拾日乖离率,1) and ma10>ref(ma10,1) ;减仓:=filter(jc,10);mr:=count(cross(五日乖离率,0),3)>=1 and 三拾日乖离率>ref(三拾日乖离率,1) and ma05>ref(ma05,1) and (c/ref(c,1)-1)*100>5 and ref(c,1)<ma30;买入:=filter(mr,10);drawtext(减仓,high*1.02,'◆风险'),colorcyan;drawtext(买入,low*0.96,'◆买二'),coloryellow;drawtext(** ,high*1.00,'◆**'),colorgreen;var21:=max(abs(high-amount/vol/100),abs(amount/vol/100-low));var3:=abs((open+close)/2-amount/vol/100);mv:=(var21+var3)/amount*vol*100*50;压力:ma(ref(hhv(c,30),1),2),color9dffff;支撑:ma(ref(llv(c,30),1),2),colorabff46; {彩色k线}tyx3:=ma(ref(hhv((c+l+o+h)/4,30),1),3);tyx4:=ma((c+l+o+h)/4,13);tyx5:=ema((c+l+o+h)/4,21);{空心红}stickline(c<tyx5 and c>o,h,l,0,0),colorred;stickline(c<tyx5 and c>o,c,o,3,1),colorred; {深绿}stickline(c<tyx5 and c<o,h,l,0,0),color007700;stickline(c<tyx5 and c<o,c,o,3,0),color005500;stickline(c<tyx5 and c<o,c,o,2,0),color006600;stickline(c<tyx5 and c<o,c,o,1,0),color007700;{蓝}stickline(c>tyx5 and c<o,h,l,0,0),colorffdd44;stickline(c>tyx5 and c<o,c,o,3,0 ),colorff7700;stickline(c>tyx5 and c<o,c,o,2,0 ),colorffaa22;stickline(c>tyx5 and c<o,c,o,1 ,0 ),colorffdd44; {黄}stickline(c>tyx5 and c>o,h,l,0,0 ),color00eeff;stickline(c>tyx5 and c>o,c,o,3,0 ),color00aaff; stickline(c>tyx5 and c>o,c,o,2,0 ),color00ccff; stickline(c>tyx5 and c>o,c,o,1,0 ),color00eeff;{粉红}stickline(c>tyx4 and c>o,h,l,0,0),colorff66aa;stickline(c>tyx4 and c>o,c,o,3,0 ),colorff11ff;stickline(c>tyx4 and c>o,c,o,2,0 ),colorff44ff;stickline(c>tyx4 and c>o,c,o,1,0 ),colorff66ff; {亮灰}stickline(c>tyx4 and c<o,h,l,0,0),color999999;stickline(c>tyx4 and c<o,c,o,3,0),color555555;stickline(c>tyx4 and c<o,c,o,2,0),color777777;stickline(c>tyx4 and c<o,c,o,1,0),color999999;{深红}stickline(c>tyx3 and c>o,h,l,0,0),color0000dd; stickline(c>tyx3 and c>o,c,o,3,0),color000099;stickline(c>tyx3 and c>o,c,o,2,0),color0000bb;stickline(c>tyx3 and c>o,c,o,1,0),color0000dd;{涨跌停k线}stickline(high=low and close=open and (close/ref(close,1))>1.048,high,low,3,0) ,colorred;stickline(high=low and close=open and (ref(close,1)/close)>1.048,high,low,3,0) ,color00ff00;{突破}stickline(ref(count(c<tyx3,5)=5,1) and c>tyx3 and c>o,c,o,1,0),color00ccff;{买卖主图}ma18:=ma(close,18);mtm:=c-ref(c,1);dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);买:=llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2));drawtext(filter(买=1,5),low,'★买一'),colorred;加1:=ma18>=ref(ma18,3) and cross(close,ma18);drawtext(加1,low*0.99,'★加一'),colorcc66ff;卖一:=hhv(dx,2)=hhv(dx,7) and count(dx>50,2) and cross(ma(dx,2),dx);drawtext(filter(卖一=1,1),high*1.01,'★卖一'),colorgreen;{牛熊通吃}aa1:=amount/v;bb1:=l<aa1*0.9;cc1:=(c-ref(c,1))/ref(c,1)*100>1.2;dd1:=l<ma(c,5)*0.921;ee1:=v<ma(v,5)*1.5;ff1:=bb1 and cc1 and dd1 and ee1;drawtext(ff1,low*0.99,'老鼠仓'),color4080ff;{预测明天}xxs:=ma(low,5)*(1-5/100); xxs1:=ma(high,5)*(1+5/100); 均线:=c,colorgreen; aaaa:=close/ref(close,3)<=0.85 and cross(c,xxs) and c>ref(c,1),linethick0 ; drawtext(aaaa,l*0.95,'下影买'),colorred; bbaa:=cross(xxs1,c); drawtext(cross(xxs1,c),h,'开盘逃'),colorwhite; dddd:=cross(c,xxs1); drawtext(dddd,h,'明日走'),coloryellow; {兄弟指标} aaa:=ma(low,5)*(1-5/100); bbb:=(hhv(aaa,5)+llv(aaa,5))/2; drawtext(cross(bbb,l) and bbb>ref(bbb,1),l*0.98,'←兄弟回马枪'),colorwhite; {天河指标} dif:=ema(close,12)-ema(close,26); dea:=ema(dif,9); drawtext(ref(cross(dea,dif),1) and cross(dif,dea),l*0.97,'←天河回马抢'),colormagenta;{见好就收}vsr2:=(close-llv(low,20))/(hhv(high,20)-llv(low,20))*100;vsr3:=sma(vsr2,4,1);vsr4:=sma(vsr3,2,1);drawtext(vsr4>82 and vsr3>89,hhv(c,30)*1.02,'收'),colorgreen;==================={短线英豪}ma05:ma(c,5)linethick3,color00ccff;ma10:=ma(c,10);ma20:=ma(c,20);ma30:=ma(c,30);五日乖离率:=(c-ma05)/ma05*100;bb05:=atan((ma05/ref(ma05,1)-1)*100)*180/3.1416;速度5:=sma(ema((ma05-ref(ma05,1))/ref(ma05,1),3)*100,3,1);加速度5:=ema((速度5-ref(速度5,1)),3),nodraw;if(bb05>30 and ma05>ref(ma05,1), ma05,draw**),linethick3,colorred;bb10:=atan((ma10/ref(ma10,1)-1)*100)*180/3.1416;if(bb05<0 and ma05<ref(ma05,1), ma05,draw**),linethick3,colorgreen;三拾日乖离率:=(c-ma30)/ma30*100,nodraw;var1:=(ma20-ma30)>ref((ma20-ma30),1) and ma20>ref(ma20,1) and ma30>ref(ma30,1);var2:=(ma30-ma20)<ref((ma30-ma20),1) and ma20<ref(ma20,1) and ma30<ref(ma30,1);bb30:=atan((ma30/ref(ma30,1)-1)*100)*180/3.1416;强势**:=filter(bb30>30 and bb10>45 and cross(bb05,60),10);加仓:=filter(count(cross(bb05,30),5)>=1 and ma05>ref(ma05,1) and 三拾日乖离率>ref(三拾日乖离率,1) and ma10>ref(ma10,1)and 加速度5>ref(加速度5,1) and 速度5>ref(速度5,1) ,10) ;**:=filter(count(cross(30,bb05),5)>=1 and (c>ma30 or o>ma30) and ma05<ref(ma05,1) and 三拾日乖离率<ref(三拾日乖离率,1) and ma10<ref(ma10,1),10);drawtext(加仓 ,low*0.98,'←加仓'),colorred;jc:=cross(0,五日乖离率) and 三拾日乖离率<ref(三拾日乖离率,1) and ma10>ref(ma10,1) ;减仓:=filter(jc,10);mr:=count(cross(五日乖离率,0),3)>=1 and 三拾日乖离率>ref(三拾日乖离率,1) and ma05>ref(ma05,1) and (c/ref(c,1)-1)*100>5 and ref(c,1)<ma30;买入:=filter(mr,10);drawtext(减仓,high*1.02,'←风险'),colorcyan;drawtext(买入,low*0.98,'←买入'),coloryellow;drawtext(** ,high*1.02,'←**'),colorgreen;drawtext(强势**,low*0.98,'←强势**'),coloryellow;var21:=max(abs(high-amount/vol/100),abs(amount/vol/100-low));var3:=abs((open+close)/2-amount/vol/100);mv:=(var21+var3)/amount*vol*100*50;压力:ma(ref(hhv(c,30),1),2),color9dffff;支撑:ma(ref(llv(c,30),1),2),colorabff46; 20210311
汇率兑换计算器

类似问答
  • 短线操作和长线操作哪个好?
    • 2024-05-20 09:35:50
    • 提问者: 未知
    **则不然,对股票本身作了一番分析,对上市公司近期的表现有一定信心,并认为当时股票价格适中而买入,一般持有两...比如002384东山精密,你如果2016年3月4日地点14.25(阶段...
  • 通达信 日线和分钟线同时选股公式
    • 2024-05-20 14:59:35
    • 提问者: 未知
    dif:=ema(close,12)-ema(close,26);dea:=ema(dif,9);macd:=(dif-dea)*2;忽略以上公式。这个需要引用日线数据条件。鼠标点击下方 我 的 名 字 或(图 标)上,进入 可 看到 q,订 制 公式。
  • oppo和vivo公司总裁是不是兄弟?
    • 2024-05-20 04:19:44
    • 提问者: 未知
    oppo和vivo有着相当一部分共同的股东,所以可以当成是半个利益共同体,而且两者在渠道方面有部分会共用。但是两者不属于同一公司,都处在竞争激烈的手机市场,两者的股东...
  • up五星操盘线为啥在通达信不能预警
    • 2024-05-20 22:03:22
    • 提问者: 未知
    只要有公式源码,只要是能在通达信里能使用的,都可以做成预警公式,请把公式源码发出来。光有名称是做不出来的。
  • 短线操盘手的下载地址?
    • 2024-05-20 19:12:08
    • 提问者: 未知
    我是该软件的正版用户。好不好用要看哪方面了,如果你觉得用了软件就能赚钱,那没有一款股软能达到你的要求;如果说功能、客服方面,我觉得蛮好的,有柳老师网址和所在地的工作人员帮忙解答,平时培训也不少。说到软件功能,建议自己先到各大论坛下载d版的试试看(我就是这样),我比较喜欢该软件的周期共振、板块指数共振等功能很好用,适合新手和不懂自编公式的股民,有了每个季度的基金持仓数据,就不用再在网上辛苦地找了。
  • 通达信里布林线 和布林线主图叠加有什么不同啊,
    • 2024-05-20 05:49:29
    • 提问者: 未知
    布林线是另外开一个窗口。布林线主图叠加直接在k线图上,叠加布林线指标。
  • 郭氏兄弟的新鸿基郭氏兄弟
    • 2024-05-20 05:22:32
    • 提问者: 未知
    郭炳湘三兄弟,是新鸿基地产创办人郭得胜的传人。新鸿基地产创立于1972年,主要从事地产发展和投资。物业销售和租金收入分别占到盈利来源的63.3%和26.6%,其他业务包括酒店经营、建筑、财务、保险、戏院、货仓、制衣、公共运输和电讯等。郭得胜去世后,新鸿基地产掌舵的成了郭家第二代。长子...
  • 刘氏兄弟纪念馆的刘氏兄弟
    • 2024-05-20 03:11:21
    • 提问者: 未知
    刘半农,是**现代著名的文学家、语言学家。他首创了“她”字,1920年6月,刘半农在《“她”字问题》论文中,以缜密的论证,介绍了他所创造的“她”字。3个月后,刘半农写了一首著名的白话诗《叫我如何不想她》,诗中表达的对乡土思念、祖国眷恋之情,引起了千百万读者的共鸣,而“她”字也...
  • 英雄联盟中哪些英雄有兄弟关系???
    • 2024-05-20 10:17:34
    • 提问者: 未知
    德玛西亚之力盖伦是光辉**拉克丝的哥哥德邦总管救过德玛西亚皇子的爷爷德玛西亚之力是德玛西亚皇子的恩人诺克萨斯之手德莱厄斯和荣耀行刑官德**兄弟关系荒漠屠夫和沙漠死神是兄弟(已断绝)诺克萨斯之手德莱厄斯是不详之刃卡特琳娜和魔蛇之拥卡西佩里奥的哥哥魔蛇之拥和不详之刃是姐妹关系猴子和剑圣是师徒关系寒冰射手、猪女、寒冰女巫是三姐妹阿卡利、慎、凯南是同门师兄弟皎月女神和曙光女神来自于一个家乡 信仰不同 ...
  • 保证金操盘和实盘有什么不同?
    • 2024-05-20 15:23:42
    • 提问者: 未知
    实盘是国内的特色,保证金是国际上比较流行的交易可多可空,实盘是单边交易
汇率兑换计算器

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

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