Skip to main content

标 题: 周末无聊,说说为什么6月会大跌吧

 发信人: pipiniu (2008|2020), 信区: Stock
标  题: 周末无聊,说说为什么6月会大跌吧
发信站: BBS 未名空间站 (Fri May 14 19:53:03 2021, 美东)

歌神也说过很多次现在是牛市尾巴,但没有展开,小弟深表赞同,我抛砖引玉说说理由

一,基本面上,6月经济full reopen是目前的预期,按现在的速度,到了6月,每天的
新case数会降到1万一下,对中国是天文数字,但对美国很低了,而且会持续下降。这
个很关键,因为只要一天没有full reopen,就说明疫情还没有控制住,这样FED就不可
能收手。而一旦full reopen石头落地,成为现实而不只是预期了,FED缩表和加息就是
不可避免的了,市场必然要做出full price in的反应了,前面几个月的通胀担忧都只
是前菜,只能算partially price in。目前预期是Q1开始加息,而且这个可能开启美国
长达十年的加息周期,股市提前半年反应是常态,所以这个时间点也指向了6月附近。

二,技术面上,从去年3月开始的V型牛市到6月也15个月了,可以回去看看历史,15个
月持续上涨而完全没有超过10%的回调(大盘以标普500为准)的几率有多大,不能太贪
心了,15个月的不停上涨差不多了。 同时三大指数目前都疲态已现,但是有full
repoen这个利好,还能最后往上冲一下,预计标普4400附近,但冲上去以后大概率是要
出顶部背离的,一起共振下跌的概率很大。

那接下来会发生什么?如果reopen是炒作主题,那下面几个星期道指和罗素的表现会优
于标普和纳指,虽然四大指数总体都是向上的走势

下面就是先看大盘创新高到4400附近,然后调整到3700附近。调整完毕以后,大概率还
是会V型拉起的,到年底或者明年初再收复4400点的概率很高。那可能有人会疑惑,既
然进入长期加息周期,为什么还会V型拉起,那是因为下半年到明年经济会异常的火热
,去年3月到现在是资金托起的牛市,调整完毕以后就是业绩撑起的牛市,井喷的需求
加上美国人民史无前例的高存款余额,股市长期走熊很难。

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...