{"id":80653,"date":"2020-02-24T08:56:59","date_gmt":"2020-02-24T00:56:59","guid":{"rendered":"https:\/\/www.lixiangluntan.com\/80653.html"},"modified":"2020-02-24T08:56:59","modified_gmt":"2020-02-24T00:56:59","slug":"%e6%b6%a8%e5%81%9c%e5%9b%9e%e9%a9%ac%e6%9e%aa%e5%85%ac%e5%bc%8f%e6%ba%90%e7%a0%81_%e9%80%9a%e8%be%be%e4%bf%a1","status":"publish","type":"post","link":"https:\/\/www.lixiangluntan.com\/?p=80653","title":{"rendered":"\u6da8\u505c\u56de\u9a6c\u67aa\u516c\u5f0f\u6e90\u7801_\u901a\u8fbe\u4fe1"},"content":{"rendered":"<blockquote style=\"font-size:15px;background-color: #F5F5F5;border:none;padding: 5px;margin:15px;line-height: 1.6;text-indent: 2em;\">\n<p style=\"margin-bottom:5px;\">\u628a\uff02\u8d8b\u52bf\u62d0\u70b9\uff02\u4fee\u6539\u6210\u901a\u8fbe\u4fe1\u53ef\u4ee5\u4f7f\u7528\u7684<\/p>\n<p>\u628a\uff02\u8d8b\u52bf\u62d0\u70b9\uff02\u4fee\u6539\u6210\u901a\u8fbe\u4fe1\u53ef\u4ee5\u4f7f\u7528\u7684<\/p>\n<\/blockquote>\n<blockquote style=\"font-size:15px;background-color: #F5F5F5;border:none;padding: 5px;margin:15px;line-height: 1.6;text-indent: 2em;\">\n<p style=\"margin-bottom:5px;\">\u3010\u80a1\u7968\u8d44\u6e90\u9986\u3011\u901a\u8fbe\u4fe1,\u5927\u667a\u6167,\u540c\u82b1\u987a,\u98de\u72d0,\u80a1\u7968\u6307\u6807\u516c\u5f0f,\u80a1\u7968\u516c\u5f0f\u5927\u5168,\u9053\u8fea\u62d3\u91d1,K\u7ebf\u56fe,k\u7ebf\u56fe\u7ecf\u5178\u56fe\u89e3,k\u7ebf\u56fe\u600e\u4e48\u770b,k\u7ebf\u56fe\u5206\u6790,\u80a1\u7968k\u7ebf\u56fe,\u5927\u667a\u6167\u7b56\u7565\u7834\u89e3\u7248\u3002\/p><\/p><\/blockquote>\n<p class=\"nr1\"><script type=\"text\/javascript\" src=\"\/about\/guanzhu.js\"><\/script> <\/p>\n<p style=\"color:red\">\u7f16\u5199\u6761\u4ef6\uff1a<\/p>\n<\/p>\n<p style=\"color:red\">\u7f16\u5199\u65b9\u6cd5\uff1a<\/p>\n<p>&nbsp;<span style=\"color: rgb(255, 0, 0); \">\u7f51\u53cb\u6c42\u52a9\uff1a<\/span><\/p>\n<div>\n \u6c42\u52a9\u6da8\u505c\u56de\u9a6c\u67aa\u516c\u5f0f\u6e90\u7801\n<\/div>\n<div>\n <span style=\"color: rgb(255, 0, 0); \">\u89e3\u7b54\u5982\u4e0b\uff1a<\/span>\n<\/div>\n<div>\n N1:=3;<br \/>\n <br \/> N2:=5;<br \/>\n <br \/> N3:=9;<br \/>\n <br \/> N4:=13;<br \/>\n <br \/> N5:=21;<br \/>\n <br \/> N6:=34;<br \/>\n <br \/> DIFF:=EMA(CLOSE,N3)-EMA(CLOSE,N4);<br \/>\n <br \/> DEA:=EMA(DIFF,N2);<br \/>\n <br \/> DRAWICON(DIFF&gt;DEA,0,1);<br \/>\n <br \/> DRAWICON(DIFF&lt;DEA,0,2);<br \/>\n <br \/> DRAWTEXT(ISLASTBAR,0,' MACD'),COLORFFFFFF;<br \/>\n <br \/> A1:=DIFF&gt;DEA;<br \/>\n <br \/> RSV1:=(CLOSE-LLV(LOW,N3))\/(HHV(HIGH,N3)-LLV(LOW,N3))*100;<br \/>\n <br \/> K:=SMA(RSV1,N1,1);<br \/>\n <br \/> D:=SMA(K,N1,1);<br \/>\n <br \/> DRAWICON(K&gt;D,400,1);<br \/>\n <br \/> DRAWICON(K&lt;D,400,2);<br \/>\n <br \/> DRAWTEXT(ISLASTBAR,400,' KDJ'),COLORFFFFFF;<br \/>\n <br \/> A2:=K&gt;D;<br \/>\n <br \/> LC:=REF(CLOSE,1);<br \/>\n <br \/> RSI1:=(SMA(MAX(CLOSE-LC,0),N2,1))\/(SMA(ABS(CLOSE-LC),N2,1))*100;<br \/>\n <br \/> RSI2:=(SMA(MAX(CLOSE-LC,0),N4,1))\/(SMA(ABS(CLOSE-LC),N4,1))*100;<br \/>\n <br \/> DRAWICON(RSI1&gt;RSI2,800,1);<br \/>\n <br \/> DRAWICON(RSI1&lt;RSI2,800,2);<br \/>\n <br \/> DRAWTEXT(ISLASTBAR,800,' RSI'),COLORFFFFFF;<br \/>\n <br \/> A3:=RSI1&gt;RSI2;<br \/>\n <br \/> RSV:=-(HHV(HIGH,N4)-CLOSE)\/(HHV(HIGH,N4)-LLV(LOW,N4))*100;<br \/>\n <br \/> LWR1:=SMA(RSV,N1,1);<br \/>\n <br \/> LWR2:=SMA(LWR1,N1,1);<br \/>\n <br \/> DRAWICON(LWR1&gt;LWR2,1200,1);<br \/>\n <br \/> DRAWICON(LWR1&lt;LWR2,1200,2);<br \/>\n <br \/> DRAWTEXT(ISLASTBAR,1200,' LW&amp;R'),COLORFFFFFF;<br \/>\n <br \/> A4:=LWR1&gt;LWR2;<br \/>\n <br \/> BBI:=(MA(CLOSE,N1)+MA(CLOSE,N2)+MA(CLOSE,N3)+MA(CLOSE,N4))\/4;<br \/>\n <br \/> DRAWICON(CLOSE&gt;BBI,1600,1);<br \/>\n <br \/> DRAWICON(CLOSE&lt;BBI,1600,2);<br \/>\n <br \/> DRAWTEXT(ISLASTBAR,1600,' BBI'),COLORFFFFFF;<br \/>\n <br \/> A5:=CLOSE&gt;BBI;<br \/>\n <br \/> MTM:=CLOSE-REF(CLOSE,1);<br \/>\n <br \/> MMS:=100*EMA(EMA(MTM,N2),N1)\/EMA(EMA(ABS(MTM),N2),N1);<br \/>\n <br \/> MMM:=100*EMA(EMA(MTM,N4),N3)\/EMA(EMA(ABS(MTM),N4),N3);<br \/>\n <br \/> DRAWICON(MMS&gt;MMM,2000,1);<br \/>\n <br \/> DRAWICON(MMS&lt;MMM,2000,2);<br \/>\n <br \/> DRAWTEXT(ISLASTBAR,2000,' ZLMM'),COLORFFFFFF;<br \/>\n <br \/> A6:=MMS&gt;MMM;<br \/>\n <br \/> BIAS:=(C-MA(C,N2))\/MA(C,N2);<br \/>\n <br \/> DIF:=(BIAS-REF(BIAS,16));<br \/>\n <br \/> DBCD:=SMA(DIF,76,1);<br \/>\n <br \/> MM:=MA(DBCD,5);<br \/>\n <br \/> DRAWICON(DBCD&gt;MM ,2400,1);<br \/>\n <br \/> DRAWICON(DBCD&lt;MM,2400,2);<br \/>\n <br \/> DRAWTEXT(ISLASTBAR,2400,' DBCD'),COLORFFFFFF;<br \/>\n <br \/> A7:=DBCD&gt;MM;<br \/>\n <br \/> \u6301\u80a1:3*SMA((CLOSE-LLV(LOW,27))\/(HHV(HIGH,27)-LLV(LOW,27))*100,5,1)-2*SMA(SMA((CLOSE-LLV(LOW,27))\/(HHV(HIGH,27)-LLV(LOW,27))*100,5,1),3,1),LINETHICK0,COLORRED;<br \/>\n <br \/> \u652f\u6491:LLV(\u6301\u80a1,3),LINETHICK0,COLOR00FFFF;<br \/>\n <br \/> \u4e0b\u8dcc:MA(\u6301\u80a1,12),COLOR6B8E23,LINETHICK0;<br \/>\n <br \/> \u8f6c\u5411:=CROSS(\u6301\u80a1,\u4e0b\u8dcc){ AND \u4e0b\u8dcc&lt;30};<br \/>\n <br \/> MA1:=MA(\u6301\u80a1,5);<br \/>\n <br \/> \u5411\u4e0b:=CROSS(MA1,\u6301\u80a1) AND MA1&gt;80;<br \/>\n <br \/> DRAWICON(\u6301\u80a1&gt;\u4e0b\u8dcc ,2800,1);<br \/>\n <br \/> DRAWICON(\u6301\u80a1&lt;\u4e0b\u8dcc,2800,2);<br \/>\n <br \/> DRAWTEXT(ISLASTBAR,2800,' CGZ'),COLORFFFFFF;<br \/>\n <br \/> A8:=\u6301\u80a1&gt;\u4e0b\u8dcc;<br \/>\n <br \/> ZLGJ:=100*EMA(EMA(MTM,N3),N3)\/EMA(EMA(ABS(MTM),N3),N3);<br \/>\n <br \/> MAZL:=MA(ZLGJ,5);<br \/>\n <br \/> DRAWICON(ZLGJ&gt;MAZL,3200,1),;<br \/>\n <br \/> DRAWICON(ZLGJ&lt;MAZL,3200,2),;<br \/>\n <br \/> A9:=ZLGJ&gt;MAZL;<br \/>\n <br \/> DRAWTEXT(ISLASTBAR,3200,' ZLGJ'),COLORFFFFFF;<br \/>\n <br \/> PJJ:=DMA((HIGH+LOW+CLOSE*2)\/4,0.9);<br \/>\n <br \/> JJ:=REF(EMA(PJJ,3),1);<br \/>\n <br \/> QJJ:=VOL\/((HIGH-LOW)*2-ABS(CLOSE-OPEN));<br \/>\n <br \/> XVL:=IF(CLOSE&gt;OPEN,QJJ*(HIGH-LOW),IF(CLOSE&lt;OPEN,QJJ*(HIGH-OPEN+CLOSE-LOW),VOL\/2))+IF(CLOSE&gt;OPEN,0-QJJ*(HIGH-CLOSE+OPEN-LOW),IF(CLOSE&lt;OPEN,0-QJJ*(HIGH-LOW),0-VOL\/2));<br \/>\n <br \/> HSL:=(XVL\/20)\/1.15;<br \/>\n <br \/> \u653b\u51fb\u6d41\u91cf:=((HSL*0.55+(REF(HSL,1)*0.33))+(REF(HSL,2)*0.22));<br \/>\n <br \/> GJJ:=EMA(\u653b\u51fb\u6d41\u91cf,8);<br \/>\n <br \/> LLJX:=EMA(\u653b\u51fb\u6d41\u91cf,3);<br \/>\n <br \/> \u8d44\u91d1\u6d41\u91cf:LLJX,LINETHICK0,COLOR0000FF;<br \/>\n <br \/> DRAWICON(\u8d44\u91d1\u6d41\u91cf&gt;0,3600,1);<br \/>\n <br \/> DRAWICON(\u8d44\u91d1\u6d41\u91cf&lt;0,3600,2);<br \/>\n <br \/> A10:=\u8d44\u91d1\u6d41\u91cf&gt;0;<br \/>\n <br \/> DRAWTEXT(ISLASTBAR,3500,' ZJL'),COLORFFFFFF;<br \/>\n <br \/> \u6307\u5bfc\u7ebf:(A1+A2+A3+A4+A5+A6+A7+A8+A9+A10)*100,LINETHICK2,COLORFFFF00;<br \/>\n <br \/> \u9009\u80a1:IF(\u6307\u5bfc\u7ebf &gt;600,1,0),LINETHICK3,COLORFF00FF;<br \/>\n <br \/> {(A1 AND A2 AND A3 AND A4 AND A5 AND A6 AND A7 AND A8 AND A9 AND A10),COLORFFFF00;<br \/>\n <br \/> \u4e70\u5165:A1 AND A2 AND A3 AND A4 AND A5 AND A6 AND A7 AND A8 AND A9 AND A10=1<br \/>\n <br \/> AND REF(A1 AND A2 AND A3 AND A4 AND A5 AND A6 AND A7 AND A8 AND A9 AND A10,1)=0,COLORFFFF00;};<br \/>\n <br \/> &nbsp;\n<\/div>\n<p><img decoding=\"async\" src=\"http:\/\/wmj.lixiangluntan.com\/2020\/8\/QfaUb2.jpg\" width=\"749\" border=\"0\" height=\"495\" alt=\"\u6da8\u505c\u56de\u9a6c\u67aa\u516c\u5f0f\u6e90\u7801\" style=\"cursor:pointer\" onclick=\"window.open('\/uploads\/allimg\/120615\/2_120615191115_1.jpg')\" class=\"aligncenter\"><\/p>\n<p>&nbsp;<\/p>\n<p>{\u80a1\u7968\u8d44\u6e90\u9986:www.lixiangluntan.com\u4e13\u4e1a\u548c\u8c10\u9ad8\u7aef\u7092\u80a1\u8f6f\u4ef6--\u516c\u5f0f\u7f16\u5199\u4ea4\u6d41--\u52a0QQ751161480--}<a href=\"http:\/\/www.lixiangluntan.com\" target=\"_blank\" rel=\"noopener noreferrer\">\u80a1\u7968\u516c\u5f0f\u7f51<\/a><\/p>\n<blockquote style=\"font-size:15px;background-color: #F5F5F5;border:none;padding: 5px;margin:15px;line-height: 1.6;text-indent: 2em;\">\n<p style=\"margin-bottom:5px;\">(\u4e00\u9633\u7a7f2-3\u7ebf \u6628\u5929kdj\u521a\u91d1\u53c9 \u91cf\u80fd\u6709\u6548\u653e\u5927)\u6539\u6210\u9009\u80a1<\/p>\n<p>(\u4e00\u9633\u7a7f2-3\u7ebf \u6628\u5929kdj\u521a\u91d1\u53c9 \u91cf\u80fd\u6709\u6548\u653e\u5927)\u6539\u6210\u9009\u80a1<\/p>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>\u6da8\u505c\u56de\u9a6c\u67aa\u516c\u5f0f\u6e90\u7801<\/p>\n","protected":false},"author":7,"featured_media":80654,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[179],"tags":[180],"class_list":["post-80653","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gsbxdy","tag-180"],"_links":{"self":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts\/80653","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=80653"}],"version-history":[{"count":0,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts\/80653\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/media\/80654"}],"wp:attachment":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=80653"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=80653"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=80653"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}