{"id":101273,"date":"2019-10-04T13:08:23","date_gmt":"2019-10-04T05:08:23","guid":{"rendered":"https:\/\/www.lixiangluntan.com\/101273.html"},"modified":"2019-10-04T13:08:23","modified_gmt":"2019-10-04T05:08:23","slug":"%e9%80%9a%e8%be%be%e4%bf%a1%e4%bb%bf%e9%ba%9f%e9%be%99%e5%86%b3%e7%ad%96%e6%9b%b2%e7%ba%bf%e6%8c%87%e6%a0%87%e5%85%ac%e5%bc%8f_%e5%90%8c%e8%8a%b1%e9%a1%ba","status":"publish","type":"post","link":"https:\/\/www.lixiangluntan.com\/?p=101273","title":{"rendered":"\u901a\u8fbe\u4fe1\u4eff\u9e9f\u9f99\u51b3\u7b56\u66f2\u7ebf\u6307\u6807\u516c\u5f0f_\u540c\u82b1\u987a"},"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;\">\u901a\u8fbe\u4fe1\u6563\u6237\u6284\u5e95\u6307\u6807\u516c\u5f0f<\/p>\n<p>\u901a\u8fbe\u4fe1\u6563\u6237\u6284\u5e95\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\u7b56\u7565\u6295\u8d44\u7834\u89e3,\u56fe\u7247\u514d\u8d39\u4e0b\u8f7d,\u7406\u60f3\u80a1\u7968\u6280\u672f\u8bba\u575b,\u8d22\u7ecf\u80a1\u7968\u8bba\u575b,\u7092\u80a1\u8bba\u575b\u793e\u533a,\u80a1\u7968\u8f6f\u4ef6,\u80a1\u7968\u516c\u5f0f,\u6e90\u7801\u4ea4\u6d41,\u6307\u6807\u516c\u5f0f,\u7092\u80a1\u4e66\u7c4d,\u5206\u6790\u5bb6\u516c\u5f0f\u7f51,\u80a1\u65c1\u7f51,\u80a1\u7968\u914d\u8d44\u3002<\/p>\n<\/blockquote>\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--}<\/p>\n<p class=\"nr1\"><script type=\"text\/javascript\" src=\"\/about\/guanzhu.js\"><\/script> <\/p>\n<p class=\"description\">\n<div class=\"gsdxg\">\n<\/div>\n<p>MA1:=MA(CLOSE,5);<br \/> MA2:=MA(CLOSE,10);<br \/> P01:=IF(MA1&gt;MA2,1,IF(MA2&gt;MA1,-1,0));<br \/> MA3:=MA(CLOSE,3);<br \/> MA4:=MA(CLOSE,5);<br \/> P02:=IF(MA3&gt;MA4,1,IF(MA4&gt;MA3,-1,0));<br \/> MA5:=MA(CLOSE,12);<br \/> MA6:=MA(CLOSE,50);<br \/> P03:=IF(MA5&gt;MA6,1,IF(MA6&gt;MA5,-1,0));<br \/> {KDJ}<br \/> RSV:=(CLOSE-LLV(LOW,5))\/(HHV(HIGH,5)-LLV(LOW,5))*100;<br \/> K:=EMA(RSV,3);<br \/> D:=EMA(K,3);<br \/> P04:=IF(K&gt;D,1,IF(D&gt;K,-1,0));<br \/> {MACD}<br \/> DIF:=EMA(CLOSE,12)-EMA(CLOSE,26);<br \/> DEA:=EMA(DIF,9);<br \/> MACD:=(DIF-DEA)*2;<br \/> P05:=IF(DIF&gt;DEA,1,IF(DEA&gt;DIF,-1,0));<br \/> {TRIX}<br \/> TR2:=EMA(EMA(EMA(CLOSE,12),12),12);<br \/> TRIX:=(TR-REF(TR,1))\/REF(TR,1)*100;<br \/> MATRIX:=MA(TRIX,9) ;<br \/> P06:=IF(TRIX&gt;MATRIX,1,IF(MATRIX&gt;TRIX,-1,0));<br \/> {DMI}<br \/> TR1:=EMA(MAX(MAX(HIGH-LOW,ABS(HIGH-REF(CLOSE,1))),ABS(REF(CLOSE,1)-LOW)),7);<br \/> HD :=HIGH-REF(HIGH,1);<br \/> LD :=REF(LOW,1)-LOW;<br \/> DMP:=EMA(IF(HD&gt;0 AND HD&gt;LD,HD,0),7);<br \/> DMM:=EMA(IF(LD&gt;0 AND LD&gt;HD,LD,0),7);<br \/> PDI:= DMP*100\/TR;<br \/> MDI:= DMM*100\/TR;<br \/> ADX:= EMA(ABS(MDI-PDI)\/(MDI+PDI)*100,7);<br \/> ADXR:=EMA(ADX,7);<br \/> P07:=IF(PDI&gt;MDI AND ADX&gt;PDI AND ADX&gt;50,3,<br \/> IF(PDI&lt;MDI AND ADX&gt;MDI AND ADX&gt;50,-3,0));{9}<br \/> {RSI}<br \/> LC:=REF(CLOSE,1);<br \/> RSI1:=EMA(MAX(CLOSE-LC,0),5)\/EMA(ABS(CLOSE-LC),5)*100;{10}<br \/> P08:=IF(RSI1&gt;80,1,IF(RSI1&lt;20,-1,0));{10}<br \/> {CCI}<br \/> TYP:=(HIGH+LOW+CLOSE)\/3;<br \/> CCI:=(TYP-MA(TYP,8))\/(0.015*AVEDEV(TYP,8));<br \/> P09:=IF(CCI&gt;180,2,IF(CCI&lt;-180,-2,0));{12}<br \/> {W%R}<br \/> WR1:=(CLOSE-LLV(LOW,6))\/(HHV(HIGH,6)-LLV(LOW,6))*100;<br \/> P10:= IF(WR1&gt;80,1,IF(WR1&lt;20,-1,0));{13}<br \/> {OSC}<br \/> OSC:=100*(CLOSE-MA(CLOSE,20));<br \/> P11:=IF(OSC&gt;0,1,IF(OSC&lt;0,-1,0));{14}<br \/> {MTM}<br \/> MOM:=CLOSE-REF(CLOSE,7);<br \/> P12:=IF(MOM&gt;0,1,IF(MOM&lt;0,-1,0));{15}<br \/> {DPO}<br \/> DPO:=CLOSE-REF(MA(CLOSE,11),11\/2+1);<br \/> P13:=IF(DPO&gt;0,1,IF(DPO&lt;0,-1,0));{16}<br \/> {\u5e03\u6797\u7ebf}<br \/> MB:=MA(CLOSE,12);<br \/> R:=(CLOSE-MB)*(CLOSE-MB);<br \/> X1:=MA(R,12);<br \/> X2:=SQRT(X1);<br \/> D1:=1;<br \/> UPPER:=MB+(D1*X2);<br \/> LOWER:=MB-(D1*X2);<br \/> P14:=IF(CLOSE&gt;UPPER,2,IF(CLOSE&lt;LOWER,-2,0));{18}<br \/> {BRAR}<br \/> BR:=SUM(MAX(0,HIGH-REF(CLOSE,1)),14)\/SUM(MAX(0,REF(CLOSE,1)-LOW),14)*100;<br \/> AR:=SUM(HIGH-OPEN,14)\/SUM(OPEN-LOW,14)*100;<br \/> P15:=IF(BR&gt;350 OR AR&gt;180,3,IF(BR&lt;45 OR AR&lt;45,-3,0));{21}<br \/> {VR}<br \/> TH:=SUM(IF(CLOSE&gt;REF(CLOSE,1),VOL,0),14);<br \/> TL:=SUM(IF(CLOSE&lt;REF(CLOSE,1),VOL,0),14);<br \/> TQ:=SUM(IF(CLOSE=REF(CLOSE,1),VOL,0),14);<br \/> VR:=0100*(TH*2+TQ)\/(TL*2+TQ);<br \/> P16:=IF(VR&gt;350,3,IF(VR&lt;45,-3,0));{24}<br \/> {WVAD}<br \/> WVAD:=SUM((CLOSE-OPEN)\/(HIGH-LOW)*VOL,6)\/10000;<br \/> P17:=IF(WVAD&gt;0,1,IF(WVAD&lt;0,-1,0));{25}<br \/> {EMV}<br \/> VOLUME:=MA(VOL,4)\/VOL;<br \/> MID:=100*(HIGH+LOW-REF(HIGH+LOW,1))\/(HIGH+LOW);<br \/> EMV:=MA(MID*VOLUME*(HIGH-LOW)\/MA(HIGH-LOW,4),4);<br \/> P18:=IF(EMV&gt;0,1,IF(EMV&lt;0,-1,0));{26}<br \/> {OBV}<br \/> VA:=IF(CLOSE&gt;REF(CLOSE,1),VOL,-VOL);<br \/> OBV:=SUM(IF(CLOSE=REF(CLOSE,1),0,VA),0);<br \/> MAOBV:=EMA(OBV,24);<br \/> P19:=IF(OBV&gt;MAOBV,1,IF(OBV&lt;MAOBV,-1,0));{27}<br \/> {PVI}<br \/> PVI:= PVI,COLORWHITE;<br \/> MPVI:=EMA(PVI,24),COLORYELLOW;<br \/> P20:=IF(PVI&gt;MPVI,1,IF(PVI&lt;MPVI,-1,0));{28}<br \/> {NVI}<br \/> NVI:=NVI,COLORWHITE;<br \/> MNVI:=EMA(NVI,24),COLORYELLOW;<br \/> P21:=IF(NVI&gt;MNVI,2,IF(NVI&lt;MNVI,-2,0));{30}<br \/> {MASS}<br \/> MASS:=SUM(MA(HIGH-LOW,9)\/MA(MA(HIGH-LOW,9),9),25);<br \/> MA7:=MA(CLOSE,9);<br \/> P22:=IF(MA7&gt;REF(MA7,1) AND MASS&gt;26.5,2,IF(MA7&lt;REF(MA7,1)<br \/> AND MASS&lt;26.5,-2,0));{32}<br \/> {VHF}<br \/> NUM:=ABS(HHV(HIGH,15)-LLV(LOW,15));<br \/> DEN:=SUM(ABS(CLOSE-REF(CLOSE,1)),15);<br \/> VHF:=IF(DEN=0,0,NUM\/DEN);<br \/> VHF1:=EMA(VHF,240);<br \/> P23:=IF(VHF&gt;VHF1,1,IF(VHF&lt;VHF1,-1,0));{33}<br \/> {PUCU}<br \/> PU:=MA(CLOSE,13);<br \/> CU:=MA(VOL,13);<br \/> PU1:=(PU-REF(PU,1))\/REF(PU,1)*100;<br \/> CU1:=(CU-REF(CU,1))\/REF(CU,1)*100;<br \/> \u9006\u65f6\u9488\u66f2\u7ebf:=PU1+CU1;<br \/> {www.gUPaNg.com \u80a1\u7968\u8d44\u6e90\u9986_\u6700\u65b0\u80a1\u7968\u6307\u6807\u516c\u5f0f}<br \/> P24:=IF(\u9006\u65f6\u9488\u66f2\u7ebf&gt;REF(\u9006\u65f6\u9488\u66f2\u7ebf,1),1,IF(\u9006\u65f6\u9488\u66f2\u7ebf&lt;REF(\u9006\u65f6\u9488\u66f2\u7ebf,1),-1,0));<br \/> {ASI}<br \/> LC2:=REF(CLOSE,1);<br \/> AA:=ABS(HIGH-LC2);<br \/> BB:=ABS(LOW-LC2);<br \/> CC:=ABS(HIGH-REF(LOW,1));<br \/> DD:=ABS(LC2-REF(OPEN,1));<br \/> R2:=IF(AA&gt;BB AND AA&gt;CC,AA+BB\/2+DD\/4,IF(BB&gt;CC AND BB&gt;AA,BB+AA\/2+DD\/4,CC+DD\/4));<br \/> X01:=(CLOSE-LC2+(CLOSE-OPEN)\/2+LC2-REF(OPEN,1));<br \/> SI:=16*X01\/R2*MAX(AA,BB);<br \/> ASI:=SUM(SI,0),COLORWHITE;<br \/> MASI:=MA(ASI,6),COLORYELLOW;<br \/> P25:=IF(CLOSE&lt;HHV(CLOSE,13) AND ASI=HHV(ASI,13),1,IF(CLOSE&gt;LLV(CLOSE,13) AND ASI=LLV(ASI,13),-1,0));<br \/> {BIAS}<br \/> BIAS1 :=(CLOSE-MA(CLOSE,12))\/MA(CLOSE,12)*100;<br \/> P26:=IF(BIAS1&gt;10,1,IF(BIAS1&lt;-10,-1,0));<br \/> \u51b3\u7b56\u66f2\u7ebf: (36+P01+P02+P03+P04+P05+P06+P07+P08+P09+P10+P11+P12+P13+P14+P15+P16+<br \/> P17+P18+P19+P20+P21+P22+P23+P24+P25+P26)*1.36;<br \/> MAJCQX:MA(\u51b3\u7b56\u66f2\u7ebf,3);<br \/> STICKLINE(C&gt;0,36,36,10,0),COLOR00FF00;<br \/> STICKLINE(C&gt;0,56,56,10,0),COLORFF00FF;<br \/> STICKLINE(C&gt;0,71,71,10,0),COLORRED;<br \/> STICKLINE(C&gt;0,44,44,10,0),COLORYELLOW;<\/p>\n<p><img decoding=\"async\" width=\"544\" height=\"425\" border=\"0\" onclick=\"window.open('\/uploads\/allimg\/111029\/1_111029200109_1.jpg')\" style=\"cursor:pointer\" alt=\"\u901a\u8fbe\u4fe1\u4eff\u9e9f\u9f99\u51b3\u7b56\u66f2\u7ebf\u6307\u6807\u516c\u5f0f\" src=\"http:\/\/wmj.lixiangluntan.com\/2020\/9\/fe2UFf.jpg\" class=\"aligncenter\"><\/p>\n<p>&nbsp;<\/p>\n<div class=\"yuansheng1\">\n<div class=\"_1a77a5b7w7ei\"><\/div>\n<p> <script type=\"text\/javascript\">\n    (window.slotbydup = window.slotbydup || []).push({\n        id: \"u6133514\",\n        container: \"_1a77a5b7w7ei\",\n        async: true\n    });\n<\/script>\n<\/div>\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--}<\/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;\">\u3010\u80a1\u7968\u8d44\u6e90\u9986\u3011\u5927\u667a\u6167365\u7834\u89e3\u7248\uff0c\u80a1\u7968,\u80a1\u7968\u8d44\u6e90\u9986,\u80a1\u7968\u7f51,\u80a1\u7968\u8f6f\u4ef6,\u80a1\u7968\u516c\u5f0f,\u80a1\u7968\u4e66\u7c4d,\u7092\u80a1\u8f6f\u4ef6,\u80a1\u7968\u77e5\u8bc6,\u80a1\u7968\u5165\u95e8,\u7092\u80a1\u6559\u7a0b,\u80a1\u7968\u516c\u5f0f\u6307\u6807\u3001\u80a1\u7968\u4e66\u7c4d\u4e0b\u8f7d\u7f51\u7ad9\u3002<\/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;\">\u901a\u8fbe\u4fe1\u5927\u725b\u6709\u5f62\u4e3b\u56fe\u6307\u6807\u516c\u5f0f<\/p>\n<p>\u901a\u8fbe\u4fe1\u5927\u725b\u6709\u5f62\u4e3b\u56fe\u6307\u6807\u516c\u5f0f<\/p>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>\u901a\u8fbe\u4fe1\u4eff\u9e9f\u9f99\u51b3\u7b56\u66f2\u7ebf\u6307\u6807\u516c\u5f0f<\/p>\n","protected":false},"author":7,"featured_media":101274,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[139],"tags":[140],"class_list":["post-101273","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\/101273","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=101273"}],"version-history":[{"count":0,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts\/101273\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/media\/101274"}],"wp:attachment":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=101273"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=101273"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=101273"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}