Skip to main content

update 一下几个煤矿股

WLT

周线上看还不是很坚实的底, 买它几个原因包括长跌而跌势减弱,有反转迹象,
Insider buying, ER beats, 但记住反转也有可能失败, 特别是大盘不稳的时候。

日图上现在很明显已经跌出上升轨道。 5/29日是向下突破日。 5/30有些反抽但在轨道
下缘受阻 - broken support turn into resistant. 现在进入无量下滑阶段, 短期目
标是前低和BB下缘处,lower 16的位置。 能否在那里有支撑对WLT极为关键。 16如果
不能站住, 可能会去到08年的大底即11附近。 chance i would say half half that
it'll stop there. This technical chart is very bearish.

So the best plan right now is to stay aside. at least do not add to the
position and sell covered calls for protection. I sold 17.5 calls for $1.5
against my WLT holding. on 29th, the breakdown day. so the lost is trimmed
down a lot today. depend on how it behave Monday. I may close the position.
or sell the stock and leave naked shorted calls, effectively shorting the
stock.

ACI

is the best looking of these bunch. low volume sell off and stay on support.
i still hold.

ANR

one more trip down to the previous low. I still holds the shorted put (
amazingly, the put came up today but not by much, which leave me believe the
anticipation for ANR to make new low is not there).

========================
抄底煤看来还是太早了。 偶尔一两个也许会突破, 整个sector还在做底当中。

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