Skip to main content

今年的下半年估计是震荡市



我个人希望在今年9、10月能血洗一下,这样方便以后的上涨,但是大盘从来和散户的
想法唱反调,今年最可能的走法还是在14000到15000之间来回震荡。换句话说,大盘理
应还有一跌,但是跌幅应该不会太深。和我预测的基本一致,大盘经历了去年的高位震
荡横盘,今天一举创下历史新高,原因其实很简单,去年花了整整一年的时间吸收高位
套牢盘,可见08年之前在高位买入却依然守候的大有人在,今年刚过年就直接连续击穿
14000和15000,霸气十足,也打了普通散户一个措手不及,很多散户并不敢追高,因为
害怕登高跌重,而他就一骑绝尘让你眼巴巴看着。然而再良好的涨势也总有暂时到头的
时候,大盘突破15500以后是该歇歇的时候了,至于到什么位置为止,根据我的判断,
不太可能跌破14000,原因依然很简单,之前的阻力线就是现在的支撑线,大盘跌到
14000附近自然有很多人着急买入而继续带动大盘上扬。但是由于今年上涨过猛,所以
剩下的时间想拉伸依然极为吃力,故而今年剩下的时间最可能的走法就是在14000-
15000之间震荡。随后是上是下要等来年才能观望,我个人觉得向上的可能性更大,可
能在明年4、5月份大盘将继续启动,一举突破16000也未尝不可。
至于今年剩下的操作,如果做长线,那就继续留守强势股即可,如果想做波段,那就在
大盘跌到14000-14500附近找那些基本面没有很大的坏消息,图形没有大的破坏,但是
今年上半年没有跟着大盘上涨的股票来买,我觉得这类股票会在这轮震荡中有比较良好
的表现。

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