Skip to main content

船股


我自己把船们分了四大类:1) 散货船,运各种乱七八糟的东西,比如汽车,建筑材料啥
的,主要是ALEX, ISH;2)干货船,运除了油以外的commidities,股价和BDI正相关,
主要是DSX, NM, EXM, PRGN, OCNF,GNK,EGLE;3) 专门运油的船,和油价成正比,和
BDI关系反而不大,主要是FRO,TK和OSG;4)船只租赁,比如DRYS, DAC,他们似乎自己
不运货。

选股的几个原则:1)一定要一直盈利;2)P/E低过行业平均(8以下);3)运commodities和
oil为主,就是说,是船运公司,不是船只租赁(比如DAC、DRYS大概只能算租赁);4)手
上大多数的contracts延续到2010年到2011年;5)过去2年没有过大规模的dilute。

所以我的watch list如下(排名不分先后):
ISH;
DSX, PRGN;
FRO, OSG

最好不要碰得:
OCNF,DRYS(dilute的太夸张了。。。),DAC(在它头上亏过钱,有心理阴影。。。)

操作的原则:
buy until reaching 3-month or 6-month low, sell half when it reaches 3-month
or 6-month high.比如说,最近可以考虑买ISH了。

风险:
1。希腊国债default。到时候恐怕DSX,PRGN这些希腊公司会受牵连;
2。10年发生第二次经济危机。global trade再往下一掉,船公司们就真的万劫不复了。

回报:
希望3年内能翻2~3番吧,但是做短线估计很难赚钱。



1. 区分自己运货和租赁意义不大,而且你区分的也不对。希腊的这些干货船公司,本
质上都是船东,租给别人运货的。

2. 你选的这几个还不错,但DAC其实有他的好处,就是DAC股票大多数在管理层手里,
所以他们自己都舍不得dilute呢。

3. 你的操作原则大体上不错,不过要与时俱进。因为你都看出来这么操作好了,估计
MM也该换换策略了。

4.希腊国债不怕,如果船股因为这个跳水,那是捞底的机会。

5.船股最大的问题是供求关系,还有债务。挑债务少的捂捂是可以的,短期swing则无
所谓了,你说的这些股短期都不太像要破产的样子,跌多了就买点,大盘不跳水的话,
船股目前的价格还算安全。

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