{"id":65223,"date":"2019-05-21T17:16:24","date_gmt":"2019-05-21T09:16:24","guid":{"rendered":"https:\/\/www.lixiangluntan.com\/65223.html"},"modified":"2019-05-21T17:16:24","modified_gmt":"2019-05-21T09:16:24","slug":"%e5%a4%a7%e6%99%ba%e6%85%a7%e5%88%86%e6%97%b6kdjmacdrsi%e8%83%8c%e7%a6%bb%e5%85%ac%e5%bc%8f","status":"publish","type":"post","link":"https:\/\/www.lixiangluntan.com\/?p=65223","title":{"rendered":"\u5927\u667a\u6167\u5206\u65f6KDJ+MACD+RSI\u80cc\u79bb\u516c\u5f0f"},"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;\">\u5927\u667a\u6167\u4e3b\u529b\u6301\u4ed3\u6307\u6807\u516c\u5f0f<\/p>\n<p>\u5927\u667a\u6167\u4e3b\u529b\u6301\u4ed3\u6307\u6807\u516c\u5f0f<\/p>\n<\/blockquote>\n<p> \u7092\u80a1\u6559\u7a0b <\/p>\n<p class=\"nr1\"><script type=\"text\/javascript\" src=\"\/about\/guanzhu.js\"><\/script> <\/p>\n<p class=\"description\">\n<p>Input:N(10),M1(3),M2(3);<br \/> RSV:=(CLOSE-LLV(LOW,N))\/(HHV(HIGH,N)-LLV(LOW,N))*100;<br \/> K:=SMA(RSV,M1,1);<br \/> D:=SMA(K,M2,1);<br \/> J:=3*K-2*D;<br \/> POLYLINE(1,D),colorFFFF00;<br \/> \u77ed\u9ad8:IF(BETWEEN(\"KDJ.K\",100,80),88,100),PRECIS0;<br \/> \u77ed\u4f4e:IF(BETWEEN(\"KDJ.K\",20,0),12,0),PRECIS0;<br \/> \u6ce2\u4f4e:IF(BETWEEN(\"KDJ.K#week\",10,0),30,0),PRECIS0;<br \/> \u6ce2\u9ad8:IF(BETWEEN(\"KDJ.K#week\",100,90),70,100),PRECIS0;<br \/> \u4e2d\u4f4e:IF(BETWEEN(\"KDJ.K#MONTH\",20,0),30,0),PRECIS0,color0000FF;<br \/> \u4e2d\u9ad8:IF(BETWEEN(\"KDJ.K#MONTH\",100,75),70,100),PRECIS0;<br \/> POLYLINE(1,0),color00FFFF;<br \/> A1:=BARSLAST(REF(CROSS(\"MACD.DIFF\",\"MACD.DEA\"),1));<br \/> B1:=REF(CLOSE,A1+1)&gt;CLOSE AND REF(\"MACD.DIFF\",A1+1)&lt;\"MACD.DIFF\" AND CROSS(\"MACD.DIFF\",\"MACD.DEA\");<br \/> {\u80a1\u65c1\u7f51-\u80a1\u7968\u516c\u5f0f\u7f51\u7ad9 www.gupAng.com}<br \/> MACD\u5e95\u80cc\u79bb:FILTER(B1&gt;0,5),LineThick0,PRECIS0;<br \/> STICKLINE(FILTER(B1&gt;0,5),0,10,3,0),color00FF00;<br \/> DRAWTEXT(FILTER(B1&gt;0,5),10,'MACD\u5e95\u80cc'),color00FF00;<br \/> A2:=BARSLAST(REF(CROSS(\"KDJ.K\",\"KDJ.D\"),1));<br \/> B2:=REF(CLOSE,A2+1)&gt;CLOSE AND REF(\"KDJ.K\",A2+1)&lt;\"KDJ.K\" AND CROSS(\"KDJ.K\",\"KDJ.D\");<br \/> KDJ\u5e95\u80cc\u79bb:FILTER(B2&gt;0,5),LineThick0,PRECIS0;<br \/> STICKLINE(FILTER(B2&gt;0,5),0,20,3,0),color00FFFF;<br \/> DRAWTEXT(FILTER(B2&gt;0,5),20,'KDJ\u5e95\u80cc'),color00FFFF;<br \/> A3:=BARSLAST(REF(CROSS(\"RSI.RSI1\",\"RSI.RSI2\"),1));<br \/> B3:=REF(CLOSE,A3+1)&gt;CLOSE AND REF(\"RSI.RSI1\",A3+1)&lt;\"RSI.RSI1\" AND CROSS(\"RSI.RSI1\",\"RSI.RSI2\");<br \/> RSI\u5e95\u80cc\u79bb:FILTER(B3&gt;0,5),LineThick0,PRECIS0;<br \/> STICKLINE(FILTER(B3&gt;0,5),0,30,3,0),colorFFFF00;<br \/> DRAWTEXT(FILTER(B3&gt;0,5),30,'RSI\u5e95\u80cc'),colorFFFF00;<br \/> POLYLINE(1,100),color0000FF;<br \/> C1:=BARSLAST(REF(CROSS(\"MACD.DEA\",\"MACD.DIFF\"),1));<br \/> D1:=REF(CLOSE,C1+1)&lt;CLOSE AND REF(\"MACD.DIFF\",C1+1)&gt;\"MACD.DIFF\" AND CROSS(\"MACD.DEA\",\"MACD.DIFF\");<br \/> MACD\u9876\u80cc\u79bb:FILTER(D1&gt;0,5),Linethick0,PRECIS0;<br \/> STICKLINE(FILTER(D1&gt;0,5),100,80,3,0),color0066FF;<br \/> DRAWTEXT(FILTER(D1&gt;0,5),80,'MACD\u9876\u80cc'),color0066FF;<br \/> C2:=BARSLAST(REF(CROSS(\"KDJ.D\",\"KDJ.K\"),1));<br \/> D2:=REF(CLOSE,C2+1)&lt;CLOSE AND REF(\"KDJ.K\",C2+1)&gt;\"KDJ.K\" AND CROSS(\"KDJ.D\",\"KDJ.K\");<br \/> KDJ\u9876\u80cc\u79bb:FILTER(D2&gt;0,5),Linethick0,PRECIS0;<br \/> STICKLINE(FILTER(D2&gt;0,5),100,70,3,0),color0000FF;<br \/> DRAWTEXT(FILTER(D2&gt;0,5),70,'KDJ\u9876\u80cc'),color0000FF;<br \/> C3:=BARSLAST(REF(CROSS(\"RSI.RSI2\",\"RSI.RSI1\"),1));<br \/> D3:=REF(CLOSE,C3+1)&lt;CLOSE AND REF(\"RSI.RSI1\",C3+1)&gt;\"RSI.RSI1\" AND CROSS(\"RSI.RSI2\",\"RSI.RSI1\");<br \/> RSI\u9876\u80cc\u79bb:FILTER(D3&gt;0,5),Linethick0,PRECIS0;<\/p>\n<p><img decoding=\"async\" width=\"554\" height=\"405\" border=\"0\" src=\"http:\/\/wmj.lixiangluntan.com\/2020\/8\/bqiYfa.jpg\" alt=\"\u5927\u667a\u6167\u5206\u65f6KDJ+MACD+RSI\u80cc\u79bb\u516c\u5f0f\" style=\"cursor: pointer;\" onclick=\"window.open('\/uploads\/allimg\/110103\/1_110103084335_1.jpg')\" class=\"aligncenter\"><\/p>\n<p>&nbsp;<\/p>\n<p> \u80a1\u7968\u516c\u5f0f\u5927\u5168 <\/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;\">\u5927\u667a\u6167\u5c06\u519b\u4e3b\u56fe+\u9009\u80a1\u6307\u6807\u516c\u5f0f<\/p>\n<p>\u5927\u667a\u6167\u5c06\u519b\u4e3b\u56fe+\u9009\u80a1\u6307\u6807\u516c\u5f0f<\/p>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>\u5927\u667a\u6167\u5206\u65f6KDJ+MACD+RSI\u80cc\u79bb\u516c\u5f0f<\/p>\n","protected":false},"author":7,"featured_media":65225,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[131],"tags":[132],"class_list":["post-65223","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dzhgs","tag-132"],"_links":{"self":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts\/65223","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=65223"}],"version-history":[{"count":0,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts\/65223\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/media\/65225"}],"wp:attachment":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=65223"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=65223"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=65223"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}