由买买提看人间百态

topics

全部话题 - 话题: multipli
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
m*********t
发帖数: 1250
1
One useful benchmark from, The Millionaire Next Door by Thomas Stanley and W
illiam Danko, is:
Multiply your age times your realized pretax annual household income from al
l sources except inheritances. Divide by ten. This, less any inherited wealt
h, is what your net worth should be.
The translation goes into simple 3-step:
1. Calculate your annual pre-tax household income.
2. Divide your age by ten.
3. Multiply these two numbers together.
So, if you and your spouse are about 45 years old and y... 阅读全帖
n********u
发帖数: 194
2
来自主题: JobHunting版 - 攒rp,Amazon两轮电话面经
我的code:
private int multiply(int a, int b){
if(a==0 || b==0)
return 0;
else return (a + multiply(a, b-1));
}
用了别人的提示。
j****a
发帖数: 55
3
来自主题: JobHunting版 - ~~问两道AMAZON电面题
我的想法是先matrix multiply一下,之后就scan n就好了,前提是,matrix multiply
比scan快. Theoretically that's not true, but in practice it might be. Some
machines (GPU) are built to do matrix multiplications.
c*********r
发帖数: 77
4
来自主题: JobHunting版 - Amazon 二面面经
correction:
not use divide, use multiple but has some trick:
input a[]
Temp array b[]:
b[i] = result of multiplying all the element the index less than i (b[0] = 1)
Temp array c[]
c[i] = result of multiplying all the element the index greater than i ( b[n]
= 1)
Result: d[i] = b[i] *c[i]
Comment:
This is a really bad interview question.
c**z
发帖数: 669
5
来自主题: JobHunting版 - 问一道matching的算法题目,谢谢!!
这种matching题目应该使用什么算法,谢谢大家了!
we have to do now is implement a program
that assigns each product to a given customer while maximizing the total
suitability
of all products to all customers. so we need you to implement the matching
program.
The algorithm is:
• If the length of the product name is even, the base suitability
score (SS) is the
number of vowels in the customer’s name multiplied by 1.5.
• If the length of the product name is odd, the base SS is the number
of consonants
in th... 阅读全帖
j***y
发帖数: 2074
6
来自主题: JobHunting版 - Qualcomm的面经
谢谢楼上的回复。对,我面的是experienced的职位。大叔说的acess time是O(1)的意
思应该是access每个元素的意思吧,他当时没提到最大或者最小。
另外,vector的access time是不是O(1)啊?不晓得vector有什么劣势。
昨晚睡了一觉,又想起来一些当时的具体情节。
有个函数,void do_something(int time_out, void (*fprt)(float *), .../*
parameter list to the function pointer */)
有个timer,每隔一秒钟就timeout一次,会call这个do_something(),要求是设计并实
现一个数据结构,以达到当timeout时,找出当前的time_out值对应的function,跑一
遍,再从数据结构里删除这个entry。
比如,time_out的值是3秒的时候,必须把这个数据结构里面3秒所对应的function调出
来跑。
要求对找到这个function entry的search的时间复杂度是O(1)。
用hash table的话,如果key-va... 阅读全帖
h******i
发帖数: 30
7
来自主题: JobHunting版 - 关于除法的问题
照着写了个code 不过放在leetcode上测试连small set都超时了。那位给贴个效率高的
,让我学习一下。
int Multiply(int x, int y)
{
bool neg = (x>0&&y<0)||(x<0&&y>0);
y = abs(y);
int res = 0;
int orgy = y;
while(y>1)
{
res += x << 1;
y-=2;
}
if(y==1)
res+=x;
if(neg&&orgy<0)
return -res;
else
return res;
}
int divide(int dividend, int divisor) {
int res = dividend;
int step = dividend;
while(1)
{
int product = Multiply(res,divisor);
... 阅读全帖
x*******5
发帖数: 152
8
来自主题: JobHunting版 - 问一道programming peals上的题
这个是我的题库,还有一些题没有coding,比如back of envelop计算,idea思考,等等
Column 4-5 Pearl (namespace Pearl)
64. Implement bitsort (Bitsort)
65 Find the k unique random integers from the range of [0,n-1] (STL, knuth,
swap, floyd) (generate_int_floyd; generate_int_swap; generate_int_knuth)
66. If memory is limited, using k-pass bitsort to sort integers (bitsort_
kpass)
67. Rotation of array (reverse, gcd, blockswap) (rotate; rotate2; rotate3)
68. Permutation of a string (without/with duplicates chars) (String::string_... 阅读全帖
d*******d
发帖数: 103
9
转载好文
本人觉得灰常灰常好,veli veli good:)
全面具体实用。作者年轻有为,很厉害!
唉,这样的文章怎么没在新闻媒体广泛传播:(
http://www.cocoachina.com/gamedev/misc/2013/0520/6234.html
魏小亮:如何选择硅谷的IT公司
如何选择硅谷的IT公司?Facebook 移动技术总监、Facebook“新兵营”的领队之一、
负责新员工培训的魏小亮(作者简介请见文章末尾)从四个方面写了四篇博文,给出了
他的详细建议。在获得作者许可后,伯乐在线把四篇博文合成一篇发布,以下是全文。
经过激烈的面试,恭喜你拿到一个硅谷IT公司的Offer了,更可喜的是,有几个公司同
时给你Offer。下一个头疼的事情:如何选择一个最适合自己的公司。
这两年跟不少拿到多个硅谷公司Offer的国内朋友打过电话聊天,觉得不少朋友的决定
因素比较随机——往往几个公司都没有具体了解,觉得差不多也都挺好的,大多数朋友
去工资最高的地方;也有一些去了HR比较主动的公司。最后到了那个公司发现并不是最
适合自己的…… 所以,我想在这里谈谈怎样选择公司。
最关键的... 阅读全帖
v**********6
发帖数: 86
10
来自主题: JobHunting版 - nvidia power architect 面经
已经gg,记得的一些题目分享给大家,同时也看看大家有什么解法,自己现在还不是很
确定:) 因为是一个architect的职位,所以不是纯软件的问题,有的可能需要一些
power的背景知识。
1. Suppose we have 2 pipelined hardware multipliers(or some other hardware).
One is working at 1GHz with 2 operations executed in parallel at the same
time. The other one is at 500GHz with 4 operations. Suppose we have
transistors of 3 types(low leaky(30%),middle leaky(50%) and high leaky(70%))
and here leaky means leakage power of the transistor. Which multiplier
should we use considering the 3 types ... 阅读全帖
c****p
发帖数: 6474
11
来自主题: JobHunting版 - nvidia power architect 面经
1. Suppose we have 2 pipelined hardware multipliers(or some other hardware).
One is working at 1GHz with 2 operations executed in parallel at the same
time. The other one is at 500MHz with 4 operations. Suppose we have
transistors of 3 types(low leaky(30%),middle leaky(50%) and high leaky(70%))
and here leaky means leakage power of the transistor. Which multiplier
should we use considering the 3 types of transistor?
P_dynamic = alpha * f(^2?) * V * C
P_static = V * C * 1/f
第一个f是两倍,C是一倍。第二个f低,C大于... 阅读全帖
x****m
发帖数: 1084
12
来自主题: JobHunting版 - 来发个我的Leetcode的Python答案吧
multiply string seems........
class Solution:
def multiply(self, num1, num2):
return str(int(num1) * int(num2))
l*****n
发帖数: 246
13
来自主题: JobHunting版 - L家 index设计题
第一题能说的具体一点吗?不是很明白是什么意思啊?
第二题不就是array相乘嘛,贴个代码练习一下:(跑了几个test case,应该是对的)
public int factorialDigitsSum(int n){
int sum = 0;
int[] pre = intToArray(n);
for(int i=n-1; i>=2; i--){
int[] curr = intToArray(i);
pre = multiply(pre, curr);
}
for(int i=0; i sum += pre[i];
}
return sum;
}
private int[] intToArray(int n){
int size = 0;
int copy = n;
while(copy!=0){size++; copy /= 10;}
int[] arr = new int[size];
copy = ... 阅读全帖
r******l
发帖数: 10760
14
来自主题: JobHunting版 - 狗家年终奖今年咋样
那怎么才能知道是自己的multiplier太低还是自己base太高呢?是不是拿到少于15%的
都YY是因为自己base太高了?拿到高于15%的就都认为是自己的multiplier高呢?
l*****k
发帖数: 1059
15
来自主题: JobHunting版 - craziness is still going on
While you could feel everything like a crap, certain. But when we talk to
something real,
the best way is to have more numbers.
Slack has recurring revenue of 60-70 millions / yr, they got to that level
just a few weeks
ago. While a 50+ revenue multiplier sounds insane to justify the 3.8B
valuation, you have to
count in its growth. If the growth last for 1 year, the revenue multiplier
will about ~15, which
is very reasonable. If it grows like that for 2 years, then it's a smoking
hot deal.
The g... 阅读全帖
l******h
发帖数: 2
16
Highly reputational company with very competitive compensation for all
positions.
Please send in your resume and position/positions you like to apply to my
email address below.
h*******[email protected]
All resumes will be deliver to hiring manager directly. Act fast!
Thanks!
Silicon Engineering Group
Sr. Physical Design Timing Engineer
Timing (STA) Manager
Senior Physical Design Engineer
CAD Manager - Front-End Design and Verification
Sr. CAD Engineer - Place & Route / Physical Design Engineer
Sr. CA... 阅读全帖
m******y
发帖数: 114
17
【 以下文字转载自 gardening 讨论区 】
发信人: multiply (multiply), 信区: gardening
标 题: 麻烦推荐杀玫瑰花上蚧壳虫(scale insect)药
发信站: BBS 未名空间站 (Sun Aug 5 15:51:42 2012, 美东)
发现玫瑰花上有虫,查了一下,应该是蚧壳虫(scale insect),请问用什么杀有效?
Lowes上面很多insect/pest control产品,大多说可以kill很多种insects。就不知道
杀不杀这种蚧壳虫。还是一般都可以杀?麻烦推荐哪个比较好用?没经验,谢谢!
t*******r
发帖数: 22634
18
马克兄,俺本着严肃认真的态度,更正一下上面的证明过程。
俺今天早上其实跟娃花了几分钟 review 了一下这个“负负得正”
(这个差不多一年前说的)。娃说忘了具体证明过程,然后俺快速
复述的时候,发现俺昨天贴方式不太好。具体来说:
(1)不要用瓶子和天平。那个是俺后来解释方程和代数用
的。证明负负得正不需要那些乱七八糟的东西。Simplistic is better。
而且东西越少,越适合在大脑中直接分析,不需要草稿纸。
(2)同上,不要用 2 个 ball,3 个 hole。object 数目
多了反而混乱。
(3)要完整证明 “正负得负” 和 “负负得正”。只证明
“负负得正” 反而会 confuse 娃。
(4)即使娃忘了具体证明过程,俺问过娃后来有没有犯符号
错误(粗心不算),娃说没有。。。俺认为娃版证明还是有用
的,即使是忘了,但是 subconscious may drive instinct。
我现在重写一下对娃比较易懂的证明:
0 是 empty/nothing
(+1) 是 ball
(-1) 是 hole
0 => (+1) + (-1)
0 * (+1) = 0
... 阅读全帖
s**********e
发帖数: 20
19
来自主题: Stock版 - 国内有房的赶快卖
Faint。。。还 "Most people own multiply
houses(apartment units) are average people" 你随便去复胆这中还过的去的大学
去看看那些副叫兽以下的年青人OR 中年人, 没房的巨多去了!

multiply
.
to
have
g*******r
发帖数: 192
20
来自主题: Stock版 - Next stop: Dow 20,000
http://www.marketwatch.com/story/next-stop-dow-20000-2011-06-02
By James Altucher
NEW YORK (MarketWatch) — The market fell like a brick on Wednesday. People
can’t handle any piece of bad news without saying “this is the big one.”
We have visceral memories of May through July 2010, just a year ago. We have
visceral memories of 2008, when it seemed like no end was in sight. Nobody
wants to be caught trying to catch that knife with their mouths like in a
circus act. You get cut up that way, and the... 阅读全帖
h*******a
发帖数: 573
21
来自主题: Stock版 - Obama这3000亿 够干什么
What I referred to was the "multiplier effect" - that the multiplier effect of direct goverment spending is much larger than that of tax cuts in increasing demand, because some of the tax cuts will be saved rather than spent.
That's a well known theory of Keynesian economics. I just say what I know.
You can disagree, but please respect yourself and others when you speak in
public forums.
M*****8
发帖数: 17722
22

.......................
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: HUM AS OF 20111107 (YYYYMMDD)
CLOSING PRICE ON 20111107 was 87.1400
STOCK RATING: ESSENTIALLY NEUTRAL
Short-Term Price Potential is DOWN: -0.8073 (-0.90%)
Short-Term Price Target: 86.3327
At Price Target, profit is 9.2644 on $1000 investment. (+0.93%)
Close out >= half of your short position at about 86.3327
There is a ... 阅读全帖
M*****8
发帖数: 17722
23

.........................
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: GOL AS OF 20111107 (YYYYMMDD)
CLOSING PRICE ON 20111107 was 8.2500
STOCK RATING: ESSENTIALLY NEUTRAL
Short-Term Price Potential is DOWN: -0.2735 (-3.30%)
Short-Term Price Target: 7.9765
At Price Target, profit is 33.1515 on $1000 investment. (+3.32%)
Close out >= half of your short position at about 7.9765
There is ... 阅读全帖
M*****8
发帖数: 17722
24
For those curious about them:
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: GOOG AS OF 20111107 (YYYYMMDD)
CLOSING PRICE ON 20111107 was 608.8000
STOCK RATING: MODESTLY BEARISH
Short-Term Price Potential is DOWN:-13.9346 (-2.30%)
Short-Term Price Target: 594.8654
At Price Target, profit is 22.8886 on $1000 investment. (+2.29%)
Close out >= half of your short position at about 594.8654
There is... 阅读全帖
M*****8
发帖数: 17722
25

.............................
稍后我会给些价格低的。
CBI:
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: CBI AS OF 20111108 (YYYYMMDD)
CLOSING PRICE ON 20111108 was 37.7000
STOCK RATING: MODESTLY BULLISH
Short-Term Price Potential is UP: 0.0928 ( 0.20%)
Short-Term Price Target: 37.7928
At Price Target, profit is 2.4615 on $1000 investment. (+0.25%)
Close out >= half of your long position at about 37... 阅读全帖
M*****8
发帖数: 17722
26

.....................
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: ANF AS OF 20111109 (YYYYMMDD)
CLOSING PRICE ON 20111109 was 56.2500
STOCK RATING: MODESTLY BULLISH
Short-Term Price Potential is UP: 0.8911 ( 1.60%)
Short-Term Price Target: 57.1411
At Price Target, profit is 15.8418 on $1000 investment. (+1.58%)
Close out >= half of your long position at about 57.1411
There is a small ch... 阅读全帖
M*****8
发帖数: 17722
27
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: PCLN AS OF 20111109 (YYYYMMDD)
CLOSING PRICE ON 20111109 was 536.5500
STOCK RATING: MODESTLY BEARISH
Short-Term Price Potential is DOWN:-14.2034 (-2.60%)
Short-Term Price Target: 522.3466
At Price Target, profit is 26.4717 on $1000 investment. (+2.65%)
Close out >= half of your short position at about 522.3466
There is a small chance of price reach... 阅读全帖
M*****8
发帖数: 17722
28
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: AMD AS OF 20111109 (YYYYMMDD)
CLOSING PRICE ON 20111109 was 5.4000
STOCK RATING: MODESTLY BULLISH
Short-Term Price Potential is UP: 0.1435 ( 2.70%)
Short-Term Price Target: 5.5435
At Price Target, profit is 26.5741 on $1000 investment. (+2.66%)
Close out >= half of your long position at about 5.5435
There is a small chance of price reaching ... 阅读全帖
M*****8
发帖数: 17722
29

....................
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: ACI AS OF 20111111 (YYYYMMDD)
CLOSING PRICE ON 20111111 was 16.9600
STOCK RATING: MODESTLY BULLISH
Short-Term Price Potential is UP: 0.6701 ( 4.00%)
Short-Term Price Target: 17.6301
At Price Target, profit is 39.5106 on $1000 investment. (+3.95%)
Close out >= half of your long position at about 17.6301
There is a small cha... 阅读全帖
M*****8
发帖数: 17722
30

..................
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: CBI AS OF 20111111 (YYYYMMDD)
CLOSING PRICE ON 20111111 was 38.8200
STOCK RATING: ESSENTIALLY NEUTRAL
Short-Term Price Potential is DOWN: -0.6792 (-1.70%)
Short-Term Price Target: 38.1408
At Price Target, profit is 17.4961 on $1000 investment. (+1.75%)
Close out >= half of your short position at about 38.1408
There is a small... 阅读全帖
M*****8
发帖数: 17722
31

..........................
TODAY'S MARKET IS UNDER WALL STREET BEAR RAID
THEREFORE PAY ATTENTION TO THE BEAR RAID TARGET BELOW
FOR PROPER GUIDANCE, I.E. THE LINE STARTING:
"In case of bear raid, expect the next bottom ....."
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: CMG AS OF 20111118 (YYYYMMDD)
CLOSING PRICE ON 20111118 was 311.3900
STOCK RATING: MODESTLY BULLISH
Short-Term Price Potentia... 阅读全帖
M*****8
发帖数: 17722
32

-------------
多数股票是在被打压的情况。
i.e. Bear Raid
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: ISIL AS OF 20111122 (YYYYMMDD)
CLOSING PRICE ON 20111122 was 10.3300
STOCK RATING: MODESTLY BULLISH
Short-Term Price Potential is UP: 0.4524 ( 4.40%)
Short-Term Price Target: 10.7824
At Price Target, profit is 43.7948 on $1000 investment. (+4.38%)
Close out >= half of your long position at about 10.78... 阅读全帖
M*****8
发帖数: 17722
33

......................
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: BRCM AS OF 20111202 (YYYYMMDD)
CLOSING PRICE ON 20111202 was 29.9900
STOCK RATING: MODESTLY BEARISH
Short-Term Price Potential is DOWN: -0.5611 (-1.90%)
Short-Term Price Target: 29.4289
At Price Target, profit is 18.7096 on $1000 investment. (+1.87%)
Close out >= half of your short position at about 29.4289
There is a sma... 阅读全帖
M*****8
发帖数: 17722
34

.......................
Don't over-commit, i.e. take too large a position
Wait for short-squeeze peak to average up
Wait for bear raid bottom to average down.
Always keep plenty of cash, remember, price just swings.
short/sell at peaks of swings and buy/cover at their bottoms.
Also, don't be greedy, begin taking profits when prices have
move 1/2 or more of forecast. Use trend lines.
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for larg... 阅读全帖
M*****8
发帖数: 17722
35

..................
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: BRCM AS OF 20111206 (YYYYMMDD)
CLOSING PRICE ON 20111206 was 30.1000
STOCK RATING: MODESTLY BULLISH
Short-Term Price Potential is UP: 0.3150 ( 1.00%)
Short-Term Price Target: 30.4150
At Price Target, profit is 10.4651 on $1000 investment. (+1.05%)
Close out >= half of your long position at about 30.4150
There is a small chan... 阅读全帖
M*****8
发帖数: 17722
36

......................
VELA 拿不到。
还有更多预测在此:
http://groupspaces.com/StockCue/forum/
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
FORECAST FOR TICKER SYMBOL: CYOU, AS OF 20120110 (YYYYMMDD)
CLOSING PRICE ON 20120110 was: 21.8000
(Minimum Cash Unit is $1,000. Simply multiply for large sums.)
STOCK RATING: BULLISH
Short-Term Potential is UP 0.7779 ( 3.60%)
Short-Term Price Target: 22.5779
Price Chart Link:
http://finance.yahoo.com/q/bc?s=CYOU&t=5d&l=off&z=l&q=c&c=
DETAILED TRADING P... 阅读全帖
M*****8
发帖数: 17722
37

.......................
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: HUM AS OF 20111107 (YYYYMMDD)
CLOSING PRICE ON 20111107 was 87.1400
STOCK RATING: ESSENTIALLY NEUTRAL
Short-Term Price Potential is DOWN: -0.8073 (-0.90%)
Short-Term Price Target: 86.3327
At Price Target, profit is 9.2644 on $1000 investment. (+0.93%)
Close out >= half of your short position at about 86.3327
There is a ... 阅读全帖
M*****8
发帖数: 17722
38

.........................
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: GOL AS OF 20111107 (YYYYMMDD)
CLOSING PRICE ON 20111107 was 8.2500
STOCK RATING: ESSENTIALLY NEUTRAL
Short-Term Price Potential is DOWN: -0.2735 (-3.30%)
Short-Term Price Target: 7.9765
At Price Target, profit is 33.1515 on $1000 investment. (+3.32%)
Close out >= half of your short position at about 7.9765
There is ... 阅读全帖
M*****8
发帖数: 17722
39
For those curious about them:
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: GOOG AS OF 20111107 (YYYYMMDD)
CLOSING PRICE ON 20111107 was 608.8000
STOCK RATING: MODESTLY BEARISH
Short-Term Price Potential is DOWN:-13.9346 (-2.30%)
Short-Term Price Target: 594.8654
At Price Target, profit is 22.8886 on $1000 investment. (+2.29%)
Close out >= half of your short position at about 594.8654
There is... 阅读全帖
M*****8
发帖数: 17722
40

.............................
稍后我会给些价格低的。
CBI:
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: CBI AS OF 20111108 (YYYYMMDD)
CLOSING PRICE ON 20111108 was 37.7000
STOCK RATING: MODESTLY BULLISH
Short-Term Price Potential is UP: 0.0928 ( 0.20%)
Short-Term Price Target: 37.7928
At Price Target, profit is 2.4615 on $1000 investment. (+0.25%)
Close out >= half of your long position at about 37... 阅读全帖
M*****8
发帖数: 17722
41

.....................
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: ANF AS OF 20111109 (YYYYMMDD)
CLOSING PRICE ON 20111109 was 56.2500
STOCK RATING: MODESTLY BULLISH
Short-Term Price Potential is UP: 0.8911 ( 1.60%)
Short-Term Price Target: 57.1411
At Price Target, profit is 15.8418 on $1000 investment. (+1.58%)
Close out >= half of your long position at about 57.1411
There is a small ch... 阅读全帖
M*****8
发帖数: 17722
42
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: PCLN AS OF 20111109 (YYYYMMDD)
CLOSING PRICE ON 20111109 was 536.5500
STOCK RATING: MODESTLY BEARISH
Short-Term Price Potential is DOWN:-14.2034 (-2.60%)
Short-Term Price Target: 522.3466
At Price Target, profit is 26.4717 on $1000 investment. (+2.65%)
Close out >= half of your short position at about 522.3466
There is a small chance of price reach... 阅读全帖
M*****8
发帖数: 17722
43
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: AMD AS OF 20111109 (YYYYMMDD)
CLOSING PRICE ON 20111109 was 5.4000
STOCK RATING: MODESTLY BULLISH
Short-Term Price Potential is UP: 0.1435 ( 2.70%)
Short-Term Price Target: 5.5435
At Price Target, profit is 26.5741 on $1000 investment. (+2.66%)
Close out >= half of your long position at about 5.5435
There is a small chance of price reaching ... 阅读全帖
M*****8
发帖数: 17722
44

....................
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: ACI AS OF 20111111 (YYYYMMDD)
CLOSING PRICE ON 20111111 was 16.9600
STOCK RATING: MODESTLY BULLISH
Short-Term Price Potential is UP: 0.6701 ( 4.00%)
Short-Term Price Target: 17.6301
At Price Target, profit is 39.5106 on $1000 investment. (+3.95%)
Close out >= half of your long position at about 17.6301
There is a small cha... 阅读全帖
M*****8
发帖数: 17722
45

..................
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: CBI AS OF 20111111 (YYYYMMDD)
CLOSING PRICE ON 20111111 was 38.8200
STOCK RATING: ESSENTIALLY NEUTRAL
Short-Term Price Potential is DOWN: -0.6792 (-1.70%)
Short-Term Price Target: 38.1408
At Price Target, profit is 17.4961 on $1000 investment. (+1.75%)
Close out >= half of your short position at about 38.1408
There is a small... 阅读全帖
M*****8
发帖数: 17722
46

..........................
TODAY'S MARKET IS UNDER WALL STREET BEAR RAID
THEREFORE PAY ATTENTION TO THE BEAR RAID TARGET BELOW
FOR PROPER GUIDANCE, I.E. THE LINE STARTING:
"In case of bear raid, expect the next bottom ....."
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: CMG AS OF 20111118 (YYYYMMDD)
CLOSING PRICE ON 20111118 was 311.3900
STOCK RATING: MODESTLY BULLISH
Short-Term Price Potentia... 阅读全帖
M*****8
发帖数: 17722
47

-------------
多数股票是在被打压的情况。
i.e. Bear Raid
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: ISIL AS OF 20111122 (YYYYMMDD)
CLOSING PRICE ON 20111122 was 10.3300
STOCK RATING: MODESTLY BULLISH
Short-Term Price Potential is UP: 0.4524 ( 4.40%)
Short-Term Price Target: 10.7824
At Price Target, profit is 43.7948 on $1000 investment. (+4.38%)
Close out >= half of your long position at about 10.78... 阅读全帖
M*****8
发帖数: 17722
48

......................
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: BRCM AS OF 20111202 (YYYYMMDD)
CLOSING PRICE ON 20111202 was 29.9900
STOCK RATING: MODESTLY BEARISH
Short-Term Price Potential is DOWN: -0.5611 (-1.90%)
Short-Term Price Target: 29.4289
At Price Target, profit is 18.7096 on $1000 investment. (+1.87%)
Close out >= half of your short position at about 29.4289
There is a sma... 阅读全帖
M*****8
发帖数: 17722
49

.......................
Don't over-commit, i.e. take too large a position
Wait for short-squeeze peak to average up
Wait for bear raid bottom to average down.
Always keep plenty of cash, remember, price just swings.
short/sell at peaks of swings and buy/cover at their bottoms.
Also, don't be greedy, begin taking profits when prices have
move 1/2 or more of forecast. Use trend lines.
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for larg... 阅读全帖
M*****8
发帖数: 17722
50

..................
*** NOTE: PRICE TARGETS & CALCULATIONS ARE APPROXIMATE ***
(Minimum Cash Unit is $1000. Simply multiply for large sums.)
FORECAST FOR TICKER SYMBOL: BRCM AS OF 20111206 (YYYYMMDD)
CLOSING PRICE ON 20111206 was 30.1000
STOCK RATING: MODESTLY BULLISH
Short-Term Price Potential is UP: 0.3150 ( 1.00%)
Short-Term Price Target: 30.4150
At Price Target, profit is 10.4651 on $1000 investment. (+1.05%)
Close out >= half of your long position at about 30.4150
There is a small chan... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)