HOT TOPICS LIST
INDICATORS LIST
LIST OF TOPICS
Warren Buffett is arguably America's most admired and most followed investor. Legions of investors from all walks of life follow his investment philosophy: Invest in what you know and invest in value. |
FIGURE 1: BERKSHIRE HATHAWAY VS. S&P 500, DAILY |
Graphic provided by: MetaStock. |
|
Figure 1 shows the Standard & Poor's 500 superimposed on a chart of Berkshire Hathaway. We can see how closely the lows and highs of the two charts relate to each other. Note also on the chart the buy and sell signals on the Berkshire Hathaway graph. These signals are given by the RSI-RSI buy and sell signals. Both formulas are shown here in MetaStock code. At the moment the signals are giving a buy signal. RSI-RSI BUY Formula bc1:= Cross( RSI(17) > 60 AND C > Mov( C, 40, S), 0.5); bc2:= Cross( RSI(5) > 60 AND C > Mov( C, 10, S), 0.5); sc1:= Cross( RSI(17) < 40 AND C < Mov( C, 40, S), 0.5); sc2:= Cross( RSI(5) < 40 AND C < Mov( C, 10, S), 0.5); trade1:= If(bc1, 1, If(sc1, 0, PREV)); trade2:= If(bc2, 1, If(sc2, 0, PREV)); Cross(trade1=1, 0.5) OR (trade1=0 AND Cross(trade2=1, 0.5)) RSI-RSI SELL formula. bc1:= Cross( RSI(17) > 60 AND C > Mov( C, 40, S), 0.5); bc2:= Cross( RSI(5) > 60 AND C > Mov( C, 10, S), 0.5); sc1:= Cross( RSI(17) < 40 AND C < Mov( C, 40, S), 0.5); sc2:= Cross( RSI(5) < 40 AND C < Mov( C, 10, S), 0.5); trade1:= If(bc1, 1, If(sc1, 0, PREV)); trade2:= If(bc2, 1, If(sc2, 0, PREV)); Cross(trade1=0, 0.5) OR (trade1=0 AND Cross(trade2=0, 0.5)) |
FIGURE 2: BERKSHIRE HATHAWAY, WITH TRIANGLE FORMATION |
Graphic provided by: AdvancedGET. |
|
Figure 2 is a daily chart of Berkshire Hathaway and show that the share price has formed a triangle. Triangles usually act as a period of consolidation from which prices continue on in the same direction. They form as a result of indecision on the part of both buyers and sellers. During this time, market participants tend to shift to the sidelines, resulting in narrower market fluctuations and diminishing volume. With the indecision in Europe and the US political scene, we can understand the formation of this triangle. A breakout usually occurs as a result of some news that affects the market. This breakout is usually accompanied by an increase in volume. The chart has shown that the price has broken above the downtrend line of the triangle. Volume should start increasing, and when volume breaks above the red line average shown, a buy signal will be given, with a target price of $87.67 (80.60 - 65.54 = 15.06 + 72.61 = 87.67). With Berkshire Hathaway shares showing the possibility of a buy signal after a symmetrical triangle formation, and a target of $87.67, the S&P 500 should by all accounts be in a bull market trend. |
Address: | 3256 West 24th Ave |
Vancouver, BC | |
Phone # for sales: | 6042634214 |
E-mail address: | petroosp@gmail.com |
Click here for more information about our publications!