ihzx 发表于 2021-8-28 00:56:20

通达信短线攻击手 线上主升浪副图指标源码 贴图


         <p>以下是通达信短线攻击手 线上主升浪副图指标源码 贴图(无源码的请下载附件导入)</p>
<div class="con" id="rjsmad1"></div>
<p>短线攻击手 线上主升浪副图指标 通达信公 源码 贴图</p>
<p><br>
{================背景 ================};<br>
DRAWGBK(ISLASTBAR, RGB(60,60,60),RGB(0,0,0),0,'0',0);</p>
<p>JJ:=(((CLOSE - LLV(LOW,N)) / (HHV(HIGH,N) - LLV(LOW,N))) * 100);<br>
&nbsp;A98:=98,COLORGRAY;<br>
&nbsp;DRAWBAND(JJ,RGB(168,18,38),75,RGB(10,100,200));<br>
&nbsp;DRAWBAND(JJ,RGB(168,18,38),25,RGB(10,100,200));<br>
&nbsp;STICKLINE(C&gt;0,75, 25,10,0), COLOR404050 ;<br>
&nbsp;DRAWICON(CROSS(JJ,A98),JJ,25);<br>
&nbsp;A95:95,COLORRED ;<br>
&nbsp;DRAWTEXT(ISLASTBAR, A95,'线上主升浪'),COLORRED;<br>
&nbsp;A75:75,COLORWHITE ;<br>
&nbsp;DRAWTEXT(ISLASTBAR, A75,'线上买入'),COLORWHITE;<br>
&nbsp;A50:50,COLORGRAY;<br>
&nbsp;A25:25,COLORGRAY;<br>
&nbsp;A5:5,COLORGRAY;<br>
&nbsp;J:(((CLOSE - LLV(LOW,N)) / (HHV(HIGH,N) - LLV(LOW,N))) * 100),COLORYELLOW ;<br>
&nbsp;BT2:=CROSS(J,A50) AND CROSS(J,A75) ;<br>
&nbsp;DRAWTEXT(BT2,50,'预测'),COLORFF00FF;<br>
&nbsp;DRAWRECTREL(1000,1,980,1000,RGB(0,75,200));<br>
&nbsp;DRAWRECTREL(1000,1,980,1000,RGB(0,250,50));<br>
&nbsp;DRAWRECTREL(1000,800-((CONST(J)/100*800)),980,1000,RGB(175,50,0));<br>
&nbsp;DRAWTEXT_FIX(1,0.800,0.00,0,STRCAT(STRCAT('攻击度',CON2STR(J,2)),' %')),COLORYELLOW;<br>
上涨趋势:IF(BT2,J,DRAWNULL),COLORRED,LINETHICK2;</p>
<p></p>
<p></p>
页: [1]
查看完整版本: 通达信短线攻击手 线上主升浪副图指标源码 贴图