{"id":41609,"date":"2019-06-03T00:48:40","date_gmt":"2019-06-02T16:48:40","guid":{"rendered":"https:\/\/www.lixiangluntan.com\/41609.html"},"modified":"2019-06-03T00:48:40","modified_gmt":"2019-06-02T16:48:40","slug":"%e5%90%8c%e8%8a%b1%e9%a1%ba%e5%9b%9b%e8%89%b2%e8%b6%8b%e5%8a%bf%e4%b8%bb%e5%9b%be%e6%8c%87%e6%a0%87%e5%85%ac%e5%bc%8f_%e6%8c%87%e6%a0%87%e5%85%ac%e5%bc%8f","status":"publish","type":"post","link":"https:\/\/www.lixiangluntan.com\/?p=41609","title":{"rendered":"\u540c\u82b1\u987a\u56db\u8272\u8d8b\u52bf\u4e3b\u56fe\u6307\u6807\u516c\u5f0f_\u6307\u6807\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;\">\u540c\u82b1\u987a\u5e84\u5bb6\u5438\u7b79\u6307\u6807\u516c\u5f0f<\/p>\n<p>\u540c\u82b1\u987a\u5e84\u5bb6\u5438\u7b79\u6307\u6807\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\u7092\u80a1\u6559\u7a0b\u3001\u9ed1\u9a6c\u80a1\u7968\u3001\u80a1\u7968\u8d44\u8baf\u3001\u671f\u8d27\u5916\u6c47\uff0c\u5927\u667a\u6167\u6caa\u6df110\u6863\u7834\u89e3,\u9ad8\u6210\u529f\u7387\u80a1\u7968\u6307\u6807,\u7b56\u7565\u6295\u8d44\u7834\u89e3,\u8d22\u7ecf\u80a1\u7968\u8bba\u575b,\u4e1c\u65b9\u8d22\u5bcc\u7834\u89e3\u7248,\u4e1c\u65b9\u8d22\u5bcc\u4e13\u4e1a\u7834\u89e3\u7248\u3002<\/p>\n<\/blockquote>\n<p class=\"nr1\"><script type=\"text\/javascript\" src=\"\/about\/guanzhu.js\"><\/script> <\/p>\n<p class=\"description\">\n<p>MA1:=EMA(C,12);<br \/> MA2:=EMA(C,50);<br \/> MA3:=EMA(C,34);<br \/> MA4:=EMA(C,7);<br \/> MA5:=EMA(C,20);<br \/> MA6:=EMA(C,10);<br \/> DIFF:=EMA(CLOSE,30)-EMA(CLOSE,120);<br \/> DEA:=EMA(DIFF,9);<br \/> M1:MA(CLOSE,5),colorred,LINETHICK;<br \/> M2:EMA(CLOSE,12),colorred,LINETHICK;<br \/> M3:EMA(CLOSE,50),colorred,LINETHICK;<br \/> X:=BARSLAST(REF(CROSS(C,MA(C,120)),1)) AND CROSS(MA(C,20),MA(C,120));<br \/> IF(M3&lt;REF(M3,1),M3,DRAWNULL),colorgreen,LINETHICK;<br \/> STICKLINE(C&gt;=MA1 AND C&gt;=MA2 AND DIFF&gt;=DEA ,H ,L-0.01 ,0 ,0 ),colorred;<br \/> STICKLINE(C&gt;=MA1 AND C&gt;=MA2 AND DIFF&gt;=DEA ,O ,C ,2.5 ,0 ),colorred;<br \/> STICKLINE(C&gt;=MA1 AND C&gt;=MA2 AND DIFF&gt;=DEA ,O ,C ,2 ,0 ),colorred;<br \/> STICKLINE(C&gt;=MA1 AND C&gt;=MA2 AND DIFF&gt;=DEA ,O ,C ,1 ,0 ),colorred;<br \/> STICKLINE(C&gt;=MA1 AND C&gt;=MA2 AND DIFF&gt;=DEA ,O ,C ,0 ,0 ),colorred;<br \/> STICKLINE(C&lt;MA1 AND C&gt;=MA2 AND DIFF&lt;DEA ,H ,L-0.008 ,0 ,0 ),colorgreen;<br \/> STICKLINE(C&lt;MA1 AND C&gt;=MA2 AND DIFF&lt;DEA ,O ,C ,2.5 ,0 ),colorgreen;<br \/> STICKLINE(C&lt;MA1 AND C&gt;=MA2 AND DIFF&lt;DEA ,O ,C ,2 ,0 ),colorgreen;<br \/> STICKLINE(C&lt;MA1 AND C&gt;=MA2 AND DIFF&lt;DEA ,O ,C ,1 ,0 ),colorgreen;<br \/> STICKLINE(C&lt;MA1 AND C&gt;=MA2 AND DIFF&lt;DEA ,O ,C ,0 ,0 ),colorgreen;<br \/> STICKLINE(C&lt;MA1 AND C&gt;=MA2 AND DIFF&gt;=DEA ,H ,L-0.008 ,0 ,0 ),coloryellow;<br \/> STICKLINE(C&lt;MA1 AND C&gt;=MA2 AND DIFF&gt;=DEA ,O ,C ,2.5 ,0 ),coloryellow;<br \/> STICKLINE(C&lt;MA1 AND C&gt;=MA2 AND DIFF&gt;=DEA ,O ,C ,2 ,0 ),coloryellow;<br \/> STICKLINE(C&lt;MA1 AND C&gt;=MA2 AND DIFF&gt;=DEA ,O ,C ,1 ,0 ),coloryellow;<br \/> STICKLINE(C&lt;MA1 AND C&gt;=MA2 AND DIFF&gt;=DEA ,O ,C ,0 ,0 ),coloryellow;<br \/> STICKLINE(C&gt;=MA1 AND C&gt;=MA2 AND DIFF&lt;DEA ,H ,L-0.008 ,0 ,0 ),colorred;<br \/> STICKLINE(C&gt;=MA1 AND C&gt;=MA2 AND DIFF&lt;DEA ,O ,C ,2.5 ,0 ),colorred;<br \/> STICKLINE(C&gt;=MA1 AND C&gt;=MA2 AND DIFF&lt;DEA ,O ,C ,2 ,0 ),colorred;<br \/> STICKLINE(C&gt;=MA1 AND C&gt;=MA2 AND DIFF&lt;DEA ,O ,C ,1 ,0 ),colorred;<br \/> STICKLINE(C&gt;=MA1 AND C&gt;=MA2 AND DIFF&lt;DEA ,O ,C ,0 ,0 ),colorred;<br \/> STICKLINE(C&lt;MA1 AND C&lt;MA2 AND DIFF&lt;DEA ,H ,L-0.008 ,0 ,0 ),colorgreen;<br \/> STICKLINE(C&lt;MA1 AND C&lt;MA2 AND DIFF&lt;DEA ,O ,C ,3 ,0 ),colorgreen;<br \/> STICKLINE(C&lt;MA1 AND C&lt;MA2 AND DIFF&lt;DEA ,O ,C ,2.5 ,0 ),colorgreen;<br \/> STICKLINE(C&lt;MA1 AND C&lt;MA2 AND DIFF&lt;DEA ,O ,C ,2 ,0 ),colorgreen;<br \/> STICKLINE(C&lt;MA1 AND C&lt;MA2 AND DIFF&lt;DEA ,O ,C ,1 ,0 ),colorgreen;<br \/> STICKLINE(C&lt;MA1 AND C&lt;MA2 AND DIFF&lt;DEA ,O ,C ,0 ,0 ),colorgreen;<br \/> STICKLINE(C&lt;MA1 AND C&lt;MA2 AND DIFF&gt;=DEA ,H ,L-0.008 ,0 ,0 ),coloryellow;<br \/> STICKLINE(C&lt;MA1 AND C&lt;MA2 AND DIFF&gt;=DEA ,O ,C ,2.5 ,0 ),coloryellow;<br \/> STICKLINE(C&lt;MA1 AND C&lt;MA2 AND DIFF&gt;=DEA ,O ,C ,2 ,0 ),coloryellow;<br \/> STICKLINE(C&lt;MA1 AND C&lt;MA2 AND DIFF&gt;=DEA ,O ,C ,1 ,0 ),coloryellow;<br \/> STICKLINE(C&lt;MA1 AND C&lt;MA2 AND DIFF&gt;=DEA ,O ,C ,0 ,0 ),coloryellow;<br \/> STICKLINE(C&gt;=MA1 AND C&lt;MA2 AND DIFF&gt;=DEA ,H ,L-0.008 ,0 ,0 ),colorred;<br \/> STICKLINE(C&gt;=MA1 AND C&lt;MA2 AND DIFF&gt;=DEA ,O ,C ,2.5 ,0 ),colorred;<br \/> STICKLINE(C&gt;=MA1 AND C&lt;MA2 AND DIFF&gt;=DEA ,O ,C ,2 ,0 ),colorred;<br \/> STICKLINE(C&gt;=MA1 AND C&lt;MA2 AND DIFF&gt;=DEA ,O ,C ,1 ,0 ),colorred;<br \/> STICKLINE(C&gt;=MA1 AND C&lt;MA2 AND DIFF&gt;=DEA ,O ,C ,0 ,0 ),colorred;<br \/> STICKLINE(C&gt;=MA1 AND C&lt;MA2 AND DIFF&lt;DEA ,H ,L-0.008 ,0 ,0 ),colormagenta;<br \/> STICKLINE(C&gt;=MA1 AND C&lt;MA2 AND DIFF&lt;DEA ,O ,C ,2.5 ,0 ),colormagenta;<br \/> STICKLINE(C&gt;=MA1 AND C&lt;MA2 AND DIFF&lt;DEA ,O ,C ,2 ,0 ),colormagenta;<br \/> STICKLINE(C&gt;=MA1 AND C&lt;MA2 AND DIFF&lt;DEA ,O ,C ,1 ,0 ),colormagenta;<br \/> STICKLINE(C&gt;=MA1 AND C&lt;MA2 AND DIFF&lt;DEA ,O ,C ,0 ,0 ),colormagenta;<br \/> EXP1:EMA(C,12),colorwhite;<br \/> EXP2:EMA(C,50),coloryellow;<br \/> VOLUME:=MA(VOL,1)\/VOL;<br \/> MID:=100*(HIGH+LOW-REF(HIGH+LOW,1))\/(HIGH+LOW);<br \/> EMV:=MA(MID*VOLUME*(HIGH-LOW)\/MA(HIGH-LOW,9),9);<br \/> EMVA:=MA(EMV,14);<br \/> BB:=EMV-EMVA;<br \/> BIAS :=(CLOSE-MA(CLOSE,6))\/MA(CLOSE,6)*100;<br \/> BIASMA :=MA(BIAS,6);<br \/> CC:=BIAS-BIASMA;<br \/> RSV:=(CLOSE-LLV(LOW,9))\/(HHV(HIGH,9)-LLV(LOW,9))*100;<br \/> K:=SMA(RSV,3,1);<br \/> D:=SMA(K,3,1);<br \/> J:=3*K-2*D;<br \/> DD:=(K+D+J)\/3;<br \/> KK:=J-DD;<br \/> DIFF2:=EMA(CLOSE,12)-EMA(CLOSE,26);<br \/> DEA2:=EMA(DIFF2,9);<br \/> SS:=DIFF2-DEA2;<br \/> AA:=MA(BB+CC+KK+SS,1)*0.01;<br \/> DRAWTEXT(CROSS(AA,0),L*0.95,'B'),LINETHICK4,colorwhite,NODRAW;<br \/> DRAWTEXT(CROSS(0,AA),H*1.06,'S'),LINETHICK4,colorgreen,NODRAW;<\/p>\n<p><img decoding=\"async\" width=\"575\" height=\"317\" border=\"0\" onclick=\"window.open('\/uploads\/allimg\/190712\/1_190712195908_1.jpg')\" style=\"cursor:pointer\" alt=\"\u540c\u82b1\u987a\u56db\u8272\u8d8b\u52bf\u4e3b\u56fe\u6307\u6807\u516c\u5f0f\" src=\"http:\/\/wmj.lixiangluntan.com\/2020\/8\/ZfQRje.jpg\" class=\"aligncenter\"><\/p>\n<p>&nbsp;<\/p>\n<p><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;\">\u540c\u82b1\u987a\u7ea2\u5305\u5b9d\u9a6c\u6307\u6807\u516c\u5f0f<\/p>\n<p>\u540c\u82b1\u987a\u7ea2\u5305\u5b9d\u9a6c\u6307\u6807\u516c\u5f0f<\/p>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>\u540c\u82b1\u987a\u56db\u8272\u8d8b\u52bf\u4e3b\u56fe\u6307\u6807\u516c\u5f0f<\/p>\n","protected":false},"author":7,"featured_media":41612,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[129],"tags":[130],"class_list":["post-41609","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-thsgs","tag-130"],"_links":{"self":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts\/41609","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=41609"}],"version-history":[{"count":0,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts\/41609\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/media\/41612"}],"wp:attachment":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=41609"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=41609"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=41609"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}