<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>互联网脚本之家</title><link>http://www.qg66.cn/</link><description>互联网、脚本、程序、web、php、linux</description><item><title>同花顺分时设置图</title><link>http://www.qg66.cn/?id=65</link><description>&lt;pre class=&quot;brush:java;toolbar:false&quot;&gt;/*欢迎使用同花顺公式系统*/
/*按“CTRL+S”启动AI，可输入需求描述生成相应代码*/
DRAWTEXT_FIX(1,0,0.78,0,&amp;#39;流通市值:&amp;#39;+TOSTRING(LTSZ/100000000,2)+&amp;#39;亿&amp;#39;),coloryellow;
IF&amp;nbsp;CODELIKE(&amp;#39;399&amp;#39;)=0&amp;nbsp;AND&amp;nbsp;CODELIKE(&amp;#39;000001&amp;#39;)=0&amp;nbsp;THEN&amp;nbsp;DRAWTEXT_FIX(1,0,0.83,0,&amp;quot;行业:&amp;quot;+&amp;nbsp;&amp;quot;&amp;nbsp;&amp;quot;+BLOCK(0,0)),coloryellow;
IF&amp;nbsp;CODELIKE(&amp;#39;399&amp;#39;)=0&amp;nbsp;AND&amp;nbsp;CODELIKE(&amp;#39;000001&amp;#39;)=0&amp;nbsp;THEN&amp;nbsp;DRAWTEXT_FIX(1,0.1,0.83,0,&amp;quot;细分行业:&amp;quot;+&amp;nbsp;&amp;quot;&amp;nbsp;&amp;quot;+BLOCK(1,0)),coloryellow;
IF&amp;nbsp;CODELIKE(&amp;#39;399&amp;#39;)=0&amp;nbsp;AND&amp;nbsp;CODELIKE(&amp;#39;000001&amp;#39;)=0&amp;nbsp;THEN&amp;nbsp;DRAWTEXT_FIX(1,0.0,0.89,0,&amp;#39;题材概念:&amp;#39;+&amp;quot;&amp;nbsp;&amp;quot;+BLOCK(3,18)),coloryellow;
上涨家数:=INDEXDATA(&amp;quot;1A0002&amp;quot;,&amp;amp;RISECOUNT)&amp;nbsp;+&amp;nbsp;INDEXDATA(&amp;quot;399002&amp;quot;,&amp;amp;RISECOUNT);
下跌家数:=INDEXDATA(&amp;quot;1A0002&amp;quot;,&amp;amp;FALLCOUNT)&amp;nbsp;+&amp;nbsp;INDEXDATA(&amp;quot;399002&amp;quot;,&amp;amp;FALLCOUNT);
DRAWTEXT_FIX(ISLASTBAR,0.9,0.15,1,&amp;quot;上涨家数：&amp;quot;+TOSTRING(上涨家数,0)),colorred;
DRAWTEXT_FIX(ISLASTBAR,0.99,0.15,1,&amp;quot;下跌家数：&amp;quot;+TOSTRING(下跌家数,0)),colorgreen;
涨停:=INDEXDATA(&amp;quot;1A0002&amp;quot;,&amp;amp;RISELIMITCOUNT)+INDEXDATA(&amp;quot;399006&amp;quot;,&amp;amp;RISELIMITCOUNT);
跌停:=INDEXDATA(&amp;quot;1A0002&amp;quot;,&amp;amp;FALLLIMITCOUNT)+INDEXDATA(&amp;quot;399006&amp;quot;,&amp;amp;FALLLIMITCOUNT);
DRAWTEXT_FIX(ISLASTBAR,0.9,0.2,1,&amp;quot;涨停：&amp;quot;+TOSTRING(涨停,0)),colorlired;
DRAWTEXT_FIX(ISLASTBAR,0.99,0.2,1,&amp;quot;跌停：&amp;quot;+TOSTRING(跌停,0)),colorliblue;
S1:=BARSLAST(FORMATTIME(1)=1);
竞额:=REF(MONEYFS,S1)/10000;
DRAWTEXT_FIX(ISLASTBAR,0.99,0.25,1,&amp;quot;今竞额:&amp;quot;+TOSTRING(竞额,1)+&amp;#39;万&amp;#39;),colorwhite;
S2:=BARSLAST(DAY!=REF(DAY,1),1);
昨竞额:=REF(MONEYFS,S2)/10000+&amp;#39;万&amp;#39;;
DRAWTEXT_FIX(ISLASTBAR,0.9,0.25,1,&amp;quot;昨竞额:&amp;quot;+TOSTRING(昨竞额,1)+&amp;#39;万&amp;#39;),colorwhite;
昨日成交量:=REF(VOL,1)/10000;
竞价量比:=竞额/昨竞额;
竞价占比:=竞额/昨日成交量*100;
DRAWTEXT_FIX(ISLASTBAR,0.9,0.3,1,&amp;quot;竞价量比:&amp;quot;+TOSTRING(竞价量比,1)),coloryellow;
DRAWTEXT_FIX(ISLASTBAR,0.99,0.3,1,&amp;quot;竞价占比:&amp;quot;+TOSTRING(竞价占比,1)+&amp;#39;%&amp;#39;),coloryellow;
NEW1:=IF(ISNULL(NEW[1]),PRE,NEW[1]);
最新:IF(ISNULL(NEW),NEW1,NEW);
IF&amp;nbsp;(ISNULL(RANGE_AVG_PRICE)&amp;nbsp;OR&amp;nbsp;RANGE_AVG_PRICE&amp;nbsp;&amp;lt;=&amp;nbsp;0)
{&amp;nbsp;&amp;nbsp;
IF((MARKETTYPE==16&amp;nbsp;OR&amp;nbsp;MARKETTYPE==32)AND&amp;nbsp;CODETYPE==0)
{
领先:(INDEXLEAD/10000&amp;nbsp;+&amp;nbsp;1)*PRE;
}
ELSE&amp;nbsp;IF&amp;nbsp;(MARKETTYPE&amp;nbsp;==&amp;nbsp;232&amp;nbsp;OR&amp;nbsp;MARKETTYPE&amp;nbsp;==&amp;nbsp;56&amp;nbsp;OR&amp;nbsp;MARKETTYPE==64&amp;nbsp;OR&amp;nbsp;MARKETTYPE==128&amp;nbsp;OR&amp;nbsp;MARKETTYPE&amp;nbsp;==&amp;nbsp;80&amp;nbsp;OR&amp;nbsp;MARKETTYPE==88&amp;nbsp;OR&amp;nbsp;(VOL&amp;nbsp;&amp;gt;&amp;nbsp;1&amp;nbsp;AND&amp;nbsp;VOL&amp;lt;100))
{
b=SUBSAMEDAY(&amp;amp;VOL)&amp;nbsp;;
m=SUM(b*最新,0);
均价:IF(m&amp;gt;0,m/VOL,PRE);
}
ELSE&amp;nbsp;IF(CODETYPE!=0&amp;nbsp;AND&amp;nbsp;MONEY&amp;gt;0&amp;nbsp;AND&amp;nbsp;MARKETTYPE&amp;nbsp;!=&amp;nbsp;48&amp;nbsp;AND&amp;nbsp;MARKETTYPE&amp;nbsp;!=&amp;nbsp;104)
{
IF(ISNULL(MONEY)&amp;nbsp;OR&amp;nbsp;ISNULL(VOL)&amp;nbsp;OR&amp;nbsp;VOL==0&amp;nbsp;OR&amp;nbsp;MONEY==0)
均价:IF(ISNULL(均价[1]),PRE,均价[1]);
&amp;nbsp;&amp;nbsp;&amp;nbsp;ELSE&amp;nbsp;IF(VOL==VOL[1]&amp;nbsp;OR&amp;nbsp;MONEY==MONEY[1])
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;均价:均价[1];
&amp;nbsp;&amp;nbsp;&amp;nbsp;ELSE
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;均价:MONEY/VOL;
}
ELSE&amp;nbsp;IF&amp;nbsp;(MARKETTYPE&amp;nbsp;==&amp;nbsp;176)
{
b=SUBSAMEDAY(&amp;amp;MONEY);
m=SUM(b*最新,0);
IF(m&amp;gt;0)
均价:m/MONEY;
}
}
ELSE
{
均价:RANGE_AVG_PRICE;
}
DRAWGBK(MARKETTYPE==32&amp;nbsp;AND&amp;nbsp;FORMATTIME(1)&amp;lt;10&amp;nbsp;AND&amp;nbsp;TRADETIME&amp;gt;242),;
RGB(0,0,128);
RETURN;
hx_star;
hx_star_p;&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 30 Sep 2025 11:19:32 +0800</pubDate></item><item><title>如何判断主力意图</title><link>http://www.qg66.cn/?id=64</link><description>&lt;div class=&quot;auto-hide-last-sibling-br paragraph-Oc488D paragraph-element br-paragraph-space&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; font-size: 16px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-top: 0px !important; color: rgba(0, 0, 0, 0.85) !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;在 A 股市场中，主力资金的操作逻辑往往围绕 “筹码控制” 和 “情绪引导” 展开，短期股价的剧烈波动（如尾盘拉升后连续低开）可能并非表面看起来的 “亏损”，而是背后有更深层的策略。以下从主力常见操作目的出发，结合技术面和资金逻辑展开分析：&lt;/span&gt;&lt;/div&gt;&lt;h3 class=&quot;header-OdWb_u auto-hide-last-sibling-br&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; margin-top: 28px; font-size: 18px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 12px !important; padding-bottom: 0px !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;一、&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-size: 16px; line-height: 28px; overflow-anchor: auto;&quot;&gt;尾盘拉升 4 个点的可能意图&lt;span style=&quot;font-size: 14px; -webkit-font-smoothing: antialiased; line-height: 28px; overflow-anchor: auto; font-family: &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;&lt;ol class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding-left: 20px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 8px !important; margin-top: 8px !important;&quot;&gt;&lt;li&gt;&lt;div class=&quot;auto-hide-last-sibling-br paragraph-Oc488D paragraph-element br-paragraph-space&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; margin-bottom: 0px; margin-top: 0px; overflow-anchor: auto;&quot;&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px; color: rgb(0, 0, 0) !important;&quot;&gt;成本较低的短期诱多&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); overflow-anchor: auto; margin-top: 4px !important; padding-left: 20px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;主力可能在尾盘用少量资金快速拉高股价（如集合竞价阶段突击），制造 “强势信号” 吸引散户跟风。此时拉升成本低（尾盘抛压小），但能让技术图形（如收盘价）显得强势，诱使散户认为 “次日会继续上涨” 而追高。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 14px; font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; color: rgb(0, 0, 0) !important;&quot;&gt;案例&lt;/span&gt;：某股全天横盘，尾盘 5 分钟用 1000 万资金拉升 4%，收盘价突破短期压力位，散户看到 “突破形态” 可能跟进。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;div class=&quot;auto-hide-last-sibling-br paragraph-Oc488D paragraph-element br-paragraph-space&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; margin-bottom: 0px; margin-top: 0px; overflow-anchor: auto;&quot;&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px; color: rgb(0, 0, 0) !important;&quot;&gt;阶段性护盘或试盘&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); overflow-anchor: auto; margin-top: 4px !important; padding-left: 20px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;若股价处于低位，主力可能通过尾盘拉升测试抛压，或防止股价跌破关键支撑位（如均线、前期低点），避免恐慌性抛盘出现。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;h3 class=&quot;header-OdWb_u auto-hide-last-sibling-br&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; margin-top: 28px; font-size: 18px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 12px !important; padding-bottom: 0px !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;二、&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-size: 16px; line-height: 28px; overflow-anchor: auto;&quot;&gt;次日低开 2 个点 + 今日低开低走的核心逻辑&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h4 class=&quot;header-OdWb_u auto-hide-last-sibling-br&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; margin-top: 24px; font-size: 16px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 8px !important; padding-bottom: 0px !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;1.&amp;nbsp;&lt;span style=&quot;font-size: 14px; font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; overflow-anchor: auto;&quot;&gt;洗盘：震出跟风盘，降低拉升阻力&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding-left: 20px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 8px !important; margin-top: 8px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 14px; font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; color: rgb(0, 0, 0) !important;&quot;&gt;逻辑&lt;/span&gt;：主力若想后续拉升，需清理浮筹（短线散户），避免他们在拉升时抛售砸盘。具体步骤如下：&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;list-style-type: square;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;尾盘拉升诱使散户追高，次日直接低开（形成 “追高即套” 的恐慌），逼迫昨天跟进的散户割肉离场。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;低开后继续打压股价（如低开低走），强化 “弱势预期”，让更多散户认为 “股价要跌” 而卖出，主力则在低位接回筹码，降低持仓成本。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 14px; font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; color: rgb(0, 0, 0) !important;&quot;&gt;关键特征&lt;/span&gt;：低开后成交量无明显放大（主力未大规模出货），股价下跌至关键支撑位（如前期低点、均线）后企稳，甚至日内回升。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 class=&quot;header-OdWb_u auto-hide-last-sibling-br&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; margin-top: 24px; font-size: 16px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 8px !important; padding-bottom: 0px !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;2.&amp;nbsp;&lt;span style=&quot;font-size: 14px; font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; overflow-anchor: auto;&quot;&gt;出货：利用尾盘拉升的 “假象” 分批抛售&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding-left: 20px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 8px !important; margin-top: 8px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 14px; font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; color: rgb(0, 0, 0) !important;&quot;&gt;逻辑&lt;/span&gt;：主力若想出货，可能先通过尾盘拉升制造 “上涨预期”，次日高开或低开后分批卖出，具体分为两种情况：&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;list-style-type: square;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 14px; font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; color: rgb(0, 0, 0) !important;&quot;&gt;情况 1：低开后快速下杀，恐慌出货&lt;/span&gt;&lt;br class=&quot;container-Vdm5p7 wrapper-_7axQ_ undefined&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-size: 2px !important; overflow-anchor: auto;&quot;/&gt;主力在尾盘拉升时已少量出货，次日直接低开，利用散户 “不愿止损” 的心理，先下杀引发恐慌，再在低位挂买单承接（实则继续出货），形成 “低开低走” 的假象，让散户误以为 “主力在吸筹” 而接盘。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 14px; font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; color: rgb(0, 0, 0) !important;&quot;&gt;情况 2：低开后震荡出货&lt;/span&gt;&lt;br class=&quot;container-Vdm5p7 wrapper-_7axQ_ undefined&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-size: 2px !important; overflow-anchor: auto;&quot;/&gt;主力在盘中分批次卖出，股价随出货量下跌，形成 “低开低走”，但整体成交量显著放大（主力出货特征）。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 14px; font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; color: rgb(0, 0, 0) !important;&quot;&gt;关键特征&lt;/span&gt;：低开后成交量明显放大，股价跌破前期支撑位且无反弹迹象，板块或大盘无明显利空却持续走弱。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 class=&quot;header-OdWb_u auto-hide-last-sibling-br&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; margin-top: 24px; font-size: 16px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 8px !important; padding-bottom: 0px !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;3.&amp;nbsp;&lt;span style=&quot;font-size: 14px; font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; overflow-anchor: auto;&quot;&gt;主力调仓或换筹：短期止损或布局其他方向&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding-left: 20px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 8px !important; margin-top: 8px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;若主力判断该股短期缺乏上涨逻辑（如板块利好兑现、业绩不及预期），可能选择 “割肉” 调仓，即使低开亏损也要快速离场，转向其他强势股。此时低开低走是资金撤离的表现。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 class=&quot;header-OdWb_u auto-hide-last-sibling-br&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; margin-top: 24px; font-size: 16px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 8px !important; padding-bottom: 0px !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;4.&amp;nbsp;&lt;span style=&quot;font-size: 14px; font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; overflow-anchor: auto;&quot;&gt;利用技术面制造恐慌：逼迫散户割肉&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding-left: 20px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 8px !important; margin-top: 8px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;主力可能通过低开低走，让股价跌破重要技术指标（如 5 日均线、布林带下轨），触发散户的 “止损机制”。例如：&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;list-style-type: square;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;前天尾盘拉升至 5 日均线上方，次日低开跌破 5 日线，技术派散户可能因 “破位” 而卖出，主力趁机在低位吸筹。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;h3 class=&quot;header-OdWb_u auto-hide-last-sibling-br&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; margin-top: 28px; font-size: 18px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 12px !important; padding-bottom: 0px !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;三、&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-size: 16px; line-height: 28px; overflow-anchor: auto;&quot;&gt;为什么主力低开看似 “亏损”，实则可能盈利？&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;&lt;ol class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding-left: 20px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 8px !important; margin-top: 8px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px; color: rgb(0, 0, 0) !important;&quot;&gt;主力持仓成本远低于当前股价&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); overflow-anchor: auto; margin-top: 4px !important; padding-left: 20px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;若主力在低位（如股价 10 元时）已大量建仓，当前股价 15 元，即使低开 2 个点至 14.7 元，主力仍有 47% 的利润空间，低开抛售仍是盈利的。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px; color: rgb(0, 0, 0) !important;&quot;&gt;通过 “高抛低吸” 降低成本&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); overflow-anchor: auto; margin-top: 4px !important; padding-left: 20px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;尾盘 15 元拉升时卖出 10 万股，次日 14.7 元买回 10 万股，净赚 30 万元（不计手续费），同时震出散户。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); overflow-anchor: auto; margin-top: 4px !important; padding-left: 20px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;主力可能在尾盘拉升时少量卖出（高抛），次日低开时再买回（低吸），通过波段操作降低持仓成本。例如：&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px; color: rgb(0, 0, 0) !important;&quot;&gt;短期亏损为长期布局铺路&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); overflow-anchor: auto; margin-top: 4px !important; padding-left: 20px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;若主力目标是长期控盘，可能通过短期低开洗盘，清理浮筹后再大幅拉升。此时短期 “亏损” 是为了后续获取更高利润。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;h3 class=&quot;header-OdWb_u auto-hide-last-sibling-br&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; margin-top: 28px; font-size: 18px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 12px !important; padding-bottom: 0px !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;四、&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-size: 16px; line-height: 28px; overflow-anchor: auto;&quot;&gt;如何判断主力意图？关键看这 3 点&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div class=&quot;auto-hide-last-sibling-br table-container-FTJPBk&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0.08); border-style: solid; border-width: 0.727273px; border-image: none 100% / 1 / 0 stretch; border-radius: 12px; margin-bottom: 8px; max-width: 100%; overflow: auto; scrollbar-color: rgb(204, 204, 204) rgba(0, 0, 0, 0); width: fit-content; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;table width=&quot;NaN&quot;&gt;&lt;thead style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); overflow-anchor: auto;&quot;&gt;&lt;tr style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); border-top: 0px; overflow-anchor: auto; background-color: rgb(242, 242, 242);&quot; class=&quot;firstRow&quot;&gt;&lt;th style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 12px 18px; line-height: 28px; border-width: 0px 0.727273px 0px 0px; border-top-style: initial; border-top-color: initial; border-right-color: rgba(0, 0, 0, 0.08); border-bottom-style: initial; border-bottom-color: initial; border-left-style: initial; border-left-color: initial; max-width: 448px; overflow-anchor: auto;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;观察维度&lt;/span&gt;&lt;/th&gt;&lt;th style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 12px 18px; line-height: 28px; border-width: 0px 0.727273px 0px 0px; border-top-style: initial; border-top-color: initial; border-right-color: rgba(0, 0, 0, 0.08); border-bottom-style: initial; border-bottom-color: initial; border-left-style: initial; border-left-color: initial; max-width: 448px; overflow-anchor: auto;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;洗盘可能性大&lt;/span&gt;&lt;/th&gt;&lt;th style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 12px 18px; line-height: 28px; border-width: 0px; border-style: initial; border-color: initial; max-width: 448px; overflow-anchor: auto;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;出货可能性大&lt;/span&gt;&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); overflow-anchor: auto;&quot;&gt;&lt;tr style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); border-top: 0.727273px solid rgba(0, 0, 0, 0.08); overflow-anchor: auto;&quot;&gt;&lt;td style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 12px 18px; line-height: 28px; border-width: 0px 0.727273px 0px 0px; border-top-style: initial; border-top-color: initial; border-right-color: rgba(0, 0, 0, 0.08); border-bottom-style: initial; border-bottom-color: initial; border-left-style: initial; border-left-color: initial; max-width: 448px; overflow-anchor: auto; color: rgba(0, 0, 0, 0.85) !important;&quot;&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px; color: rgb(0, 0, 0) !important;&quot;&gt;成交量&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 12px 18px; line-height: 28px; border-width: 0px 0.727273px 0px 0px; border-top-style: initial; border-top-color: initial; border-right-color: rgba(0, 0, 0, 0.08); border-bottom-style: initial; border-bottom-color: initial; border-left-style: initial; border-left-color: initial; max-width: 448px; overflow-anchor: auto; color: rgba(0, 0, 0, 0.85) !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;低开后成交量萎缩（散户惜售，主力未出货）&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 12px 18px; line-height: 28px; border-width: 0px; border-style: initial; border-color: initial; max-width: 448px; overflow-anchor: auto; color: rgba(0, 0, 0, 0.85) !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;低开后成交量激增（主力大量卖出）&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); border-top: 0.727273px solid rgba(0, 0, 0, 0.08); overflow-anchor: auto;&quot;&gt;&lt;td style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 12px 18px; line-height: 28px; border-width: 0px 0.727273px 0px 0px; border-top-style: initial; border-top-color: initial; border-right-color: rgba(0, 0, 0, 0.08); border-bottom-style: initial; border-bottom-color: initial; border-left-style: initial; border-left-color: initial; max-width: 448px; overflow-anchor: auto; color: rgba(0, 0, 0, 0.85) !important;&quot;&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px; color: rgb(0, 0, 0) !important;&quot;&gt;支撑位表现&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 12px 18px; line-height: 28px; border-width: 0px 0.727273px 0px 0px; border-top-style: initial; border-top-color: initial; border-right-color: rgba(0, 0, 0, 0.08); border-bottom-style: initial; border-bottom-color: initial; border-left-style: initial; border-left-color: initial; max-width: 448px; overflow-anchor: auto; color: rgba(0, 0, 0, 0.85) !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;下跌至关键支撑位（如前期低点）后反弹&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 12px 18px; line-height: 28px; border-width: 0px; border-style: initial; border-color: initial; max-width: 448px; overflow-anchor: auto; color: rgba(0, 0, 0, 0.85) !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;跌破关键支撑位且无反弹，持续阴跌&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); border-top: 0.727273px solid rgba(0, 0, 0, 0.08); overflow-anchor: auto;&quot;&gt;&lt;td style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 12px 18px; line-height: 28px; border-width: 0px 0.727273px 0px 0px; border-top-style: initial; border-top-color: initial; border-right-color: rgba(0, 0, 0, 0.08); border-bottom-style: initial; border-bottom-color: initial; border-left-style: initial; border-left-color: initial; max-width: 448px; overflow-anchor: auto; color: rgba(0, 0, 0, 0.85) !important;&quot;&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px; color: rgb(0, 0, 0) !important;&quot;&gt;板块与大盘&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 12px 18px; line-height: 28px; border-width: 0px 0.727273px 0px 0px; border-top-style: initial; border-top-color: initial; border-right-color: rgba(0, 0, 0, 0.08); border-bottom-style: initial; border-bottom-color: initial; border-left-style: initial; border-left-color: initial; max-width: 448px; overflow-anchor: auto; color: rgba(0, 0, 0, 0.85) !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;板块或大盘走强时，该股低开后快速回升&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 12px 18px; line-height: 28px; border-width: 0px; border-style: initial; border-color: initial; max-width: 448px; overflow-anchor: auto; color: rgba(0, 0, 0, 0.85) !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;板块或大盘走强时，该股仍弱势下跌&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;h3 class=&quot;header-OdWb_u auto-hide-last-sibling-br&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; margin-top: 28px; font-size: 18px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 12px !important; padding-bottom: 0px !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;五、&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-size: 16px; line-height: 28px; overflow-anchor: auto;&quot;&gt;给投资者的建议&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;&lt;ol class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding-left: 20px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 8px !important; margin-top: 8px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 14px; font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; color: rgb(0, 0, 0) !important;&quot;&gt;不盲目追涨尾盘拉升股&lt;/span&gt;：尾盘急拉可能是诱多信号，尤其是成交量未明显放大时，需警惕次日低开风险。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 14px; font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; color: rgb(0, 0, 0) !important;&quot;&gt;结合成交量看低开性质&lt;/span&gt;：若低开后成交量小，可能是洗盘；若成交量大且股价跌破支撑位，需考虑止损。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 14px; font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; color: rgb(0, 0, 0) !important;&quot;&gt;关注主力成本区间&lt;/span&gt;：通过筹码分布（如股票软件中的 “筹码” 功能）判断主力持仓成本，若当前股价远高于主力成本，低开可能是出货；若在成本附近，可能是洗盘。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 14px; font-family: &amp;quot;Microsoft YaHei&amp;quot;; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; line-height: 28px; overflow-anchor: auto; color: rgb(0, 0, 0) !important;&quot;&gt;不单一依赖技术面&lt;/span&gt;：主力可能反技术操作，需结合公司基本面（如业绩、行业前景）和市场情绪综合判断。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h3 class=&quot;header-OdWb_u auto-hide-last-sibling-br&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; margin-top: 28px; font-size: 18px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-bottom: 12px !important; padding-bottom: 0px !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;总结&lt;/span&gt;&lt;/h3&gt;&lt;div class=&quot;auto-hide-last-sibling-br paragraph-Oc488D paragraph-element br-paragraph-space&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 28px; font-size: 16px; overflow-anchor: auto; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); color: rgba(0, 0, 0, 0.85) !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Microsoft YaHei&amp;quot;; font-size: 14px;&quot;&gt;主力的 “低开大跌” 并非简单的 “赚不到钱”，而是基于筹码控制、出货或洗盘的策略需求。短期股价波动是主力引导散户情绪的工具，投资者需透过现象看本质，结合成交量、支撑位、主力成本等多维度分析，避免被短期走势误导。&lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 12 Jun 2025 19:37:32 +0800</pubDate></item><item><title>尾盘抢筹，第二天会顺势向上</title><link>http://www.qg66.cn/?id=63</link><description>&lt;p&gt;&lt;img src=&quot;http://www.qg66.cn/zb_users/upload/2025/02/202502191739948574815575.png&quot; title=&quot;正在上传...&quot; alt=&quot;88f2f0b4e2a90cfb97ad45712c8b355.png&quot; width=&quot;848&quot; height=&quot;932&quot; style=&quot;width: 848px; height: 932px;&quot;/&gt;&lt;/p&gt;</description><pubDate>Wed, 19 Feb 2025 15:02:36 +0800</pubDate></item><item><title>OMO 主要是指公开市场操作（Open Market Operations）</title><link>http://www.qg66.cn/?id=61</link><description>&lt;div class=&quot;auto-hide-last-sibling-br paragraph-JOTKXA paragraph-element br-paragraph-space&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: var(--md-box-samantha-normal-text-line-height); overflow-anchor: auto; font-size: 16px; font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-top: 0px !important; color: var(--md-box-samantha-normal-text-color) !important;&quot;&gt;在金融领域，OMO 主要是指公开市场操作（Open Market Operations）。&lt;/div&gt;&lt;p&gt;&lt;br class=&quot;container-utlnW2 wrapper-d0Cc1k undefined&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); content: &amp;quot;&amp;quot;; display: block; font-size: var(--md-box-paragraph-spacing); margin: 1em; overflow-anchor: auto; color: rgb(34, 34, 34); font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;/&gt;&lt;/p&gt;&lt;ol class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding-left: 20px; overflow-anchor: auto; color: rgb(34, 34, 34); font-family: Inter, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; color: initial; font-size: var(--md-box-samantha-normal-text-font-size); line-height: var(--md-box-samantha-normal-text-line-height); overflow-anchor: auto;&quot;&gt;定义与概念&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 8px; overflow-anchor: auto; color: initial; padding-left: 20px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;公开市场操作是中央银行吞吐基础货币，调节市场流动性的主要货币政策工具。中央银行通过在公开市场（如债券市场）上买卖有价证券（主要是政府债券）来实现货币政策目标。例如，当央行想要增加货币供应量时，它会在公开市场上买入债券。这一操作使得资金从央行流入市场，增加了市场中的货币数量，从而降低利率，刺激经济增长。相反，当央行想要减少货币供应量时，会在公开市场上卖出债券，回笼资金，减少市场中的货币量，使得利率上升，抑制通货膨胀。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; color: initial; font-size: var(--md-box-samantha-normal-text-font-size); line-height: var(--md-box-samantha-normal-text-line-height); overflow-anchor: auto;&quot;&gt;操作方式&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 8px; overflow-anchor: auto; color: initial; padding-left: 20px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;现券买断是央行直接从二级市场买入债券，一次性地投放基础货币。例如，央行在债券市场上买入国债，资金直接进入市场，增加了货币供应量。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;现券卖断是央行直接在二级市场卖出债券，回笼基础货币，减少货币供应量。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 8px; overflow-anchor: auto; color: initial; padding-left: 20px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;正回购是央行以手中所持有的债券做抵押向金融机构融入资金，并承诺在未来再购回债券的交易行为。这相当于回笼货币，使市场资金减少。例如，央行与商业银行进行正回购操作，商业银行把资金给央行，市场上的资金就会相应减少，起到收缩流动性的作用。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;逆回购则相反，是央行向一级交易商购买有价证券，并约定在未来特定日期将有价证券卖给一级交易商的交易行为。逆回购会释放资金，增加市场的流动性。比如，央行进行逆回购操作时，资金就会从央行流向市场中的金融机构，使得市场资金更加充裕。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 8px; overflow-anchor: auto; color: initial; padding-left: 20px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; color: initial; font-size: var(--md-box-samantha-normal-text-font-size); line-height: var(--md-box-samantha-normal-text-line-height); overflow-anchor: auto;&quot;&gt;正回购和逆回购&lt;/span&gt;：&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; color: initial; font-size: var(--md-box-samantha-normal-text-font-size); line-height: var(--md-box-samantha-normal-text-line-height); overflow-anchor: auto;&quot;&gt;现券交易&lt;/span&gt;：&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; color: initial; font-size: var(--md-box-samantha-normal-text-font-size); line-height: var(--md-box-samantha-normal-text-line-height); overflow-anchor: auto;&quot;&gt;作用和意义&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 8px; overflow-anchor: auto; color: initial; padding-left: 20px !important;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; color: initial; font-size: var(--md-box-samantha-normal-text-font-size); line-height: var(--md-box-samantha-normal-text-line-height); overflow-anchor: auto;&quot;&gt;调节货币供应量&lt;/span&gt;：能够灵活、精准地控制货币供应量，适应经济形势的变化。比如在经济衰退时期，市场需要更多的资金来刺激经济，央行通过公开市场操作买入债券，增加货币供应，促进企业投资和居民消费。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; color: initial; font-size: var(--md-box-samantha-normal-text-font-size); line-height: var(--md-box-samantha-normal-text-line-height); overflow-anchor: auto;&quot;&gt;影响利率水平&lt;/span&gt;：货币供应量的变化会引起市场利率的波动。当货币供应量增加时，利率通常会下降，降低企业的融资成本和居民的借贷成本；反之，当货币供应量减少时，利率会上升，有助于抑制过热的经济和通货膨胀。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; color: initial; font-size: var(--md-box-samantha-normal-text-font-size); line-height: var(--md-box-samantha-normal-text-line-height); overflow-anchor: auto;&quot;&gt;稳定金融市场&lt;/span&gt;：在金融市场出现波动时，公开市场操作可以起到稳定市场的作用。例如，在债券市场出现恐慌性抛售，债券价格大幅下跌时，央行可以通过买入债券来稳定债券价格，避免金融市场的系统性风险。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 18 Dec 2024 22:47:43 +0800</pubDate></item><item><title>2025 年中国赤字率预测</title><link>http://www.qg66.cn/?id=60</link><description>&lt;div class=&quot;auto-hide-last-sibling-br paragraph-u1TS5p paragraph-element br-paragraph-space&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: var(--md-box-samantha-normal-text-line-height); overflow-anchor: auto; font-size: 16px; font-family: Inter, -apple-system, &amp;quot;system-ui&amp;quot;, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-top: 0px !important; color: var(--md-box-samantha-normal-text-color) !important;&quot;&gt;据目前的分析和预测，2025 年中国的赤字率可能会有以下情况：&lt;/div&gt;&lt;p&gt;&lt;br class=&quot;container-PzX343 wrapper-NZ1vL1 undefined&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); content: &amp;quot;&amp;quot;; display: block; font-size: var(--md-box-paragraph-spacing); margin: 1em; overflow-anchor: auto; color: rgb(34, 34, 34); font-family: Inter, -apple-system, &amp;quot;system-ui&amp;quot;, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;/&gt;&lt;/p&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding-left: 20px; overflow-anchor: auto; color: rgb(34, 34, 34); font-family: Inter, -apple-system, &amp;quot;system-ui&amp;quot;, &amp;quot;Segoe UI&amp;quot;, &amp;quot;SF Pro SC&amp;quot;, &amp;quot;SF Pro Display&amp;quot;, &amp;quot;SF Pro Icons&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; color: initial; font-size: var(--md-box-samantha-normal-text-font-size); line-height: var(--md-box-samantha-normal-text-line-height); overflow-anchor: auto;&quot;&gt;部分机构预测赤字率将明显抬升&lt;/span&gt;：中信证券预计 2025 年政府的赤字率将会明显抬升至 4%。国盛证券则认为 2025 年一般赤字率可能在 3.5% 以上，更有可能达到 4% 以上，若加上扩大后的专项债规模以及特别国债规模，全口径赤字率（广义赤字率）可能接近 9% 甚至更高.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; color: initial; font-size: var(--md-box-samantha-normal-text-font-size); line-height: var(--md-box-samantha-normal-text-line-height); overflow-anchor: auto;&quot;&gt;基于政策背景和经济形势的分析&lt;/span&gt;：&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;auto-hide-last-sibling-br list-paddingleft-2&quot; style=&quot;list-style-type: square;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; color: initial; font-size: var(--md-box-samantha-normal-text-font-size); line-height: var(--md-box-samantha-normal-text-line-height); overflow-anchor: auto;&quot;&gt;财政政策加力提效的需要&lt;/span&gt;：当前经济面临有效需求不足等问题，为了稳增长、扩内需，需要财政政策进一步发力。提高赤字率可以增加政府的财政支出空间，从而加大对基础设施建设、科技创新、民生保障等领域的投入，刺激经济增长.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; color: initial; font-size: var(--md-box-samantha-normal-text-font-size); line-height: var(--md-box-samantha-normal-text-line-height); overflow-anchor: auto;&quot;&gt;化债及地方财政压力缓解后的空间释放&lt;/span&gt;：2024 年开始实施大规模的地方债务限额置换等化债政策，地方财政压力得到一定程度缓解，为财政政策的进一步扩张创造了条件。财政部部长蓝佛安也曾提到中央财政还有较大的举债空间和赤字空间，这也为 2025 年提高赤字率提供了可能性.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; color: initial; font-size: var(--md-box-samantha-normal-text-font-size); line-height: var(--md-box-samantha-normal-text-line-height); overflow-anchor: auto;&quot;&gt;宏观政策协调配合的要求&lt;/span&gt;：财政政策与货币政策等宏观政策需要协调配合，以更好地实现经济增长目标。在货币政策保持稳健偏宽松的同时，提高赤字率可以使财政政策与货币政策形成合力，增强宏观政策的逆周期调节力度.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;-webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 600; color: initial; font-size: var(--md-box-samantha-normal-text-font-size); line-height: var(--md-box-samantha-normal-text-line-height); overflow-anchor: auto;&quot;&gt;国际比较及国内债务可持续性考量&lt;/span&gt;：从国际对比来看，中国中央政府杠杆率明显低于美日等主要经济体，同时中国政府债务主要是内债，受外部市场的冲击较小，且中国拥有的国有资产资源较西方经济体更多，相对而言能够支持更大规模的债务，这些因素也为适当提高赤字率提供了一定的空间。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sun, 01 Dec 2024 22:43:21 +0800</pubDate></item><item><title>股票技巧</title><link>http://www.qg66.cn/?id=59</link><description>&lt;p&gt;核心：1.顺势而为（大盘上证先确认趋势，上涨趋势中操作）&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.不要追高，超过目标价格的1%就不是追了，可以等下跌下来再进。宁愿错过也不要做错。&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3.打板方法：一进二打板操作细节 ：&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;（1）打板不要板上怼，一般高开5个点都不建议入。&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;（2）打板严格止盈止损，但凡当日板不了都叫打板失败，第二天一律要走。&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;（3）打板后第二天涨停，除非一字板，但凡炸板就走。&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4.中短线买入方法，盘前操作的，先买入你本打算操作资金的三成，开盘有低点就陆续再买入。如果直接上去，就不要再加仓了，最多是少买了不至于踏空。&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5.票分为短线（2-5个交易日）50%能做到T+1，波段（一个月内），长线（5-12个月内）&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6.长线买法：先买三成仓位，盘面震10-15%再加三成仓位进去，再有盘震再进3成，没有盘震就起暴点进入。长线不建议随便乱动，很容易卖飞。&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 严格执行以上几点，做到知行和一。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sun, 24 Nov 2024 15:49:33 +0800</pubDate></item><item><title>中国目前的房地产问题</title><link>http://www.qg66.cn/?id=58</link><description>&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;中国至少有 4800 万套在竣工前售出的房屋尚未完工。分析师估计，中国将需要高达 5 万亿元人民币（7120 亿美元）从开发商手中购买未售出的房屋并将其改造成经济适用房。&lt;/p&gt;</description><pubDate>Fri, 04 Oct 2024 23:43:26 +0800</pubDate></item><item><title>中国经济和未来股市分析总结</title><link>http://www.qg66.cn/?id=57</link><description>&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;A股目前估值：100多万亿元。&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;1、海外资金回流：&lt;/strong&gt;美联储开启持续降息周期，有望进一步减轻人民币汇率面临的由利差形成的外汇流出压力，并打开国内货币政策空间。&lt;/p&gt;&lt;p&gt;美股目前估值过高；未来十年标普500指数年均回报率可能会缩小到5.7%。&lt;/p&gt;&lt;p cms-style=&quot;font-L&quot; style=&quot;text-wrap: wrap;&quot;&gt;a、相较于历史水位，当下美国股市的估值较高，很大程度是因为少数超大型股票的表现提振，比如美股科技7巨头。&lt;/p&gt;&lt;p cms-style=&quot;font-L&quot; style=&quot;text-wrap: wrap;&quot;&gt;b、目前标普500指数市盈率是23.7倍，相较于其35年以来的市盈率平均值19倍，大概高了25%。大量历史数据显示，从长远来看，美股估值应均值回归，这意味着未来几年股市收益率会降低。&lt;/p&gt;&lt;p cms-style=&quot;font-L&quot; style=&quot;text-wrap: wrap;&quot;&gt;c、美国人口老龄化：年老的投资者倾向于回避股票，会更多选择债券等更加保守的投资品种。数据显示，“婴儿潮”一代的家庭股票配置水平目前处于历史新高。随着婴儿潮一代逐步退休，一旦越来越多人降低股票配置，可能会导致美股市盈率下降。&lt;/p&gt;&lt;p cms-style=&quot;font-L&quot;&gt;d、美国政治不稳定和去美元化也可能降低美股的长期回报。&lt;/p&gt;&lt;p&gt;随着美联储降息，中国企业可能会选择出售高达1万亿美元的美元计价资产，此举或将显著推动人民币对美元汇率升值约10%。&lt;/p&gt;&lt;p&gt;在疫情后，中国企业在海外投资积累超过了2万亿美元的资产，且利率普遍&amp;gt;人民币计价资产。&lt;/p&gt;&lt;p&gt;美国降息后资本回流中国是大概率事件，&lt;strong&gt;海外至少有4500亿美元（&lt;/strong&gt;&lt;strong&gt;3万亿人民币&lt;/strong&gt;&lt;strong&gt;）可回流中国。&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;参考资料：&lt;/span&gt;&lt;a href=&quot;https://finance.sina.com.cn/money/fund/jjzl/2024-09-20/doc-incpuwqn2823802.shtml&quot; target=&quot;_self&quot; style=&quot;text-wrap: wrap;&quot;&gt;https://finance.sina.com.cn/money/fund/jjzl/2024-09-20/doc-incpuwqn2823802.shtml&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;2、&lt;/strong&gt;&lt;strong&gt;耐心资本增持：&lt;span style=&quot;text-wrap: wrap;&quot;&gt;合计持仓市值&lt;/span&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;4.61万亿元。&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;今年上半年，中央汇金累计入市资金超过4600亿元&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;在众多耐心资本当中，“国家队”的持仓规模相对庞大。据证券时报·数据宝统计，截至今年二季度末，“国家队”合计持仓A股市值达到3.19万亿元，创近5年来同期新高，逼近历史同期峰值。与2023年底相比，“国家队”持仓A股市值增长3780.63亿元。若将保险资金、社保基金、养老保险基金统计在内，这些耐心资本合计持仓市值达到4.61万亿元，同样逼近历史同期峰值水平。&lt;/p&gt;&lt;p&gt;参考资料：&lt;a href=&quot;http://www.csrc.gov.cn/shanxi/c106408/c7508961/content.shtml&quot; target=&quot;_self&quot;&gt;http://www.csrc.gov.cn/shanxi/c106408/c7508961/content.shtml&lt;/a&gt;&lt;/p&gt;&lt;ol class=&quot; list-paddingleft-2&quot; style=&quot;list-style-type: decimal;&quot;&gt;&lt;li&gt;&lt;p&gt;“募投管退”全链条优化。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;引导保险资金等长期资金投资创业投资，研究提高保险资金投资创业投资基金集中度比例上限。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;聚焦基金考核，容错免责机制、绩效评价制度等体制机制的关键环节，率先将国资和政府投资基金培育为耐心资本，发挥引领示范作用。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;鼓励央企利用创业投资基金投早、投小、投长期、投硬科技。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;开展私募股权创投基金实物分配股票试点。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;对于投资原创性等新赛道的创投机构要加大政策支持力度。&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;参考资料：&lt;/span&gt;&lt;a href=&quot;https://www.gov.cn/zhengce/202406/content_6959642.htm&quot; target=&quot;_self&quot;&gt;https://www.gov.cn/zhengce/202406/content_6959642.htm&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;社保资金增持：&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;a、国投电力向社保基金会发行股票募集资金&lt;strong&gt;70亿元&lt;/strong&gt;用于孟底沟水电站、卡拉水电站项目建设。社保基金会持股5%以上的上市公司数量将增至7家。&lt;/p&gt;&lt;p&gt;b、社保基金会分别是&lt;a href=&quot;https://finance.sina.com.cn/realstock/company/sh601328/nc.shtml&quot; target=&quot;_blank&quot; data-sudaclick=&quot;content_marketkeywords_p&quot;&gt;交通银行&lt;/a&gt;、&lt;a href=&quot;https://finance.sina.com.cn/realstock/company/sh601901/nc.shtml&quot; target=&quot;_blank&quot; data-sudaclick=&quot;content_marketkeywords_p&quot;&gt;方正证券&lt;/a&gt;、&lt;a href=&quot;https://finance.sina.com.cn/realstock/company/sh601319/nc.shtml&quot; target=&quot;_blank&quot; data-sudaclick=&quot;content_marketkeywords_p&quot;&gt;中国人保&lt;/a&gt;、中国信达、&lt;a href=&quot;https://finance.sina.com.cn/realstock/company/sh601288/nc.shtml&quot; target=&quot;_blank&quot; data-sudaclick=&quot;content_marketkeywords_p&quot;&gt;农业银行&lt;/a&gt;、&lt;a href=&quot;https://finance.sina.com.cn/realstock/company/sh601816/nc.shtml&quot; target=&quot;_blank&quot; data-sudaclick=&quot;content_marketkeywords_p&quot;&gt;京沪高铁&lt;/a&gt;等6家境内外上市公司持股5%以上股东，持股比例分别为15.54%、13.24%、12.68%、12.62%、6.72%、6.24%。&lt;/p&gt;&lt;p&gt;c、中国核电：&lt;strong&gt;社保基金会认购120亿元。&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;保险资金增持：&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://finance.sina.com.cn/realstock/company/sh601628/nc.shtml&quot; target=&quot;_blank&quot; data-sudaclick=&quot;content_marketkeywords_p&quot;&gt;中国人寿&lt;/a&gt;、&lt;a href=&quot;https://finance.sina.com.cn/realstock/company/sh601336/nc.shtml&quot; target=&quot;_blank&quot; data-sudaclick=&quot;content_marketkeywords_p&quot;&gt;新华保险&lt;/a&gt;共同注资&lt;strong&gt;500亿元&lt;/strong&gt;发起设立的私募基金公司已完成备案，具备入市条件并开始建仓，主要投资目标锁定在A股及港股上市公司股票，这也是首只保险资金长期股票投资改革试点基金。&lt;/p&gt;&lt;p&gt;参考资料：&lt;a href=&quot;https://finance.sina.com.cn/money/fund/jjzl/2024-09-20/doc-incpuwqn2823802.shtml&quot; target=&quot;_self&quot;&gt;https://finance.sina.com.cn/money/fund/jjzl/2024-09-20/doc-incpuwqn2823802.shtml&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;地方投资基金：&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;地方投资基金和国央企增持股票，使股东，投资人还有&lt;strong&gt;国家利益进行捆绑。&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;3、股权财政：&lt;/strong&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;地方政府土地财政会慢慢转为&lt;/span&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;“股权财政”。国企上市公司市值会慢慢提高。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;img src=&quot;http://www.qg66.cn/zb_users/upload/2024/10/202410011727795949952434.png&quot; title=&quot;正在上传...&quot; alt=&quot;image.png&quot; width=&quot;917&quot; height=&quot;303&quot; style=&quot;width: 917px; height: 303px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;参考资料：&lt;a href=&quot;https://www.cspengyuan.com/pengyuancmscn/credit-research/industry-research/subject/20240326171912722/%E2%80%9C%E5%9C%9F%E5%9C%B0%E8%B4%A2%E6%94%BF%E2%80%9D%E4%BD%8E%E8%BF%B7%EF%BC%8C%E2%80%9C%E8%82%A1%E6%9D%83%E8%B4%A2%E6%94%BF%E2%80%9D%E8%83%BD%E5%90%A6%E5%85%B4%E8%B5%B7%EF%BC%9F.pdf&quot; target=&quot;_self&quot;&gt;https://www.cspengyuan.com/pengyuancmscn/credit-research/industry-research/subject/20240326171912722/%E2%80%9C%E5%9C%9F%E5%9C%B0%E8%B4%A2%E6%94%BF%E2%80%9D%E4%BD%8E%E8%BF%B7%EF%BC%8C%E2%80%9C%E8%82%A1%E6%9D%83%E8%B4%A2%E6%94%BF%E2%80%9D%E8%83%BD%E5%90%A6%E5%85%B4%E8%B5%B7%EF%BC%9F.pdf&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;4、贷款回购政策：8000千亿---2.4万亿元&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;第一项：&lt;/strong&gt;证券、基金、保险公司互换便利。&lt;/p&gt;&lt;p&gt;第一项工具是证券基金保险公司互换便利，参与的证券、基金、保险公司会由证监会、金融监管总局按照一定的规则来确定，使用它们的债券、股票ETF、沪深300成分股等资产作为抵押，从中央银行换入国债、央行票据这样一些高流动性的资产，这一政策将会大幅度提升它们的资金获取能力和股票的增持能力。&lt;/p&gt;&lt;p&gt;只要这个事做得好，第一期5000亿，可以再来5000亿，甚至可以再搞第三个5000亿。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;1.5万亿。&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;第二项：&lt;/strong&gt;创设股票回购增持专项再贷款，引导银行向上市公司和主要股东提供贷款，支持回购和增持股票。&lt;/p&gt;&lt;p&gt;上市公司股东贷款回购股票&lt;strong&gt;年利息收益大约有2.5%。&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;首期的额度是3000亿，如果这项工具用得好，可以再来3000亿，甚至可以再搞第三个3000亿&lt;/p&gt;&lt;p&gt;&lt;strong&gt;9000亿&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;5、企业出海：&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;a、中非论坛：截至2023年底，中国对非直接投资存量超过400亿美元，十年来，中国企业累计在非洲签订承包工程合同额超过7000亿美元。&lt;/p&gt;&lt;p&gt;中非合作论坛北京峰会取得的四大成果：&lt;a href=&quot;http://www.news.cn/world/20240820/16fa20abaa744c5da529fd7728df8a09/c.html&quot; _src=&quot;http://www.news.cn/world/20240820/16fa20abaa744c5da529fd7728df8a09/c.html&quot;&gt;http://www.news.cn/world/20240820/16fa20abaa744c5da529fd7728df8a09/c.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;b、非洲有53个非洲国家，13亿人口。gdp目前为16万亿人民币，中国的6分之一，有巨大的发展空间。&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;c、中国再向非洲提供&lt;strong&gt;3600亿元的资金支持，创造100万个就业岗位&lt;/strong&gt;。&lt;/span&gt;&amp;nbsp; &amp;nbsp;&lt;span style=&quot;font-size: 14px;&quot;&gt;https://www.163.com/dy/article/JBBV39R6055696O5.html&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;6、A股漏洞修复：&lt;/strong&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;垃圾公司st退市。鼓励上市公司分红，股东减持增加限制。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;7、市值管理增强&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;市值管理是“以投资者为本+上市公司提质”的核心手段，今年以来市值管理政策不断加码，各类管理工具重要性提高，尤其是市值管理成效显著的并购、分红、回购、定增、大股东增持、股权激励等。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&amp;nbsp;（一）并购重组；&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&amp;nbsp;（二）股权激励、员工持股计划；&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;（三）现金分红；&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&amp;nbsp;（四）投资者关系管理；&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;（五）信息披露；&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&amp;nbsp;（六）股份回购；&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&amp;nbsp;（七）其他合法合规的方式。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;《指引》明确两类公司的特殊要求&lt;/p&gt;&lt;p&gt;　　对于主要指数成分股、长期&lt;a web=&quot;1&quot; target=&quot;_blank&quot; href=&quot;http://quote.eastmoney.com/unify/r/90.BK1112&quot; data-code=&quot;BK1112&quot; data-market=&quot;90&quot;&gt;破净股&lt;/a&gt;这两类公司，《指引》还提出了专门要求。&lt;/p&gt;&lt;p&gt;　　主要指数成份股公司是指：&lt;/p&gt;&lt;p&gt;　　1.沪深300指数成份股公司；&lt;/p&gt;&lt;p&gt;　　2.科创50、科创100指数成份股公司；&lt;/p&gt;&lt;p&gt;　　3.创业板指数成份股公司；&lt;/p&gt;&lt;p&gt;　　4.北证50指数成份股公司；&lt;/p&gt;&lt;p&gt;　　5.&lt;a target=&quot;_blank&quot; href=&quot;http://quote.eastmoney.com/unify/r/90.BK0473&quot; data-code=&quot;BK0473&quot; data-market=&quot;90&quot;&gt;证券&lt;/a&gt;交易所规定的其他情形。&lt;/p&gt;&lt;p&gt;参考：&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://wallstreetcn.com/articles/3728817&quot; _src=&quot;https://wallstreetcn.com/articles/3728817&quot;&gt;https://wallstreetcn.com/articles/3728817&lt;/a&gt;&lt;/p&gt;&lt;div&gt;&lt;strong&gt;8、并购重组利好&lt;/strong&gt;&lt;br/&gt; &lt;p&gt;并购重组是两个以上公司合并、组建新公司或相互 参股。 它往往同广义的 兼并 和 收购 是同一意义，它泛指在市场机制作用下，企业为了获得其他企业的 控制权 而进行的 产权交易 活动。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;9、新手股票投资品种选择：&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;如果这里是牛市，90%的人跑不赢指数ETF!&lt;/p&gt;&lt;p&gt;A股历史上从来没有过的强度!&lt;/p&gt;&lt;p&gt;&lt;strong&gt;现在是国家上杠杆!&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;2015年是民间上杠杆!&lt;/p&gt;&lt;p&gt;2015年跑赢创业板的是金融科技。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;10、老手&lt;strong style=&quot;text-wrap: wrap;&quot;&gt;股票投资品种选择&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;strong style=&quot;text-wrap: wrap;&quot;&gt;&lt;strong style=&quot;text-wrap: wrap;&quot;&gt;市场流动性高：&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;牛市时：价值投资有必要，博弈也有必要，不要错过了高流动性的巨大机会。&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;目前市场资金流动性充裕，可以博高弹性的金融产品。流动性充裕时（2万亿成交），什么故事都可以讲（&lt;span style=&quot;text-wrap: wrap;&quot;&gt;人的贪欲会很强）。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;牛市时，垃圾股很容易炒，筹码结构好，没有套牢盘，可以无限拉，2万多亿的成交量不怕没人接盘。&lt;/p&gt;&lt;p&gt;例如在底部长期趴着的股票：游资只要很少的钱就可以拉起来（不用太考虑基本面），随便讲个故事，做个短庄家，纯资金盘玩，博傻。市场成交量2万亿的时候多的是人接盘。&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;strong&gt;新股：涨17倍、&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;港股：&lt;/strong&gt;2-3倍。阿里巴巴、腾讯、美团。&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;游资炒作&lt;/span&gt;股：&lt;/strong&gt;&lt;/span&gt;长期底部有点小故事的股票。例如：青云科技（已经裁员没人了）之前路演的时候，讲了一个故事，就有一个大哥听了，买了2个亿，就涨停。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;庄家股：&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;炒主升浪，庄家会很快进入主升浪。庄家大资金已经在底部购买筹码（洗盘吸筹码），庄家会启动第一个涨停，吸引散户进来，庄家会努力吸引散户不停的交易去推高股价，主升浪拉升时庄家不用很多钱。&lt;/p&gt;&lt;p&gt;庄股特征：（龙头板块）&lt;/p&gt;&lt;p&gt;1、长时间在底部横盘。&lt;/p&gt;&lt;p&gt;2、吸盘吸筹码：一般启动时会有第一个涨停，吸引散户注意。&lt;/p&gt;&lt;p&gt;如果筹码不足时，庄家也会不停的用户涨停洗盘吸筹码。拉一下，跌一下、拉一下、跌一下。&lt;/p&gt;&lt;p&gt;3、洗盘吸筹码结束判断：庄家筹码吸收高度集中，看筹码峰在10-20%以内：例如：9月18日的银之杰。&lt;/p&gt;&lt;p&gt;4、开始主升浪：大行情会有多次主升浪，因为庄家一次出货出不完。可能拉一波，洗一波出货（有可能洗到5日线或10日线），目前大行情，当天就洗盘结束了。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;常见的底部形态：&lt;/p&gt;&lt;p&gt;底部形态图形反映大多数人的形态。&lt;/p&gt;&lt;p&gt;头肩底：&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.qg66.cn/zb_users/upload/2024/10/202410041728047724553796.png&quot; title=&quot;正在上传...&quot; alt=&quot;image.png&quot; width=&quot;525&quot; height=&quot;384&quot; style=&quot;width: 525px; height: 384px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;分时的头肩底：参考9月30日太平洋分时图。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.qg66.cn/zb_users/upload/2024/10/202410041728047845435943.png&quot; title=&quot;正在上传...&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;V型底：&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.qg66.cn/zb_users/upload/2024/10/202410041728047691708078.png&quot; title=&quot;正在上传...&quot; alt=&quot;image.png&quot; width=&quot;470&quot; height=&quot;347&quot; style=&quot;width: 470px; height: 347px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;圆弧底：&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.qg66.cn/zb_users/upload/2024/10/202410041728047675991700.png&quot; title=&quot;正在上传...&quot; alt=&quot;image.png&quot; width=&quot;410&quot; height=&quot;284&quot; style=&quot;width: 410px; height: 284px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;参考如下k线图：&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.qg66.cn/zb_users/upload/2024/10/202410041728047467115923.png&quot; title=&quot;正在上传...&quot; alt=&quot;image.png&quot; width=&quot;1098&quot; height=&quot;702&quot; style=&quot;width: 1098px; height: 702px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.qg66.cn/zb_users/upload/2024/10/202410061728218397681461.png&quot; title=&quot;正在上传...&quot; alt=&quot;image.png&quot; width=&quot;989&quot; height=&quot;606&quot; style=&quot;width: 989px; height: 606px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;img src=&quot;http://www.qg66.cn/zb_users/upload/2024/10/202410061728218430904437.png&quot; title=&quot;正在上传...&quot; alt=&quot;image.png&quot; width=&quot;970&quot; height=&quot;645&quot; style=&quot;width: 970px; height: 645px;&quot;/&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;妖股出现逻辑：&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;低价股：讲故事，短时间吸收筹码，边吸筹码边拉升股票，左右手对倒（因为筹码不多，1-2个跌停板出货结束）。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;期权：超短线操作。&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;牛市时：&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;洗盘（下跌）和出货的判断：&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;高位：一般是出货。&lt;/p&gt;&lt;p&gt;低位：一般是洗盘。&lt;/p&gt;&lt;p&gt;牛市时不用怕回调，过几个月都会创新高。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;11、&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;目前业绩对选股判断不大。&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;公司业绩目前不用参考：因为之前中国经济危机所以大部分公司业绩都不会好，目前业绩对选股判断不大，有些优秀科技公司虽然业绩不好但是未来成长性强。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;12&lt;/strong&gt;、&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;strong&gt;目前中国中&lt;/strong&gt;&lt;strong style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;小市值公司估值远低于&lt;/span&gt;&lt;/strong&gt;&lt;strong style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;A股指数&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;目前中国中&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;小市值公司估值远低于&lt;/span&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;A股指数，因为相对于中小市值公司，&lt;/span&gt;目前A股指数虚高了大概500点，因为之前投资中石油中石化（100点）、煤炭、银行（200点）、中字头（200点）等公司投资过多。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;13、牛市炒作的点：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&lt;strong&gt;牛市时第一波追券商。打高度。&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&lt;strong&gt;板块轮动平均涨。&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&lt;strong&gt;第二波保险：保险有几千亿的券商股份。&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&lt;strong&gt;中字头：&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&lt;strong&gt;第三波1元股票炒一倍，&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&lt;strong&gt;第四波2元股票炒一倍。&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&lt;strong&gt;13、A股估值修复：&lt;strong&gt;2024年反弹预估：&lt;strong&gt;3640点。&lt;/strong&gt;&lt;/strong&gt;&lt;strong style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px;&quot;&gt;上证极限牛市定点 6600点。&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;如何预测是否有泡沫&lt;h-char unicode=&quot;ff0c&quot;&gt;，&lt;/h-char&gt;看巴菲特 神指标&lt;h-char unicode=&quot;ff0c&quot;&gt;，&lt;/h-char&gt;即股市总市值/国民生产总值&lt;h-char unicode=&quot;3001&quot;&gt;、&lt;/h-char&gt;GDP，有不少人注意到&lt;h-char unicode=&quot;201c&quot;&gt;“&lt;/h-char&gt;股神&lt;h-char unicode=&quot;201d&quot;&gt;”&lt;/h-char&gt;巴菲特曾数度表示&lt;h-char unicode=&quot;ff0c&quot;&gt;，&lt;/h-char&gt;任何时候衡量股市估值水平的最佳单一指标&lt;h-char unicode=&quot;ff0c&quot;&gt;，&lt;/h-char&gt;很可能就是股市总市值与国内生产总值(GDP)的比率&lt;h-char unicode=&quot;ff0c&quot;&gt;，&lt;/h-char&gt;因为总市值增长速度与国民经济增长速度应该基本一致。&lt;strong&gt;&lt;strong style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px;&quot;&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255);&quot;&gt;&lt;/span&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;市盈率一般波动的特点全球估值中枢的市盈率在18倍左右&lt;h-char unicode=&quot;ff0c&quot;&gt;，&lt;/h-char&gt;顶部拐点市盈率在32倍&lt;h-char unicode=&quot;ff0c&quot;&gt;，&lt;/h-char&gt;底部的极限估值在10倍。&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;中国目前2023年GDP：&lt;strong&gt;126万亿。&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2024年GDP预估：126 *（1+5%） =&amp;nbsp;&lt;strong&gt;132万亿。&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;strong&gt;峰值：&lt;/strong&gt;那么2007年6000点高峰时巴菲特指标：股市总市值/GDP=&lt;strong&gt;127%&lt;/strong&gt;&lt;br style=&quot;box-sizing: border-box; color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;strong&gt;最低值：&lt;/strong&gt;2008年1664谷底数值＝&lt;strong&gt;43%&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;strong&gt;&amp;nbsp;反弹值：&lt;/strong&gt;2009年反弹＝&lt;strong&gt;71%&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;计算常数（黄金 比例分割）&amp;nbsp;：127% * 0.618=78%&lt;br style=&quot;box-sizing: border-box; color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 43%*1.618=70%&lt;h-char unicode=&quot;ff0c&quot;&gt;，&lt;/h-char&gt;&lt;br style=&quot;box-sizing: border-box; color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;strong&gt;常态值：&lt;/strong&gt;&lt;strong&gt;（78和70中间）&lt;/strong&gt;：&lt;strong&gt;74%&lt;/strong&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;目前&lt;h-char unicode=&quot;ff0c&quot;&gt;，&lt;/h-char&gt;2024年9月30日&lt;h-char unicode=&quot;ff0c&quot;&gt;，&lt;/h-char&gt;股票总市值 =&amp;nbsp;&lt;strong&gt;84万亿人民币。&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/strong&gt;&amp;nbsp;2024年8月份：股票总市值 =&amp;nbsp;44+26 =&amp;nbsp;&lt;strong&gt;70万亿人民币。&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;strong&gt;所以目前巴菲特指标&lt;/strong&gt;&lt;h-char unicode=&quot;ff0c&quot;&gt;&lt;h-inner&gt;&lt;strong&gt;：&lt;/strong&gt;&lt;/h-inner&gt;&lt;/h-char&gt;股票总市值 / GDP = 84 / 132 =&lt;strong&gt;&amp;nbsp;64%&lt;/strong&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&lt;strong&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 反弹前8月份巴菲特指标&lt;/strong&gt;&lt;h-char unicode=&quot;ff0c&quot;&gt;&lt;h-inner&gt;&lt;strong&gt;：&lt;/strong&gt;&lt;/h-inner&gt;&lt;/h-char&gt;&lt;/strong&gt;股票总市值 / GDP = 70 / 132&amp;nbsp;&lt;strong&gt;=&lt;strong&gt;&amp;nbsp;53%&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;strong&gt;结论&lt;/strong&gt;&lt;h-char unicode=&quot;ff0c&quot;&gt;&lt;h-inner&gt;&lt;strong&gt;，&lt;/strong&gt;&lt;/h-inner&gt;&lt;/h-char&gt;&lt;strong&gt;目前64%&lt;/strong&gt;&lt;h-char unicode=&quot;ff0c&quot;&gt;&lt;h-inner&gt;&lt;strong&gt;，&lt;/strong&gt;&lt;/h-inner&gt;&lt;/h-char&gt;&lt;strong&gt;已经远小于均值74%。&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 按照2009年反弹值：71%&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2024年反弹预估：从2717反弹：2717 * 71% / 53%&lt;strong&gt;＝3640点&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;strong&gt;上证目前3326点&lt;/strong&gt;&lt;h-char unicode=&quot;ff0c&quot;&gt;&lt;strong&gt;，&lt;/strong&gt;&lt;/h-char&gt;&lt;strong&gt;那么按历史最大值127%估算&lt;/strong&gt;&lt;h-char unicode=&quot;ff0c&quot;&gt;&lt;strong&gt;，&lt;/strong&gt;&lt;/h-char&gt;&lt;br style=&quot;box-sizing: border-box; color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;根据目前巴菲特指标和峰值估算：&lt;strong&gt;上证极限牛市定点＝3336 * 127% ÷ 64%＝6619点&lt;/strong&gt;&lt;h-char unicode=&quot;3002&quot; class=&quot;biaodian cjk bd-end bd-cop bd-hangable bd-jiya&quot; style=&quot;box-sizing: border-box; position: relative; color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;h-inner style=&quot;box-sizing: border-box; text-emphasis: none; position: absolute; left: 0px; top: 0px; display: inline-block; line-height: 1.1; letter-spacing: -0.5em;&quot;&gt;。&lt;/h-inner&gt;&lt;/h-char&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;美中港三地占全球50%&lt;/span&gt;&lt;h-char unicode=&quot;ff0c&quot; class=&quot;biaodian cjk bd-end bd-cop bd-hangable bd-jiya&quot; style=&quot;box-sizing: border-box; position: relative; color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;h-inner style=&quot;box-sizing: border-box; text-emphasis: none; position: absolute; left: 0px; top: 0px; display: inline-block; line-height: 1.1; letter-spacing: -0.5em;&quot;&gt;，&lt;/h-inner&gt;&lt;/h-char&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;当全球市值大于全球gdp时&lt;/span&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;股票见顶。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;14、后期趋势判断&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;下周可以考虑科创板、创业板etf。&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;预计3600-3700会有一波剧烈回调，等董大师&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;外资&lt;/span&gt;第一只脚（但斌）上车。&lt;/span&gt;&lt;/span&gt;但斌掌舵的百亿私募东方港湾50%仓位纳斯达克etf（50亿元）。&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;参考资料：&lt;a href=&quot;https://finance.sina.com.cn/money/fund/jjzl/2024-09-05/doc-incnaxxn5694925.shtml&quot; _src=&quot;https://finance.sina.com.cn/money/fund/jjzl/2024-09-05/doc-incnaxxn5694925.shtml&quot;&gt;https://finance.sina.com.cn/money/fund/jjzl/2024-09-05/doc-incnaxxn5694925.shtml&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;这一次上涨的目的是让&lt;strong&gt;中国流出去的资金能够回来。&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#101423;font-family:Biaodian Pro Sans GB, Helvetica Neue, Helvetica, Arial, pingfang sc, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, STHeiti, SimSun, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong&gt;回调后第二波还会更猛。&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#101423;font-family:Biaodian Pro Sans GB, Helvetica Neue, Helvetica, Arial, pingfang sc, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, STHeiti, SimSun, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;等全部海外资金回中国，中国新的大市值ipo上市时才到顶部。&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#101423;font-family:Biaodian Pro Sans GB, Helvetica Neue, Helvetica, Arial, pingfang sc, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, STHeiti, SimSun, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#101423;font-family:Biaodian Pro Sans GB, Helvetica Neue, Helvetica, Arial, pingfang sc, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, STHeiti, SimSun, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;推荐书籍&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#101423;font-family:Biaodian Pro Sans GB, Helvetica Neue, Helvetica, Arial, pingfang sc, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, STHeiti, SimSun, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;cis股票交易术，日本股神，从十几万到几个亿。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#101423;font-family:Biaodian Pro Sans GB, Helvetica Neue, Helvetica, Arial, pingfang sc, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, STHeiti, SimSun, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;炒股养家：养家心法&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#101423;font-family:Biaodian Pro Sans GB, Helvetica Neue, Helvetica, Arial, pingfang sc, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, STHeiti, SimSun, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;北京炒家：&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#101423;font-family:Biaodian Pro Sans GB, Helvetica Neue, Helvetica, Arial, pingfang sc, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, STHeiti, SimSun, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;八爷；&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;凯利公式：助我进行资金仓位控制的利器。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://pic4.zhimg.com/80/26657d7bdea3981fd462813eba26ccc3_720w.webp&quot;/&gt;&lt;/p&gt;&lt;p data-pid=&quot;Ra-YhZnz&quot;&gt;其中f为最优的下注比例。p为赢的概率。rw是赢时的净收益率，例如在赌局1中rw=1。rl是输时的净损失率，例如在赌局1中rl=1。注意此处rl&amp;gt;0。&lt;/p&gt;&lt;p data-pid=&quot;RlVoR63M&quot;&gt;根据凯利公式，可以计算出在赌局1中的最有利的下注比例是20%。&lt;/p&gt;&lt;p data-pid=&quot;2C1HxP5x&quot;&gt;我们可以进行一下实验，加深对这个结论的理解。&lt;/p&gt;&lt;p data-pid=&quot;Ux0Kc5bw&quot;&gt;如图，我们分别将仓位设定为10%，15%，20%，30%，40%。他们对应的列数分别是D、E、F、G、H。&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#101423;font-family:Biaodian Pro Sans GB, Helvetica Neue, Helvetica, Arial, pingfang sc, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, STHeiti, SimSun, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;盘感：跌了就卖。好单子买了就涨。&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#101423;font-family:Biaodian Pro Sans GB, Helvetica Neue, Helvetica, Arial, pingfang sc, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, STHeiti, SimSun, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;总结：跌一点就跑。涨的股票拿死不卖。&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#101423;font-family:Biaodian Pro Sans GB, Helvetica Neue, Helvetica, Arial, pingfang sc, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, STHeiti, SimSun, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(16, 20, 35); font-family: &amp;quot;Biaodian Pro Sans GB&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;pingfang sc&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, 微软雅黑, STHeiti, SimSun, sans-serif; font-size: 15px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;A股目前估值：84多万亿元。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.qg66.cn/zb_users/upload/2024/10/202410011727791168140079.png&quot; title=&quot;正在上传...&quot; alt=&quot;image.png&quot; width=&quot;1026&quot; height=&quot;253&quot; style=&quot;width: 1026px; height: 253px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;目前A股估值：在低估值区间。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.qg66.cn/zb_users/upload/2024/10/202410011727791462452361.jpg&quot; title=&quot;正在上传...&quot; alt=&quot;微信图片_20241001220349.jpg&quot; width=&quot;1107&quot; height=&quot;463&quot; style=&quot;width: 1107px; height: 463px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;A股估值分析：&lt;/p&gt;&lt;p&gt;&lt;strong&gt;1、什么是机会值和危险值?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;机会值和危险值分别指20%百分位和80%百分位对应的估值水平。低于机会值为机会区，高于危险值为危险区。&lt;/p&gt;&lt;p&gt;假设有101个月的估值数据，机会值为排在第21的估值数据，计算公式为:20%=(21-1)/(101-1)。也即在101个月中，估值低于机会值的月份有20个。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;2、什么是百分位?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;将统计区间N个数据按从低到高排序，第M名数据对应的百分位应为(M-1)/(N-1)。最大值对应的百分位为100%，最小值对应的百分位为0%，中值对应的为百分位为50%。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;3、什么是指数市盈率?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;指数市盈率为成分股市值合计与成分股净利润合计之比，其中净利润指最近4个季度净利润之和。市盈率越大估值越高，风险越大。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 01 Oct 2024 21:34:15 +0800</pubDate></item><item><title>中国股市有望创十年来最佳周表现，政治局誓言助推</title><link>http://www.qg66.cn/?id=56</link><description>&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;在中国高层领导人做出有力承诺增加财政支持并稳定房地产行业以恢复增长后，沪深 300 指数有望创下近十年来最大单周涨幅。该指数周四上涨 4.2%，主要由消费类股领涨，这一涨势有望结束前所未有的三年连跌。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;政治局的这一承诺是继中国几十年来最大胆的政策运动之后做出的，综合起来看，这些举措最终可能有助于亚洲最大的经济体走出衰退。这关系重大：中国越来越被排除在新兴市场股票基金发行之外，摩根士丹利和高盛集团等顶级华尔街银行对经济复苏的前景越来越怀疑。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;“这表明北京方面很关心，”加拿大皇家银行资产管理公司投资组合经理陈思国在谈到最新的政策声明时表示。“这些措施是否有效是另一个话题，但承认经济存在需要解决的问题，是第一步。”&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;阅读：随着刺激措施缺失的环节被找到，中国股市将进一步飙升&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;官员们还呼吁强力实施降息和银行存款准备金率下调措施，放松中国人民银行本周宣布的措施。根据会议记录，他们将努力提振资本市场，并“大力引导”中长期资金进入股市。这些措辞显示出政策制定者再次表现出紧迫感。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;在政府宣布向极端贫困人口一次性发放现金后，消费股领涨在岸指数。据报道，当局正考虑向其最大的国有银行注入高达 1 万亿元人民币（1420 亿美元）的资本，金融股的子指数成为表现最好的股票之一。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;乐观情绪蔓延到内地股市之外，恒生中国企业指数上涨 4.8%，达到 2023 年 2 月以来的最高水平。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;根据彭博汇编的数据，上海和深圳的成交额连续第二天突破 1 万亿元人民币，这是自 5 月以来的首次。活动的增加通常被解读为看涨信号。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;货币和债券市场的走势较为平淡，人民币保持温和上涨，收益率小幅走高。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;虽然大多数市场观察人士认为，同时调整多个政策杠杆令人鼓舞，但一些人警告称，反弹可能只是战术性反弹。人们仍然怀疑这些措施能否解决中国长期存在的问题，包括消费疲软、价格下跌和根深蒂固的房地产危机。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;“除非有有意义的结构性变化，否则我的感觉是，我们将在类似日本的市场中看到利好消息，然后大幅反弹，然后缺乏后续行动，然后是一段平静期，然后是利好消息，缺乏后续行动，”隆奥银行亚洲首席投资官约翰·伍兹说。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;阅读更多：一旦兴奋消退，中国股市干预的可能性很小&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;但就目前而言，乐观情绪高涨，这可能是北京扭转局面的最佳机会。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;金利丰证券有限公司研究部执行董事黄迪基表示：“政治局公布数据后，香港和中国内地股市立即飙升，表明投资者不想错过追逐中国股市涨势的机会，因为股市处于多年以来的低位，而且中国宣布了多年来最大的刺激计划。”&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 26 Sep 2024 23:21:20 +0800</pubDate></item><item><title>中国证券监管机构呼吁快速发展股权和保险基金</title><link>http://www.qg66.cn/?id=54</link><description>&lt;p&gt;中国证券监管机构呼吁快速发展股权和保险基金，并加强上市公司的质量，以吸引更多资金进入资本市场。&lt;/p&gt;&lt;p&gt;根据周四晚些时候发布的新指南，中国证监会将引导基金从规模导向转变为专注于为投资者创造长期和稳定的回报。监管机构还将为 ETF 指数基金建立快速审批渠道。&lt;/p&gt;&lt;p&gt;“主要目标是显着增加中长期资金进入市场的规模和比例，”证监会表示，并补充说它应该“增强投资行为的长期稳定性。”&lt;/p&gt;&lt;p&gt;中国人民银行行长潘功胜、中国证监会主席吴清和国家金融监督管理局局长李云泽周二共同主持了一场罕见的新闻发布会，会上公布了一揽子经济刺激措施。中央政治局还加大了刺激增长和稳定房地产行业的力度。&lt;/p&gt;&lt;p&gt;中国证监会指导方针中的其他措施包括提高上市公司质量、鼓励公司回购股份和增持股份、扩大保险基金等耐心资本发展，以及丰富公募基金的可投资资产类型。&lt;/p&gt;&lt;p&gt;阅读更多：一旦市场兴奋消退，中国股市干预的胜算不大&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 26 Sep 2024 22:57:05 +0800</pubDate></item></channel></rss><!--23.37 ms , 5 query , 2418kb memory , 0 error-->