Skip to main content

美股的大问题是指数基金严重超买

发信人: awaydream (昆仑天下), 信区: Stock
标  题: 美股的大问题是指数基金严重超买,大盘指数垃圾股化
发信站: BBS 未名空间站 (Fri Feb  9 11:55:10 2018, 美东)

越来越多人意识到,传统的对冲基金搞不过sp500, dow 30。
据说sp500直接beat 90%的对冲基金,所以越来越多的人把钱投
到指数基金上。投的钱越多,指数涨越快;指数涨越快,投得钱
越多。这样子自催化循环加速,已经搞了很多年了,>10年。到
最后,指数基金或者ETF的资金里面,投机的钱越来越多,而且
占市场的比重也越来越大。这样,本来千挑万全搞出来的成分股,
精华股,逐渐被炒作进入了垃圾股的炒作模式。

我的预测就是,最后的结果就是,大盘指数变得越来越动荡。
涨得时候,暴涨;跌得时候,暴跌。

最近几年的指数暴涨,大家都看到了。大盘像疯了一样,一年涨
百分之几十,跟垃圾股暴涨一个德行。

现在利息升高,股市指数超买严重,一群人又开始狂跑路,差点就
踩踏了,所以大盘指数又开始暴跌,也跟垃圾股一样。

前面暴涨的时候,我一直在想这玩意要怎么收场,应该会以暴跌收场,
但是,到底是什么时候呢? 一等两等,就是不来。市场扭曲得越来越厉害,
到了点,终于来了。

最后收尾,一句话,大家以后可以考虑把大盘的指数spx, dow 30当成放大版
的垃圾股来炒,追涨杀跌,不能单纯地hold住就不动了,那个阶段过去了。

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...