{"id":85404,"date":"2018-10-06T19:09:53","date_gmt":"2018-10-06T11:09:53","guid":{"rendered":"https:\/\/www.lixiangluntan.com\/85404.html"},"modified":"2018-10-06T19:09:53","modified_gmt":"2018-10-06T11:09:53","slug":"%e5%b0%86%e5%86%b3%e7%ad%96%e5%92%8cmajcqx%e5%90%8c%e6%97%b6%e4%b8%8a%e7%a9%bf56%e8%ae%be%e4%b8%ba%e9%a2%84%e8%ad%a6_%e4%b8%9c%e6%96%b9%e8%b4%a2%e5%af%8c%e7%a0%b4%e8%a7%a3%e7%89%88","status":"publish","type":"post","link":"https:\/\/www.lixiangluntan.com\/?p=85404","title":{"rendered":"\u5c06\u51b3\u7b56\u548cmajcqx\u540c\u65f6\u4e0a\u7a7f56\u8bbe\u4e3a\u9884\u8b66_\u4e1c\u65b9\u8d22\u5bcc\u7834\u89e3\u7248"},"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;\">\u9ec4\u5e95\u4e70\u8fdb\u84dd\u9876\u5356\u51fa\u7684\u4e3b\u56fe<\/p>\n<p>\u9ec4\u5e95\u4e70\u8fdb\u84dd\u9876\u5356\u51fa\u7684\u4e3b\u56fe<\/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\u540c\u82b1\u987a\u5b9e\u65f6\u6e2f\u80a1\u7834\u89e3,\u540c\u82b1\u987a\u8d22\u5bcc\u4e3b\u529b\u7834\u89e3,\u5927\u667a\u6167\u8d22\u5bcc\u7834\u89e3\u7248,\u901a\u8fbe\u4fe1\u8d22\u5bcc\u7834\u89e3\u7248,\u901a\u8fbe\u4fe1\u4e13\u4e1a\u7248\u7834\u89e3,\u901a\u8fbe\u4fe1\u7814\u7a76\u7248\u7834\u89e3,\u901a\u8fbe\u4fe1\u8d85\u8d62\u7248\u7834\u89e3,\u80a1\u7968\u516c\u5f0f,\u80a1\u7968\u6307\u6807\u516c\u5f0f,\u80a1\u7968\u516c\u5f0f\u5927\u5168,\u6307\u5357\u9488\u8f6f\u4ef6\u7834\u89e3,\u7092\u80a1\u4e66\u7c4d,k\u7ebf\u56fe\u600e\u4e48\u770b,\u80a1\u7968k\u7ebf\u56fe,\u3002<\/p>\n<\/blockquote>\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>\u6e90\u7801MA1:=MA(CLOSE,5); MA2:=MA(CLOSE,10); P01:=IF(MA1&gt;MA2,1,IF(MA2&gt;MA1,-1,0)); MA3:=MA(CLOSE,3); MA4:=MA(CLOSE,5); P02:=IF(MA3&gt;MA4,1,IF(MA4&gt;MA3,-1,0)); MA5:=MA(CLOSE,12); MA6:=MA(CLOSE,50); P03:=IF(MA5&gt;MA6,1,IF(MA6&gt;MA5,-1,0)); {KDJ} RSV:=(CLOSE-LLV(LOW,5))\/(HHV(HIGH,5)-LLV(LOW,5))*100; K:=EMA(RSV,3); D:=EMA(K,3); P04:=IF(K&gt;D,1,IF(D&gt;K,-1,0)); {MACD} DIF:=EMA(CLOSE,12)-EMA(CLOSE,26); DEA:=EMA(DIF,9); MACD:=(DIF-DEA)*2; P05:=IF(DIF&gt;DEA,1,IF(DEA&gt;DIF,-1,0)); {TRIX} TR2:=EMA(EMA(EMA(CLOSE,12),12),12); TRIX:=(TR-REF(TR,1))\/REF(TR,1)*100; MATRIX:=MA(TRIX,9) ; P06:=IF(TRIX&gt;MATRIX,1,IF(MATRIX&gt;TRIX,-1,0)); {DMI} TR1:=EMA(MAX(MAX(HIGH-LOW,ABS(HIGH-REF(CLOSE,1))),ABS(REF(CLOSE,1)-LOW)),7); HD :=HIGH-REF(HIGH,1); LD :=REF(LOW,1)-LOW; DMP:=EMA(IF(HD&gt;0 AND HD&gt;LD,HD,0),7); DMM:=EMA(IF(LD&gt;0 AND LD&gt;HD,LD,0),7); PDI:= DMP*100\/TR; MDI:= DMM*100\/TR; ADX:= EMA(ABS(MDI-PDI)\/(MDI+PDI)*100,7); ADXR:=EMA(ADX,7); P07:=IF(PDI&gt;MDI AND ADX&gt;PDI AND ADX&gt;50,3, IF(PDI<br \/>\n <mdi and adx><br \/>\n  MDI AND ADX&gt;50,-3,0));{9} {RSI} LC:=REF(CLOSE,1); RSI1:=EMA(MAX(CLOSE-LC,0),5)\/EMA(ABS(CLOSE-LC),5)*100;{10} P08:=IF(RSI1&gt;80,1,IF(RSI1&lt;20,-1,0));{10} {CCI} TYP:=(HIGH+LOW+CLOSE)\/3; CCI:=(TYP-MA(TYP,8))\/(0.015*AVEDEV(TYP,8)); P09:=IF(CCI&gt;180,2,IF(CCI&lt;-180,-2,0));{12} {W%R} WR1:=(CLOSE-LLV(LOW,6))\/(HHV(HIGH,6)-LLV(LOW,6))*100; P10:= IF(WR1&gt;80,1,IF(WR1&lt;20,-1,0));{13} {OSC} OSC:=100*(CLOSE-MA(CLOSE,20)); P11:=IF(OSC&gt;0,1,IF(OSC&lt;0,-1,0));{14} {MTM} MOM:=CLOSE-REF(CLOSE,7); P12:=IF(MOM&gt;0,1,IF(MOM&lt;0,-1,0));{15} {DPO} DPO:=CLOSE-REF(MA(CLOSE,11),11\/2+1); P13:=IF(DPO&gt;0,1,IF(DPO&lt;0,-1,0));{16} {\u5e03\u6797\u7ebf} MB:=MA(CLOSE,12); R:=(CLOSE-MB)*(CLOSE-MB); X1:=MA(R,12); X2:=SQRT(X1); D1:=1; UPPER:=MB+(D1*X2); LOWER:=MB-(D1*X2); P14:=IF(CLOSE&gt;UPPER,2,IF(CLOSE<br \/>\n  <lower,-2,0));{18} {brar} br:=\"SUM(MAX(0,HIGH-REF(CLOSE,1)),14)\/SUM(MAX(0,REF(CLOSE,1)-LOW),14)*100;\" ar:=\"SUM(HIGH-OPEN,14)\/SUM(OPEN-LOW,14)*100;\" p15:=\"IF(BR\"><br \/>\n   350 OR AR&gt;180,3,IF(BR&lt;45 OR AR&lt;45,-3,0));{21} {VR} TH:=SUM(IF(CLOSE&gt;REF(CLOSE,1),VOL,0),14); TL:=SUM(IF(CLOSE<br \/>\n   <ref(close,1),vol,0),14); tq:=\"SUM(IF(CLOSE=REF(CLOSE,1),VOL,0),14);\" vr:=\"0100*(TH*2+TQ)\/(TL*2+TQ);\" p16:=\"IF(VR\"><br \/>\n    350,3,IF(VR&lt;45,-3,0));{24} {WVAD} WVAD:=SUM((CLOSE-OPEN)\/(HIGH-LOW)*VOL,6)\/10000; P17:=IF(WVAD&gt;0,1,IF(WVAD&lt;0,-1,0));{25} {EMV} VOLUME:=MA(VOL,4)\/VOL; MID:=100*(HIGH+LOW-REF(HIGH+LOW,1))\/(HIGH+LOW); EMV:=MA(MID*VOLUME*(HIGH-LOW)\/MA(HIGH-LOW,4),4); P18:=IF(EMV&gt;0,1,IF(EMV&lt;0,-1,0));{26} {OBV} VA:=IF(CLOSE&gt;REF(CLOSE,1),VOL,-VOL); OBV:=SUM(IF(CLOSE=REF(CLOSE,1),0,VA),0); MAOBV:=EMA(OBV,24); P19:=IF(OBV&gt;MAOBV,1,IF(OBV<br \/>\n    <maobv,-1,0));{27} {pvi} pvi:=\"PVI,COLORWHITE;\" mpvi:=\"EMA(PVI,24),COLORYELLOW;\" p20:=\"IF(PVI\"><br \/>\n     MPVI,1,IF(PVI<br \/>\n     <mpvi,-1,0));{28} {nvi} nvi:=\"NVI,COLORWHITE;\" mnvi:=\"EMA(NVI,24),COLORYELLOW;\" p21:=\"IF(NVI\"><br \/>\n      MNVI,2,IF(NVI<br \/>\n      <mnvi,-2,0));{30} {mass} mass:=\"SUM(MA(HIGH-LOW,9)\/MA(MA(HIGH-LOW,9),9),25);\" ma7:=\"MA(CLOSE,9);\" p22:=\"IF(MA7\"><br \/>\n       REF(MA7,1) AND MASS&gt;26.5,2,IF(MA7<br \/>\n       <ref(ma7,1) and mass<26.5,-2,0));{32} {vhf} num:=\"ABS(HHV(HIGH,15)-LLV(LOW,15));\" den:=\"SUM(ABS(CLOSE-REF(CLOSE,1)),15);\" vhf:=\"IF(DEN=0,0,NUM\/DEN);\" vhf1:=\"EMA(VHF,240);\" p23:=\"IF(VHF\"><br \/>\n        VHF1,1,IF(VHF<br \/>\n        <vhf1,-1,0));{33} {pucu} pu:=\"MA(CLOSE,13);\" cu:=\"MA(VOL,13);\" pu1:=\"(PU-REF(PU,1))\/REF(PU,1)*100;\" cu1:=\"(CU-REF(CU,1))\/REF(CU,1)*100;\" \u9006\u65f6\u9488:=\"PU1+CU1;\" p24:=\"IF(\u9006\u65f6\u9488\"><br \/>\n         REF(\u9006\u65f6\u9488,1),1,IF(\u9006\u65f6\u9488<br \/>\n         <ref(\u9006\u65f6\u9488,1),-1,0)); {asi} lc2:=\"REF(CLOSE,1);\" aa:=\"ABS(HIGH-LC2);\" bb:=\"ABS(LOW-LC2);\" cc:=\"ABS(HIGH-REF(LOW,1));\" dd:=\"ABS(LC2-REF(OPEN,1));\" r2:=\"IF(AA\"><br \/>\n          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)); X01:=(CLOSE-LC2+(CLOSE-OPEN)\/2+LC2-REF(OPEN,1)); SI:=16*X01\/R2*MAX(AA,BB); ASI:=SUM(SI,0),COLORWHITE; MASI:=MA(ASI,6),COLORYELLOW; P25:=IF(CLOSE<br \/>\n          <hhv(close,13) and asi=\"HHV(ASI,13),1,IF(CLOSE\"><br \/>\n           LLV(CLOSE,13) AND ASI=LLV(ASI,13),-1,0)); {BIAS} BIAS1 :=(CLOSE-MA(CLOSE,12))\/MA(CLOSE,12)*100; P26:=IF(BIAS1&gt;10,1,IF(BIAS1&lt;-10,-1,0)); \u51b3\u7b56: (36+P01+P02+P03+P04+P05+P06+P07+P08+P09+P10+P11+P12+P13+P14+P15+P16+ P17+P18+P19+P20+P21+P22+P23+P24+P25+P26)*1.36; MAJCQX:MA(\u51b3\u7b56,3); STICKLINE(C&gt;0,36,36,10,0),COLOR00FF00; STICKLINE(C&gt;0,56,56,10,0),COLORFF00FF; STICKLINE(C&gt;0,71,71,10,0),COLORRED; STICKLINE(C&gt;0,44,44,10,0),COLORYELLOW;<br \/>\n          <\/hhv(close,13)><br \/>\n         <\/ref(\u9006\u65f6\u9488,1),-1,0));><br \/>\n        <\/vhf1,-1,0));{33}><br \/>\n       <\/ref(ma7,1)><br \/>\n      <\/mnvi,-2,0));{30}><br \/>\n     <\/mpvi,-1,0));{28}><br \/>\n    <\/maobv,-1,0));{27}><br \/>\n   <\/ref(close,1),vol,0),14);><br \/>\n  <\/lower,-2,0));{18}><br \/>\n <\/mdi><\/p>\n<p style=\"color:red\">\u7f16\u5199\u65b9\u6cd5\uff1a<\/p>\n<p>&nbsp;MA1:=MA(CLOSE,5);<\/p>\n<div>\n MA2:=MA(CLOSE,10);\n<\/div>\n<div>\n P01:=IF(MA1&gt;MA2,1,IF(MA2&gt;MA1,-1,0));\n<\/div>\n<div>\n MA3:=MA(CLOSE,3);\n<\/div>\n<div>\n MA4:=MA(CLOSE,5);\n<\/div>\n<div>\n P02:=IF(MA3&gt;MA4,1,IF(MA4&gt;MA3,-1,0));\n<\/div>\n<div>\n MA5:=MA(CLOSE,12);\n<\/div>\n<div>\n MA6:=MA(CLOSE,50);\n<\/div>\n<div>\n P03:=IF(MA5&gt;MA6,1,IF(MA6&gt;MA5,-1,0));&nbsp;\n<\/div>\n<div>\n {KDJ}\n<\/div>\n<div>\n RSV:=(CLOSE-LLV(LOW,5))\/(HHV(HIGH,5)-LLV(LOW,5))*100;\n<\/div>\n<div>\n K:=EMA(RSV,3);\n<\/div>\n<div>\n D:=EMA(K,3);\n<\/div>\n<div>\n P04:=IF(K&gt;D,1,IF(D&gt;K,-1,0));\n<\/div>\n<div>\n {MACD}\n<\/div>\n<div>\n DIF:=EMA(CLOSE,12)-EMA(CLOSE,26);\n<\/div>\n<div>\n DEA:=EMA(DIF,9);\n<\/div>\n<div>\n MACD:=(DIF-DEA)*2;\n<\/div>\n<div>\n P05:=IF(DIF&gt;DEA,1,IF(DEA&gt;DIF,-1,0));\n<\/div>\n<div>\n {TRIX}\n<\/div>\n<div>\n TR2:=EMA(EMA(EMA(CLOSE,12),12),12);\n<\/div>\n<div>\n TRIX:=(TR-REF(TR,1))\/REF(TR,1)*100;\n<\/div>\n<div>\n MATRIX:=MA(TRIX,9) ;\n<\/div>\n<div>\n P06:=IF(TRIX&gt;MATRIX,1,IF(MATRIX&gt;TRIX,-1,0));\n<\/div>\n<div>\n {DMI}\n<\/div>\n<div>\n TR1:=EMA(MAX(MAX(HIGH-LOW,ABS(HIGH-REF(CLOSE,1))),ABS(REF(CLOSE,1)-LOW)),7);\n<\/div>\n<div>\n HD :=HIGH-REF(HIGH,1);\n<\/div>\n<div>\n LD :=REF(LOW,1)-LOW;\n<\/div>\n<div>\n DMP:=EMA(IF(HD&gt;0 AND HD&gt;LD,HD,0),7);\n<\/div>\n<div>\n DMM:=EMA(IF(LD&gt;0 AND LD&gt;HD,LD,0),7);\n<\/div>\n<div>\n PDI:= DMP*100\/TR;\n<\/div>\n<div>\n MDI:= DMM*100\/TR;\n<\/div>\n<div>\n ADX:= EMA(ABS(MDI-PDI)\/(MDI+PDI)*100,7);\n<\/div>\n<div>\n ADXR:=EMA(ADX,7);\n<\/div>\n<div>\n P07:=IF(PDI&gt;MDI AND ADX&gt;PDI AND ADX&gt;50,3,\n<\/div>\n<div>\n IF(PDI&lt;MDI AND ADX&gt;MDI AND ADX&gt;50,-3,0));{9}\n<\/div>\n<div>\n {RSI}\n<\/div>\n<div>\n LC:=REF(CLOSE,1);\n<\/div>\n<div>\n RSI1:=EMA(MAX(CLOSE-LC,0),5)\/EMA(ABS(CLOSE-LC),5)*100;{10}\n<\/div>\n<div>\n P08:=IF(RSI1&gt;80,1,IF(RSI1&lt;20,-1,0));{10}\n<\/div>\n<div>\n {CCI}\n<\/div>\n<div>\n TYP:=(HIGH+LOW+CLOSE)\/3;\n<\/div>\n<div>\n CCI:=(TYP-MA(TYP,8))\/(0.015*AVEDEV(TYP,8));\n<\/div>\n<div>\n P09:=IF(CCI&gt;180,2,IF(CCI&lt;-180,-2,0));{12}\n<\/div>\n<div>\n {W%R}\n<\/div>\n<div>\n WR1:=(CLOSE-LLV(LOW,6))\/(HHV(HIGH,6)-LLV(LOW,6))*100;\n<\/div>\n<div>\n P10:= IF(WR1&gt;80,1,IF(WR1&lt;20,-1,0));{13}\n<\/div>\n<div>\n {OSC}\n<\/div>\n<div>\n OSC:=100*(CLOSE-MA(CLOSE,20));\n<\/div>\n<div>\n P11:=IF(OSC&gt;0,1,IF(OSC&lt;0,-1,0));{14}\n<\/div>\n<div>\n {MTM}\n<\/div>\n<div>\n MOM:=CLOSE-REF(CLOSE,7);\n<\/div>\n<div>\n P12:=IF(MOM&gt;0,1,IF(MOM&lt;0,-1,0));{15}\n<\/div>\n<div>\n {DPO}\n<\/div>\n<div>\n DPO:=CLOSE-REF(MA(CLOSE,11),11\/2+1);\n<\/div>\n<div>\n P13:=IF(DPO&gt;0,1,IF(DPO&lt;0,-1,0));{16}\n<\/div>\n<div>\n {\u5e03\u6797\u7ebf}\n<\/div>\n<div>\n MB:=MA(CLOSE,12);\n<\/div>\n<div>\n R:=(CLOSE-MB)*(CLOSE-MB);\n<\/div>\n<div>\n X1:=MA(R,12);\n<\/div>\n<div>\n X2:=SQRT(X1);\n<\/div>\n<div>\n D1:=1;\n<\/div>\n<div>\n UPPER:=MB+(D1*X2);\n<\/div>\n<div>\n LOWER:=MB-(D1*X2);\n<\/div>\n<div>\n P14:=IF(CLOSE&gt;UPPER,2,IF(CLOSE&lt;LOWER,-2,0));{18}\n<\/div>\n<div>\n {BRAR}\n<\/div>\n<div>\n BR:=SUM(MAX(0,HIGH-REF(CLOSE,1)),14)\/SUM(MAX(0,REF(CLOSE,1)-LOW),14)*100;\n<\/div>\n<div>\n AR:=SUM(HIGH-OPEN,14)\/SUM(OPEN-LOW,14)*100;\n<\/div>\n<div>\n P15:=IF(BR&gt;350 OR AR&gt;180,3,IF(BR&lt;45 OR AR&lt;45,-3,0));{21}\n<\/div>\n<div>\n {VR}\n<\/div>\n<div>\n TH:=SUM(IF(CLOSE&gt;REF(CLOSE,1),VOL,0),14);\n<\/div>\n<div>\n TL:=SUM(IF(CLOSE&lt;REF(CLOSE,1),VOL,0),14);\n<\/div>\n<div>\n TQ:=SUM(IF(CLOSE=REF(CLOSE,1),VOL,0),14);\n<\/div>\n<div>\n VR:=0100*(TH*2+TQ)\/(TL*2+TQ);\n<\/div>\n<div>\n P16:=IF(VR&gt;350,3,IF(VR&lt;45,-3,0));{24}\n<\/div>\n<div>\n {WVAD}\n<\/div>\n<div>\n WVAD:=SUM((CLOSE-OPEN)\/(HIGH-LOW)*VOL,6)\/10000;\n<\/div>\n<div>\n P17:=IF(WVAD&gt;0,1,IF(WVAD&lt;0,-1,0));{25}\n<\/div>\n<div>\n {EMV}\n<\/div>\n<div>\n VOLUME:=MA(VOL,4)\/VOL;\n<\/div>\n<div>\n MID:=100*(HIGH+LOW-REF(HIGH+LOW,1))\/(HIGH+LOW);\n<\/div>\n<div>\n EMV:=MA(MID*VOLUME*(HIGH-LOW)\/MA(HIGH-LOW,4),4);\n<\/div>\n<div>\n P18:=IF(EMV&gt;0,1,IF(EMV&lt;0,-1,0));{26}\n<\/div>\n<div>\n {OBV}\n<\/div>\n<div>\n VA:=IF(CLOSE&gt;REF(CLOSE,1),VOL,-VOL);\n<\/div>\n<div>\n OBV:=SUM(IF(CLOSE=REF(CLOSE,1),0,VA),0);\n<\/div>\n<div>\n MAOBV:=EMA(OBV,24);\n<\/div>\n<div>\n P19:=IF(OBV&gt;MAOBV,1,IF(OBV&lt;MAOBV,-1,0));{27}\n<\/div>\n<div>\n {PVI}\n<\/div>\n<div>\n PVI:= PVI,COLORWHITE;\n<\/div>\n<div>\n MPVI:=EMA(PVI,24),COLORYELLOW;&nbsp;\n<\/div>\n<div>\n P20:=IF(PVI&gt;MPVI,1,IF(PVI&lt;MPVI,-1,0));{28}\n<\/div>\n<div>\n {NVI}\n<\/div>\n<div>\n NVI:=NVI,COLORWHITE;\n<\/div>\n<div>\n MNVI:=EMA(NVI,24),COLORYELLOW;\n<\/div>\n<div>\n P21:=IF(NVI&gt;MNVI,2,IF(NVI&lt;MNVI,-2,0));{30}\n<\/div>\n<div>\n {MASS}\n<\/div>\n<div>\n MASS:=SUM(MA(HIGH-LOW,9)\/MA(MA(HIGH-LOW,9),9),25);\n<\/div>\n<div>\n MA7:=MA(CLOSE,9);\n<\/div>\n<div>\n P22:=IF(MA7&gt;REF(MA7,1) AND MASS&gt;26.5,2,IF(MA7&lt;REF(MA7,1)\n<\/div>\n<div>\n AND MASS&lt;26.5,-2,0));{32}\n<\/div>\n<div>\n {VHF}\n<\/div>\n<div>\n NUM:=ABS(HHV(HIGH,15)-LLV(LOW,15));\n<\/div>\n<div>\n DEN:=SUM(ABS(CLOSE-REF(CLOSE,1)),15);\n<\/div>\n<div>\n VHF:=IF(DEN=0,0,NUM\/DEN);\n<\/div>\n<div>\n VHF1:=EMA(VHF,240);\n<\/div>\n<div>\n P23:=IF(VHF&gt;VHF1,1,IF(VHF&lt;VHF1,-1,0));{33}\n<\/div>\n<div>\n {PUCU}\n<\/div>\n<div>\n PU:=MA(CLOSE,13);\n<\/div>\n<div>\n CU:=MA(VOL,13);\n<\/div>\n<div>\n PU1:=(PU-REF(PU,1))\/REF(PU,1)*100;\n<\/div>\n<div>\n CU1:=(CU-REF(CU,1))\/REF(CU,1)*100;\n<\/div>\n<div>\n \u9006\u65f6\u9488:=PU1+CU1;\n<\/div>\n<div>\n P24:=IF(\u9006\u65f6\u9488&gt;REF(\u9006\u65f6\u9488,1),1,IF(\u9006\u65f6\u9488&lt;REF(\u9006\u65f6\u9488,1),-1,0));\n<\/div>\n<div>\n {ASI}\n<\/div>\n<div>\n LC2:=REF(CLOSE,1);\n<\/div>\n<div>\n AA:=ABS(HIGH-LC2);\n<\/div>\n<div>\n BB:=ABS(LOW-LC2);\n<\/div>\n<div>\n CC:=ABS(HIGH-REF(LOW,1));\n<\/div>\n<div>\n DD:=ABS(LC2-REF(OPEN,1));\n<\/div>\n<div>\n 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));\n<\/div>\n<div>\n X01:=(CLOSE-LC2+(CLOSE-OPEN)\/2+LC2-REF(OPEN,1));\n<\/div>\n<div>\n SI:=16*X01\/R2*MAX(AA,BB);\n<\/div>\n<div>\n ASI:=SUM(SI,0);\n<\/div>\n<div>\n MASI:=MA(ASI,6);\n<\/div>\n<div>\n 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));\n<\/div>\n<div>\n {BIAS}\n<\/div>\n<div>\n BIAS1 :=(CLOSE-MA(CLOSE,12))\/MA(CLOSE,12)*100;\n<\/div>\n<div>\n P26:=IF(BIAS1&gt;10,1,IF(BIAS1&lt;-10,-1,0));\n<\/div>\n<div>\n \u51b3\u7b56:=(36+P01+P02+P03+P04+P05+P06+P07+P08+P09+P10+P11+P12+P13+P14+P15+P16+\n<\/div>\n<div>\n P17+P18+P19+P20+P21+P22+P23+P24+P25+P26)*1.36;\n<\/div>\n<div>\n MAJCQX:=MA(\u51b3\u7b56,3);\n<\/div>\n<div>\n CROSS(\u51b3\u7b56,56) AND CROSS(MAJCQX,56);\n<\/div>\n<div>\n &nbsp;\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--}<a href=\"http:\/\/www.lixiangluntan.com\" target=\"_blank\" rel=\"noopener noreferrer\">\u80a1\u7968\u516c\u5f0f\u7f51<\/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;\">N\u65e5\u5185\u51fa\u73b0\u4e00\u5b57\u677f\u6da8\u505c(\u5305\u62ecst\u80a1)\u7684\u9009\u80a1\u516c\u5f0f<\/p>\n<p>N\u65e5\u5185\u51fa\u73b0\u4e00\u5b57\u677f\u6da8\u505c(\u5305\u62ecst\u80a1)\u7684\u9009\u80a1\u516c\u5f0f<\/p>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>\u5c06\u51b3\u7b56\u548cmajcqx\u540c\u65f6\u4e0a\u7a7f56\u8bbe\u4e3a\u9884\u8b66<\/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-85404","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\/85404","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=85404"}],"version-history":[{"count":0,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts\/85404\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=85404"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=85404"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=85404"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}