Skip to main content

标  题: 我来分析一下巴菲特错在哪里,请mark。谢谢。

http://gengwg.blogspot.com/发信人: xiaoxiaoren (可爱小宝宝), 信区: Stock
标  题: 我来分析一下巴菲特错在哪里,请mark。谢谢。
发信站: BBS 未名空间站 (Sat Apr  4 20:44:37 2015, 美东)

buffet说。

In short term, stock market is like a voting machine, in long term, it is
all about value.

首先,这个不是巴菲特说的,是我最喜欢的graham说的。period。

其次,这句话只对了一半。stock本身的nature就是一个voting machine,长期短期都
是。 嗯。

好了,深度解读一下这句话。

短期内,一个stock的表现就是看投资者的看法,buy or sell,就这么简单。

长期呢,一个stock的表现还是投资者的看法,但是因为美股市场的高强度价值体系,
优质企业的performance会得到appreciate。那么,value的东西就会被投资者认可,那
么就是看value。


美股 VS A share

美股参与者都是“有钱人”大部分都是高学历,即便是不懂金融产品的,大量的资金会
有养老金mutual fund来处理,这样的体系造成了市场主流的高度专业化。这种专业化
会对价值体系产生一个invest理念。

A share市场的主流是不入流的fund和无数non-sense的散户,不管是读报表的百姓,还
是恶意机构瞎扯淡的恶庄,还是玩的老一套pump & dump。所以价值投资并不会对这个
market产生有意义的影响。

所以投资的真谛是: follow 市场的估价体系。所以,

美股 走 FA
A share 走 TA

当然了,如果N年后 A share也走价值估算,最后最后还是FA。

嗯。

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