{"id":51164,"date":"2019-11-10T03:16:20","date_gmt":"2019-11-09T19:16:20","guid":{"rendered":"https:\/\/www.lixiangluntan.com\/51164.html"},"modified":"2019-11-10T03:16:20","modified_gmt":"2019-11-09T19:16:20","slug":"%e9%80%9a%e8%be%be%e4%bf%a1%e5%9d%87%e7%ba%bf%e6%95%b0%e6%b5%aa%e5%8f%8a%e4%b8%89%e8%a7%92%e5%bd%a2%e4%b8%bb%e5%9b%be%e6%8c%87%e6%a0%87%e5%85%ac%e5%bc%8f","status":"publish","type":"post","link":"https:\/\/www.lixiangluntan.com\/?p=51164","title":{"rendered":"\u901a\u8fbe\u4fe1\u5747\u7ebf\u6570\u6d6a\u53ca\u4e09\u89d2\u5f62\u4e3b\u56fe\u6307\u6807\u516c\u5f0f"},"content":{"rendered":"<p class=\"nr1\"><script type=\"text\/javascript\" src=\"\/about\/guanzhu.js\"><\/script> <\/p>\n<p class=\"description\">\n<p>X:=30;<br \/> D:=60;<br \/> M5:=EMA(C,X);<br \/> M10:=EMA(C,D);<br \/> T:=BARSLAST(CROSS(M5,M10));<br \/> ST:=BARSLAST(CROSS(M10,M5));<br \/> T1:=SUMBARS(T=0,2);<br \/> T2:=SUMBARS(T=0,3);<br \/> ST1:=SUMBARS(ST=0,2);<br \/> ST2:=SUMBARS(ST=0,3);<br \/> H1:=IF(CONST(M5)&gt;CONST(M10),HHV(H,T+1),REF(HHV(H,T+1),ST));<br \/> L1:=IF(CONST(M5)&lt;CONST(M10),LLV(L,ST+1),REF(LLV(L,ST+1),T));<br \/> H2:=IF(CONST(M5)&gt;CONST(M10),REF(HHV(H,T+1),ST),REF(HHV(H,T+1),ST1-1));<br \/> L2:=IF(CONST(M5)&lt;CONST(M10),REF(LLV(L,ST+1),T),REF(LLV(L,ST+1),T1-1));<br \/> H3:=IF(CONST(M5)&gt;CONST(M10),REF(HHV(H,T+1),ST1-1),REF(HHV(H,T+1),ST2-1));<br \/> L3:=IF(CONST(M5)&lt;CONST(M10),REF(LLV(L,ST+1),T1-1),REF(LLV(L,ST+1),T2-1));<br \/> TJ1:=CONST(M5)&gt;CONST(M10) AND CURRBARSCOUNT&gt;=CONST(T2) AND CURRBARSCOUNT&lt;=CONST(ST2) AND L=CONST(L3);<br \/> TJ2:=CONST(M5)&gt;CONST(M10) AND CURRBARSCOUNT&gt;=CONST(ST1) AND CURRBARSCOUNT&lt;=CONST(T2) AND H=CONST(H3);<br \/> TJ3:=CONST(M5)&gt;CONST(M10) AND CURRBARSCOUNT&gt;=CONST(T1) AND CURRBARSCOUNT&lt;=CONST(ST1) AND L=CONST(L2);<br \/> TJ4:=CONST(M5)&gt;CONST(M10) AND CURRBARSCOUNT&gt;=CONST(ST) AND CURRBARSCOUNT&lt;=CONST(T1) AND H=CONST(H2);<br \/> TJ5:=CONST(M5)&gt;CONST(M10) AND CURRBARSCOUNT&gt;=CONST(T)+1 AND CURRBARSCOUNT&lt;=CONST(ST)+1 AND L=CONST(L1);<br \/> TJ6:=CONST(M5)&gt;CONST(M10) AND H=CONST(H1) AND CURRBARSCOUNT&lt;=CONST(ST2);<br \/> TJ7:=CONST(M5)&lt;CONST(M10) AND CURRBARSCOUNT&gt;=CONST(ST2) AND CURRBARSCOUNT&lt;=CONST(T2) AND H=CONST(H3);<br \/> TJ8:=CONST(M5)&lt;CONST(M10) AND CURRBARSCOUNT&gt;=CONST(T1) AND CURRBARSCOUNT&lt;=CONST(ST2) AND L=CONST(L3);<br \/> TJ9:=CONST(M5)&lt;CONST(M10) AND CURRBARSCOUNT&gt;=CONST(ST1) AND CURRBARSCOUNT&lt;=CONST(T1) AND H=CONST(H2);<br \/> TJ10:=CONST(M5)&lt;CONST(M10) AND CURRBARSCOUNT&gt;=CONST(T) AND CURRBARSCOUNT&lt;=CONST(ST1) AND L=CONST(L2);<br \/> TJ11:=CONST(M5)&lt;CONST(M10) AND CURRBARSCOUNT&gt;=CONST(ST)+1 AND CURRBARSCOUNT&lt;=CONST(T)+1 AND H=CONST(H1);<br \/> TJ12:=CONST(M5)&lt;CONST(M10) AND L=CONST(L1)AND CURRBARSCOUNT&lt;=CONST(T2);<br \/> DRAWLINE(TJ1,L,TJ2,H,0),COLORMAGENTA;<br \/> DRAWLINE(TJ2,H,TJ3,L,0),COLORMAGENTA;<br \/> DRAWLINE(TJ3,L,TJ4,H,0),COLORMAGENTA;<br \/> DRAWLINE(TJ4,H,TJ5,L,0),COLORMAGENTA;<br \/> DRAWLINE(TJ5,L,TJ6,H,0),COLORMAGENTA;<br \/> DRAWLINE(TJ7,H,TJ8,L,0),COLORGREEN;<br \/> DRAWLINE(TJ8,L,TJ9,H,0),COLORGREEN;<br \/> DRAWLINE(TJ9,H,TJ10,L,0),COLORGREEN;<br \/> DRAWLINE(TJ10,L,TJ11,H,0),COLORGREEN;<br \/> DRAWLINE(TJ11,H,TJ12,L,0),COLORGREEN;<br \/> HH:=CONST(MAX(MAX(H1,H2),H3));<br \/> LL:=CONST(MIN(MIN(L1,L2),L3));<br \/> Z:=(HH-LL)\/2+LL;<br \/> DRAWLINE(TJ7,Z,ISLASTBAR,Z,0),COLORGREEN,DOTLINE;<br \/> DRAWTEXT(TJ7,CONST(Z)*1.01,VARCAT(VARCAT('\u4e2d\u533a\u4ef7\u4f4d\uff1a',VAR2STR(CONST(Z),2)),'\u5143')),COLORGREEN;<br \/> HH1:=CONST(MAX(H1,MAX(H2,H3)));<br \/> LL1:=CONST(MIN(MIN(L1,L2),L3));<br \/> Z1:=(HH1-LL1)\/2+LL1;<br \/> DRAWLINE(TJ1,Z1,ISLASTBAR,Z1,0),COLORMAGENTA,DOTLINE;<br \/> DRAWTEXT(TJ1,CONST(Z)*1.01,VARCAT(VARCAT('\u4e2d\u533a\u4ef7\u4f4d\uff1a',VAR2STR(CONST(Z1),2)),'\u5143')),COLORMAGENTA;<br \/> LT:=BARSLAST(L=LLV(L,120));<br \/> CT:=CONST(LT)+1;<br \/> HT:=FINDHIGHBARS(H,CT,CT,1);<br \/> {HH:=FINDHIGH(H,CT,CT,1);<br \/> LL:=CONST(REF(L,LT));}<br \/> QD:=CURRBARSCOUNT=CT*2;<br \/> ZD:=CURRBARSCOUNT=CT;<br \/> DRAWLINE(QD,CONST(HH),ISLASTBAR,CONST(HH),0),COLORYELLOW;<br \/> DRAWLINE(QD,CONST(HH),ZD,LL,0),COLORYELLOW;<br \/> DRAWLINE(ZD,LL,ISLASTBAR,CONST(HH),0),COLORYELLOW;<\/p>\n<p><img decoding=\"async\" width=\"548\" height=\"301\" border=\"0\" onclick=\"window.open('\/uploads\/allimg\/171207\/1_171207191623_1.jpg')\" style=\"cursor:pointer\" alt=\"\u901a\u8fbe\u4fe1\u5747\u7ebf\u6570\u6d6a\u53ca\u4e09\u89d2\u5f62\u4e3b\u56fe\u6307\u6807\u516c\u5f0f\" src=\"http:\/\/wmj.lixiangluntan.com\/2020\/8\/Ab6n22.jpg\" class=\"aligncenter\"><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u901a\u8fbe\u4fe1\u5747\u7ebf\u6570\u6d6a\u53ca\u4e09\u89d2\u5f62\u4e3b\u56fe\u6307\u6807\u516c\u5f0f<\/p>\n","protected":false},"author":7,"featured_media":51166,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[139],"tags":[140],"class_list":["post-51164","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tdxgs","tag-140"],"_links":{"self":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts\/51164","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=51164"}],"version-history":[{"count":0,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts\/51164\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/media\/51166"}],"wp:attachment":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=51164"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=51164"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=51164"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}