Skip to main content

标  题: 说说我的投资策略

FatWallet Coupons and Deals发信人: lostworld (飞廉), 信区: Stock
标  题: 说说我的投资策略
发信站: BBS 未名空间站 (Fri Sep 11 11:55:06 2015, 美东)

我个人更喜欢玩swing trade,但我觉得更靠谱的是长期投资。需要说明的是不要把
swing trade玩成一个长期半山腰站岗的股东。
言归正传如何选股的问题,读新闻跟大牛在玩短期操作上也许要管点用,投资一般意味
着相对来说大点的投入,应该尽力规避风险自己找绩优股,跟风用处不大。。读财报看
蜡烛图我就不多说了,
重要的是找到ticks fling under radar. 当年Livermore 早上读报纸看到西北大旱就
能推断小麦减产从而在小麦期货交易中牟利。举这个例子的意思是说万事万物皆有联系
,如果你能在多数人之前分析到并采取行动就好。
废话了半天,当前形势下我如何处理我的投资策略?首先是中国及emerging market会
带来负面影响。要避开这个我选Home Depot 和visa 美国经济增长可期,大家都在盖房
装修房子,花钱都要用信用卡。油价下跌谁受益最大?航空公司。我选JetBlue. 
Obamacare就是搞社会主义,政府贴钱给穷人买保险。谁受益最大?unh 和aet
我目的不是荐股,而是希望大家从狭小的跟pick的天地中走出来,做一个成功的投资人


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