{"id":105552,"date":"2018-10-24T16:44:48","date_gmt":"2018-10-24T08:44:48","guid":{"rendered":"https:\/\/www.lixiangluntan.com\/105552.html"},"modified":"2018-10-24T16:44:48","modified_gmt":"2018-10-24T08:44:48","slug":"%e5%a4%a7%e6%99%ba%e6%85%a7%e7%9a%84%e7%a5%9e%e5%89%91%e6%8c%87%e6%a0%87%e6%94%b9%e5%86%99%e6%88%90%e9%80%89%e8%82%a1%e5%85%ac%e5%bc%8f_%e5%a4%a7%e6%99%ba%e6%85%a7ace%e7%a0%b4%e8%a7%a3%e7%89%88","status":"publish","type":"post","link":"https:\/\/www.lixiangluntan.com\/?p=105552","title":{"rendered":"\u5927\u667a\u6167\u7684\u795e\u5251\u6307\u6807\u6539\u5199\u6210\u9009\u80a1\u516c\u5f0f_\u5927\u667a\u6167ace\u7834\u89e3\u7248"},"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;\">\u5de5\u4f5c\u7ebf\u6307\u6807\u6539\u6210\u9884\u8b66\u516c\u5f0f<\/p>\n<p>\u5de5\u4f5c\u7ebf\u6307\u6807\u6539\u6210\u9884\u8b66\u516c\u5f0f<\/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\u4e1c\u65b9\u8d22\u5bccL2\u51b3\u7b56\u7834\u89e3\u7248,\u4e1c\u65b9\u8d22\u5bcc\u7f51,\u4e1c\u65b9\u8d22\u5bcc\u6295\u8d44\u5927\u5e08\u7834\u89e3\u7248,\u4e1c\u65b9\u8d22\u5bcc\u5148\u950b\u7248\u7834\u89e3,\u4e1c\u65b9\u8d22\u5bcc\u9886\u822a\u7248\u7834\u89e3,\u540c\u82b1\u987a\u8fdc\u822a\u7248\u7834\u89e3,\u540c\u82b1\u987a\u8d22\u5bcc\u5148\u950b\u7834\u89e3,\u540c\u82b1\u987aL2\u7834\u89e3\u3002<\/p>\n<\/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><span style=\"color: rgb(255, 0, 0); \">&nbsp;\u7f51\u53cb\u6c42\u52a9\uff1a<\/span><\/p>\n<div>\n DIFF:=EMA(CLOSE,8)-EMA(CLOSE,13);<br \/>\n <br \/> A2:=K&gt;D;<br \/>\n <br \/> KDJX:IF(A2,2,0),COLORRED;<br \/>\n <br \/> LC:=REF(CLOSE,1);<br \/>\n <br \/> RSI1:=(SMA(MAX(CLOSE-LC,0),5,1))\/(SMA(ABS(CLOSE-LC),5,1))*100;<br \/>\n <br \/> RSI2:=(SMA(MAX(CLOSE-LC,0),13,1))\/(SMA(ABS(CLOSE-LC),13,1))*100;<br \/>\n <br \/> DRAWICON(RSI1&gt;RSI2,3,7);<br \/>\n <br \/> DRAWICON(RSI1&lt;RSI2,3,8);<br \/>\n <br \/> DRAWTEXT(0,47,'.RSI'),COLORFFFFFF;<br \/>\n <br \/> A3:=RSI1&gt;RSI2;<br \/>\n <br \/> RSIX:IF(A3,3,0),COLORRED;<br \/>\n <br \/> DRAWTEXT(0,35,'.LWR'),COLORFFFFFF;<br \/>\n <br \/> A4:=LWR1&gt;LWR2;<br \/>\n <br \/> LWRX:IF(A4,4,0),COLORRED;<br \/>\n <br \/> BBI:=(MA(CLOSE,3)+MA(CLOSE,6)+MA(CLOSE,12)+MA(CLOSE,24))\/4;<br \/>\n <br \/> DRAWICON(CLOSE&gt;BBI,5,7);<br \/>\n <br \/> DRAWICON(CLOSE&lt;BBI,5,8);<br \/>\n <br \/> DRAWTEXT(0,23,'.BBI'),COLORFFFFFF;<br \/>\n <br \/> A5:=CLOSE&gt;BBI;<br \/>\n <br \/> BBIX:IF(A5,5,0),COLORRED;<br \/>\n <br \/> MTM:=CLOSE-REF(CLOSE,1);<br \/>\n <br \/> MMS:=100*EMA(EMA(MTM,5),3)\/EMA(EMA(ABS(MTM),5),3);<br \/>\n <br \/> MMM:=100*EMA(EMA(MTM,13),8)\/EMA(EMA(ABS(MTM),13),8);<br \/>\n <br \/> DRAWICON(MMS&gt;MMM,6,7);<br \/>\n <br \/> DRAWICON(MMS&lt;MMM,6,8);<br \/>\n <br \/> DRAWTEXT(0,11,'.MTM'),COLORFFFFFF;<br \/>\n <br \/> A6:=MMS&gt;MMM;<br \/>\n <br \/> MTMX:IF(A6,6,0),COLORRED,LINETHICK2;<br \/>\n <br \/> \u6da8\u4e70\u5165:IF((A1 AND A2 AND A3 AND A4 AND A5 AND A6) AND REF(A1 AND A2 AND A3 AND A4 AND A5 AND A6,1)=0,7,0),COLORYELLOW,LINETHICK1;<br \/>\n <br \/> \u4e0a\u6da8:IF(A1 AND A2 AND A3 AND A4 AND A5 AND A6,7,0),COLORYELLOW,LINETHICK1;<br \/>\n <br \/> \u6674\u5929:(MACDX+KDJX+RSIX+LWRX+BBIX+MTMX=21),LINETHICK0;<br \/>\n <br \/> \u96e8\u5929:(MACDX+KDJX+RSIX+LWRX+BBIX+MTMX&gt;0 AND MACDX+KDJX+RSIX+LWRX+BBIX+MTMX&lt;21 ),LINETHICK0;<br \/>\n <br \/> \u96ea\u5929:(MACDX+KDJX+RSIX+LWRX+BBIX+MTMX=0),LINETHICK0; <\/p>\n<p>\u8bf7\u6539\u5199\u6210\u4e24\u4e2a\u9009\u80a1\u516c\u5f0f\uff1a<\/p>\n<p>1\uff0cMTMX,BBIX,LWRX,RSIX,KDJX,MACDX\u540c\u65f6\u4e3a\u96f6\u7684\u9009\u80a1\u516c\u5f0f\uff1b<\/p>\n<p>2\uff0cMTMX\u4e3a\u96f6\u7684\u9009\u80a1\u516c\u5f0f\u3002<br \/> &nbsp;<\/p>\n<\/div>\n<div>\n &nbsp;\n<\/div>\n<div>\n <span style=\"color: rgb(255, 0, 0); \">\u89e3\u7b54\u5982\u4e0b\uff1a<\/span>\n<\/div>\n<div>\n DIFF:=EMA(CLOSE,8)-EMA(CLOSE,13);<br \/>\n <br \/> DEA:=EMA(DIFF,5);<br \/>\n <br \/> A1:=DIFF&gt;DEA;<br \/>\n <br \/> RSV1:=(CLOSE-LLV(LOW,8))\/(HHV(HIGH,8)-LLV(LOW,8))*100;<br \/>\n <br \/> K:=SMA(RSV1,3,1);<br \/>\n <br \/> D:=SMA(K,3,1);<br \/>\n <br \/> A2:=K&gt;D;<br \/>\n <br \/> LC:=REF(CLOSE,1);<br \/>\n <br \/> RSI1:=(SMA(MAX(CLOSE-LC,0),5,1))\/(SMA(ABS(CLOSE-LC),5,1))*100;<br \/>\n <br \/> RSI2:=(SMA(MAX(CLOSE-LC,0),13,1))\/(SMA(ABS(CLOSE-LC),13,1))*100;<br \/>\n <br \/> A3:=RSI1&gt;RSI2;<br \/>\n <br \/> RSV:=-(HHV(HIGH,13)-CLOSE)\/(HHV(HIGH,13)-LLV(LOW,13))*100;<br \/>\n <br \/> LWR1:=SMA(RSV,3,1);<br \/>\n <br \/> LWR2:=SMA(LWR1,3,1);<br \/>\n <br \/> A4:=LWR1&gt;LWR2;<br \/>\n <br \/> BBI:=(MA(CLOSE,3)+MA(CLOSE,6)+MA(CLOSE,12)+MA(CLOSE,24))\/4;<br \/>\n <br \/> A5:=CLOSE&gt;BBI;<br \/>\n <br \/> MTM:=CLOSE-REF(CLOSE,1);<br \/>\n <br \/> MMS:=100*EMA(EMA(MTM,5),3)\/EMA(EMA(ABS(MTM),5),3);<br \/>\n <br \/> MMM:=100*EMA(EMA(MTM,13),8)\/EMA(EMA(ABS(MTM),13),8);<br \/>\n <br \/> A6:=MMS&gt;MMM;<br \/>\n <br \/> A1=0 AND A2=0 AND A3=0 AND A4=0 AND A5=0 AND A6=0;<br \/>\n <br \/> =============<br \/>\n <br \/> MTM:=CLOSE-REF(CLOSE,1);<br \/>\n <br \/> MMS:=100*EMA(EMA(MTM,5),3)\/EMA(EMA(ABS(MTM),5),3);<br \/>\n <br \/> MMM:=100*EMA(EMA(MTM,13),8)\/EMA(EMA(ABS(MTM),13),8);<br \/>\n <br \/> A6:=MMS&gt;MMM;<br \/>\n <br \/> A6=0;\n<\/div>\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\">\u9ed1\u9a6c\u80a1\u7968<\/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;\">64\u65e5\u5747\u7ebf\u8f6c\u6298\u65f6\u7528\u7ad6\u7ebf\u5728\u4e3b\u56fe\u4e0a\u663e\u793a<\/p>\n<p>64\u65e5\u5747\u7ebf\u8f6c\u6298\u65f6\u7528\u7ad6\u7ebf\u5728\u4e3b\u56fe\u4e0a\u663e\u793a<\/p>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>\u5927\u667a\u6167\u7684\u795e\u5251\u6307\u6807\u6539\u5199\u6210\u9009\u80a1\u516c\u5f0f<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[179],"tags":[180],"class_list":["post-105552","post","type-post","status-publish","format-standard","hentry","category-gsbxdy","tag-180"],"_links":{"self":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts\/105552","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=105552"}],"version-history":[{"count":0,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts\/105552\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=105552"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=105552"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=105552"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}