{"id":80343,"date":"2019-06-04T00:59:58","date_gmt":"2019-06-03T16:59:58","guid":{"rendered":"https:\/\/www.lixiangluntan.com\/80343.html"},"modified":"2019-06-04T00:59:58","modified_gmt":"2019-06-03T16:59:58","slug":"%e6%8a%8a%e9%ab%98%e6%8a%9b%e4%bd%8e%e5%90%b8%ef%bc%88%e5%89%af%e5%9b%be%ef%bc%89%e6%8c%87%e6%a0%87%e6%94%b9%e4%b8%ba%e5%a4%a7%e6%99%ba%e6%85%a7%e7%9a%84_%e8%82%a1%e7%a5%a8%e4%b9%a6%e7%b1%8d","status":"publish","type":"post","link":"https:\/\/www.lixiangluntan.com\/?p=80343","title":{"rendered":"\u628a\u9ad8\u629b\u4f4e\u5438\uff08\u526f\u56fe\uff09\u6307\u6807\u6539\u4e3a\u5927\u667a\u6167\u7684_\u80a1\u7968\u4e66\u7c4d"},"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\u6ce2\u6bb5\u64cd\u4f5c\uff08\u4e3b\u56fe \uff09\u6307\u6807\u6539\u4e3a\u5927\u667a\u6167\u7684<\/p>\n<p>\u628a\u6ce2\u6bb5\u64cd\u4f5c\uff08\u4e3b\u56fe \uff09\u6307\u6807\u6539\u4e3a\u5927\u667a\u6167\u7684<\/p>\n<\/blockquote>\n<p><a href=\"http:\/\/www.lixiangluntan.com\" target=\"_blank\" rel=\"noopener noreferrer\">\u7092\u80a1\u6559\u7a0b<\/a><\/p>\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 LC:=REF(CLOSE,1);<br \/>\n <br \/> RSI5:=((SMA(MAX((CLOSE - LC),0),5,1) \/ SMA(ABS((CLOSE - LC)),5,1)) * 100);<br \/>\n <br \/> TR1:=SUM(MAX(MAX((HIGH - LOW),ABS((HIGH - REF(CLOSE,1)))),ABS((LOW - REF(CLOSE,1)))),10);<br \/>\n <br \/> HD:=(HIGH - REF(HIGH,1));<br \/>\n <br \/> LD:=(REF(LOW,1) - LOW);<br \/>\n <br \/> DMP:=SUM(IF(((HD &gt; 0) AND (HD &gt; LD)),HD,0),10);<br \/>\n <br \/> DMM:=SUM(IF(((LD &gt; 0) AND (LD &gt; HD)),LD,0),10);<br \/>\n <br \/> PDI:=((DMP * 100) \/ TR1);<br \/>\n <br \/> MDI:=((DMM * 100) \/ TR1);<br \/>\n <br \/> ADX:=MA(((ABS((MDI - PDI)) \/ (MDI + PDI)) * 100),5);<br \/>\n <br \/> AV:=(RSI5 + ADX);<br \/>\n <br \/> DXR:=(((ADX + REF(ADX,5)) \/ 2) + RSI5);<br \/>\n <br \/> 0,COLORFF00FF;<br \/>\n <br \/> WR10:=((100 * (HHV(HIGH,10) - CLOSE)) \/ (HHV(HIGH,10) - LLV(LOW,10)));<br \/>\n <br \/> NEWVOL:=(RSI5 - WR10);<br \/>\n <br \/> \u9636\u6bb5\u5e95\u90e8:=(AV + NEWVOL);<br \/>\n <br \/> STICKLINE((\u9636\u6bb5\u5e95\u90e8 &lt; 0),0,-10,0.8,1),LINETHICK6,COLORYELLOW;<br \/>\n <br \/> \u8d8b\u52bf\u7ebf:=LLV(\u9636\u6bb5\u5e95\u90e8,1),COLORWHITE,LINETHICK0;<br \/>\n <br \/> STICKLINE(CROSS(\u9636\u6bb5\u5e95\u90e8,0),0,-10,0.8,1),LINETHICK6,COLORRED;<br \/>\n <br \/> STICKLINE((\u8d8b\u52bf\u7ebf &gt;230 ),100,90,0.3,1),LINETHICK6,COLORGREEN;<br \/>\n <br \/> LOWV:=LLV(LOW,9);<br \/>\n <br \/> HIGHV:=HHV(HIGH,9);<br \/>\n <br \/> RSV:=EMA((CLOSE-LOWV)\/(HIGHV-LOWV)*100,3);<br \/>\n <br \/> K:EMA(RSV,3);<br \/>\n <br \/> D:MA(K,3);<br \/>\n <br \/> STICKLINE(K&gt;D , K,D ,2.5,0),COLORRED,LINETHICK2;<br \/>\n <br \/> STICKLINE(D&gt;K,K,D,2.5,0),COLORGREEN,LINETHICK2;<br \/>\n <br \/> \u9003\u9876\u7ebf:90,COLORGREEN;<br \/>\n <br \/> \u4e2d\u8f74\u7ebf: 50,COLORRED;<br \/>\n <br \/> \u6284\u5e95\u7ebf:10,COLORGREEN;<br \/>\n <br \/> DRAWICON(CROSS(K,D),12,1)COLORRED;<br \/>\n <br \/> DRAWICON(CROSS(D,K),88,2)COLORGREEN;<br \/>\n <br \/> \u8b66\u6212:\u9636\u6bb5\u5e95\u90e8 &lt; 0,LINETHICK0,COLORYELLOW;<br \/>\n <br \/> \u51fa\u51fb:CROSS(\u9636\u6bb5\u5e95\u90e8,0),LINETHICK0,COLORRED;<br \/>\n <br \/> &nbsp;\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 LC:=REF(CLOSE,1);<br \/>\n <br \/> RSI5:=((SMA(MAX((CLOSE - LC),0),5,1) \/ SMA(ABS((CLOSE - LC)),5,1)) * 100);<br \/>\n <br \/> TR1:=SUM(MAX(MAX((HIGH - LOW),ABS((HIGH - REF(CLOSE,1)))),ABS((LOW - REF(CLOSE,1)))),10);<br \/>\n <br \/> HD:=(HIGH - REF(HIGH,1));<br \/>\n <br \/> LD:=(REF(LOW,1) - LOW);<br \/>\n <br \/> DMP:=SUM(IF(((HD &gt; 0) AND (HD &gt; LD)),HD,0),10);<br \/>\n <br \/> DMM:=SUM(IF(((LD &gt; 0) AND (LD &gt; HD)),LD,0),10);<br \/>\n <br \/> PDI:=((DMP * 100) \/ TR1);<br \/>\n <br \/> MDI:=((DMM * 100) \/ TR1);<br \/>\n <br \/> ADX:=MA(((ABS((MDI - PDI)) \/ (MDI + PDI)) * 100),5);<br \/>\n <br \/> AV:=(RSI5 + ADX);<br \/>\n <br \/> DXR:=(((ADX + REF(ADX,5)) \/ 2) + RSI5);<br \/>\n <br \/> 0,COLORFF00FF;<br \/>\n <br \/> WR10:=((100 * (HHV(HIGH,10) - CLOSE)) \/ (HHV(HIGH,10) - LLV(LOW,10)));<br \/>\n <br \/> NEWVOL:=(RSI5 - WR10);<br \/>\n <br \/> \u9636\u6bb5\u5e95\u90e8:=(AV + NEWVOL);<br \/>\n <br \/> STICKLINE((\u9636\u6bb5\u5e95\u90e8 &lt; 0),0,-10,0.8,1),LINETHICK6,COLORYELLOW;<br \/>\n <br \/> \u8d8b\u52bf\u7ebf:LLV(\u9636\u6bb5\u5e95\u90e8,1),COLORWHITE,LINETHICK0;<br \/>\n <br \/> STICKLINE(CROSS(\u9636\u6bb5\u5e95\u90e8,0),0,-10,0.8,1),LINETHICK6,COLORRED;<br \/>\n <br \/> STICKLINE((\u8d8b\u52bf\u7ebf &gt;230 ),100,90,0.3,1),LINETHICK6,COLORGREEN;<br \/>\n <br \/> LOWV:=LLV(LOW,9);<br \/>\n <br \/> HIGHV:=HHV(HIGH,9);<br \/>\n <br \/> RSV:=EMA((CLOSE-LOWV)\/(HIGHV-LOWV)*100,3);<br \/>\n <br \/> K:EMA(RSV,3);<br \/>\n <br \/> D:MA(K,3);<br \/>\n <br \/> STICKLINE(K&gt;D , K,D ,2.5,0),COLORRED,LINETHICK2;<br \/>\n <br \/> STICKLINE(D&gt;K,K,D,2.5,0),COLORGREEN,LINETHICK2;<br \/>\n <br \/> \u9003\u9876\u7ebf:90,COLORGREEN;<br \/>\n <br \/> \u4e2d\u8f74\u7ebf: 50,COLORRED;<br \/>\n <br \/> \u6284\u5e95\u7ebf:10,COLORGREEN;<br \/>\n <br \/> DRAWICON(CROSS(K,D),12,1),COLORRED;<br \/>\n <br \/> DRAWICON(CROSS(D,K),88,2),COLORGREEN;<br \/>\n <br \/> \u8b66\u6212:\u9636\u6bb5\u5e95\u90e8 &lt; 0,LINETHICK0,COLORYELLOW;<br \/>\n <br \/> \u51fa\u51fb:CROSS(\u9636\u6bb5\u5e95\u90e8,0),LINETHICK0,COLORRED;<br \/>\n <br \/> &nbsp;\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\">\u7092\u80a1\u8f6f\u4ef6<\/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;\">\u5173\u4e8ewinner\u51fd\u6570\u7684\u95ee\u9898<\/p>\n<p>\u5173\u4e8ewinner\u51fd\u6570\u7684\u95ee\u9898<\/p>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>\u628a\u9ad8\u629b\u4f4e\u5438\uff08\u526f\u56fe\uff09\u6307\u6807\u6539\u4e3a\u5927\u667a\u6167\u7684<\/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-80343","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\/80343","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=80343"}],"version-history":[{"count":0,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts\/80343\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=80343"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=80343"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=80343"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}