The Essentials of Building a Trading

posted under by ceecabolos

Trading system development is part art, part science, and part common sense. Our goal is not to develop a system that achieves the highest returns using historical data, but to formulate a sound concept that has performed reasonably well in the past and can be expected to continue to perform reasonably well in the future.
Ideally, we would prefer an approach that is 100% mechan­ical, increasing the odds that past performance can be replicated in the future. Mechanical means objective: if 10 people follow the same rules and achieve the same results, those rules are said to be objective. It does not matter whether a mechanical system is writ­ten on paper or entered into a computer.
*This appendix was prepared by Fred G. Schutzman.
Here, however, we'll assume that we are using a comput­er and will use the terms "mechanical" and "computerized" interchangeably. This does not imply that a computer is mandatory for trading system development, although it cer­tainly helps.
The mechanical approach offers us three main benefits:
· We can back test ideas before trading them. A computer allows us to test ideas on historical data rather than on hard earned cash. By helping us see how a system would have per­formed in the past, it allows us to make better decisions when it really counts—in the present.
· We can be more objective and less emotional. Most peo­ple have trouble applying their objective analysis to actual trading situations. Analysis (where we have no money at risk) is easy, trading (where we have money at risk) is stress­ful. Therefore, why not let the computer pull the trigger for us? It is free of human emotion and will do exactly what we had instructed it to do at the time when we developed our system.
· We can do more work, increasing our opportunities. A mechanical approach takes less time to apply than a sub­jective one, which allows us to cover more markets, trade more systems, and analyze more time frames each day. This is especially true for those of us who use a computer, since it can work faster and longer than we can, without losing its concentration.
5 STEP PLAN
1. Start with a concept
2. Turn it into a set of objective rules
3. Visually check it out on the charts
4. Formally test it with a computer 5. Evaluate the results
STEP 1: START WITH A CONCEPT (AN IDEA)
Develop your own concepts of how markets work. You can begin by looking at as many charts as you can, trying to identify mov­ing average crossovers, oscillator configurations, price patterns or other pieces of objective evidence which precede major market moves. Also attempt to recognize clues that provide advance warning on moves that are likely to fail. I studied chart after chart after chart in the hope of finding such answers. This "visual" approach has worked for me, and I highly recommend it.
In addition to studying price charts and reading books such as this one, I suggest you read about trading systems and study what others have done. Although no one is going to reveal the "Holy Grail" to you, there is a great deal of useful informa­tion out there. Most importantly, think for yourself. I have found that the most profitable ideas are rarely original, but frequently our own.
Most of the successful trading systems are trend following. Counter trend systems should not be overlooked, however, because they bring a degree of negative correlation to the table. This means that when one system is making money, the other is losing money, resulting in a smoother equity curve for the two systems combined, than for either one alone.
Principles of Good Concept Design
Good concepts usually make good sense. If a concept seems to work, but makes little sense, you may be sliding into the realm of coincidence, and the odds of this concept continuing to work in the future diminishes considerably. Your concepts must fit your personality in order to give you the discipline to follow them even when they are losing money (i.e. during periods of drawdown). Your concepts should be straightforward and objective, and if trend following, should trade with the major trend, let profits run and cut losses short. Most importantly, your concepts must make money in the long run (i.e. they must have a positive expectation).
Designing entries is hard, but designing exits is harder and more important. Entry logic is fairly straightforward, but exits have to take various contingencies into account, such as how fast to cut losses or what to do with accumulated profits. I prefer sys­tems that do not reverse automatically—I like to exit a trade first, before putting on another trade in the opposite direction. Work hard to improve your exits, and your returns will improve relative to your risk.
Another suggestion—try to optimize as little as possible. Optimization using historical data often leads one to expect unre­alistic returns that cannot be replicated in real trading. Try to use few parameters and apply the same technique across a number of different markets. This will improve your chances of long run suc­cess, by reducing the pitfalls of over optimization.
The three main categories of trading systems are:
· Trend following. These systems trade in the direction of the major trend, buying after the bottom and selling after the top. Moving averages and Donchian's weekly rule are popular methodologies among money managers.
· Counter trend
- Support/Resistance. Buy a decline into support; sell a rally into resistance.
- Retracements. Here we buy pullbacks in a bull market and sell rallies in a bear market. For example, buy a 50% pullback of the last advance, but only if the major trend remains up. The danger of such systems is that you never know how far a retracement will go and it becomes difficult to implement an acceptable exit technique.
- Oscillators. The idea is to buy when the oscillator is oversold and to sell when it is overbought. If divergence between the price series and the oscillator is also pre­sent, a much stronger signal is given. However, it is usu­ally best to wait for some sign of a price reversal before buying or selling.
• Pattern recognition (visual and statistical). Examples include the highly reliable head and shoulders formation (visual), and seasonal price patterns (statistical).
STEP 2: TURN YOUR IDEA INTO A SET OF OBJECTIVE RULES
This is the most difficult step in our 5 step plan, much more dif­ficult than many of us would at first expect! To complete this step successfully, we must express our idea in such objective terms that 100 people following our rules will all arrive at exactly the same conclusions.
Determine what our system is supposed to do and how it will do it. It is with this step that we produce the details needed to accomplish the programming task. We need to take the overall problem and break it down into more and more detail until we finalize all the details.
STEP 3: VISUALLY CHECK IT OUT ON THE CHARTS
Following the explicit rules we just determined in Step 2, let us visually check the trading signals that are produced on a price chart. This is an informal process, meant to achieve two results: first, we want to see whether our idea has been stated properly; and second, before writing complicated computer code, we want some proof that the idea is a potentially profitable one.
STEP 4: FORMALLY TEST IT WITH A COMPUTER
Now its time to convert our logic into computer code. For my own work, I use a program called TradeStation®, Omega Research, Inc. in Miami, FL. TradeStation is the most compre‑
hensive technical analysis software package available for formu­lating and testing trading systems. It brings together everything from the visualization of your idea, to assistance in trading your system in real time.
Writing code in any computer language is no easy task and TradeStation's EasyLanguageTM is no exception. The job with EasyLanguage, however, is greatly simplified because of the pro­gram's user friendly editor and the inclusion of many built in functions and plenty of sample code. See Figure C.1.
Once our program has been written, we then move into the testing phase. To begin with, we must choose one or more data series to test. For stock traders this is an easy task. Futures traders, however, are faced with contracts that expire after a rela­tively short period of time. I like to do my initial testing using a continuous (spread adjusted) price series popularized by Jack
Schwager. (Schwager on Futures: Technical Analysis, Wiley, 1996.) If
those results look promising, I then move on to actual contracts.
Next, we must decide how much data to use when build­ing our system. I use the entire data series, without saving any for out-of-sample testing (building your system on part of the data and then testing it on the remaining "unseen" data). Many experts would disagree with this approach, but I believe it to be the best with my methodology that relies on good solid concepts, virtually no optimization, and a testing procedure that covers a wide range of parameter sets and markets. I start with a method­ology that I believe to be sound and then test it to either prove or disprove my theory. I have found that most individuals do the reverse, they test a data series to arrive at a trading system.
I do not account for transaction costs (slippage and com­missions) when testing systems, but instead factor them in at the end. I believe that this keeps the evaluation process more pure and allows my results to remain useful should certain assump­tions change in the future.
I require my systems to work across:
• Different sets of parameters. If I were considering using a 5/20 moving average crossover system, then I would expect 6/18, 6/23, 4/21, and 5/19 to also perform reasonably well. If not, I immediately become skeptical of the 5/20 results.
· Different periods of time (e.g. 1990-95 and 1981-86). A system that tests well in the Japanese Yen over a recent five year period should also test reasonably well over any other five year interval. This is another area where I appear to hold the minority point of view.
· Many different markets. A system that has worked well in crude oil should also work well in heating oil and unlead­ed gasoline over the same period of time. If not, I will look for an explanation and will usually discard the system. I go even further than this, however, and test that same system across my entire database of markets, expecting it to per­form well in the majority of them.
Once our testing is complete, let us visually inspect the computer generated trading signals on a price chart to ensure that the system does what we intended it to do. TradeStation facilitates this process by placing buy and sell arrows directly on the chart for us! If the system does not do what it is supposed to do, we need to make the necessary corrections to the code and test it again. Keep in mind that very few ideas will test out profitably, usually less than 5%. And, for one reason or another, most of these "successful" ideas will not even be tradable.
STEP 5: EVALUATE RESULTS
Let us try to understand the concept behind our trading system. Does it make sense or is it just a coincidence? Analyze the equity curve. Can we live through the drawdowns? Evaluate the system on a trade-by-trade basis. What happens if a signal is a bad one? How quickly does the system exit from losers? How long does it stay with the winners? Make sure we are completely comfortable with the test results, otherwise we will not be able to trade this system in real time.
Three key TradeStation statistics to analyze are:
· Profit factor. Equals Gross profit on winning trades/Gross loss on losing trades. This statistic tells us how many dol­lars our system made for every $1 it lost, and is a measure
of risk. Long term traders should aim for profit factors of 2.00 or higher. Short term traders can accept slightly lower numbers.
· Avg trade (win & loss). This is our system's mathematical expectation. It should at least be high enough to cover transaction costs (slippage and commissions); otherwise we will be losing money.
· Max intraday drawdown. This is the biggest drop, in dol­lar terms, from an equity peak to an equity trough. I prefer to do this calculation on a percentage basis. I also differen­tiate between drawdowns from a standing start (where I am losing money from my own pocket) versus drawdowns from an equity peak (where I am giving back profits taken from the markets). I am usually more lenient with the latter.
MONEY MANAGEMENT
Money management, while outside the scope of this appendix, is an extremely important topic. It is the key to profitable trading, every bit as important as a good trading system.
Money management techniques should be well thought out. Accept the fact that losses are part of the game. Control your downside and profits will take care of themselves.
In this area, practice diversification as much as possible. Diversification will enable you to increase your returns while hold­ing your risk constant, or decrease your risk while holding your returns constant. Diversify among markets, systems, parameters, and time frames.
CONCLUSION
We have discussed the basic philosophy of trading systems and why objective is better than subjective. We covered the three main benefits of a computerized approach and designed a 5 step plan for building a trading system. And last, but not least, we touched upon the importance of money management and diversification.Trading systems can improve your performance and help to make you a successful trader. The reasons for that are clear:
· they force you to do your homework before making a trade
· they provide a disciplined framework, making it easier for you to follow the rules
· they enable you to increase your level of diversificationWith lots of hard work and dedication, anyone can build a successful trading system. It is not easy, but it certainly is within reach. As with most things in life, what you get out of this effort will be directly related to what you put into it.

Market Profile

posted under by ceecabolos
$ INTRODUCTION $ The purpose of this writing is to illustrate what Market Profile is and to define its underlying principles. Before the early 1980s, the only technical tools available were the bar chart and the point and figure chart. Since then Market Profile®1 was intro­duced to expand the arsenal of technical tools. Market Profile is essentially a statistical approach to the analysis of price data.2 For those without a statistics background, a familiar example may be helpful. Consider a group of students taking an exam. Typically, some score very high (say 90 or higher), some score very low 60 or lower), but most scores tend to be clustered around the average score (say 75). A histogram can be used to depict the fre­quency distribution of these test scores in a "statistical picture" (Figure B.1).As can be seen, the most frequent score, or modal score, is 75 (6 students) while the range of scores is defined by the low­est and highest scores (55 and 95). Note how the scores distrib­ute evenly around the modal score. For a perfectly symmetric distribution, the modal score will be equal to the mean, or aver­age score. Next observe that the distribution is "bell-shaped," the telltale sign of a normal distribution. For a perfect normal distribution, specific standard deviation intervals correlate to specific numbers of observations. For example, if the test scores are, in fact, perfectly normally distributed, then 68.3% of these scores will fall within one (1) standard deviation of the mean. While actual data is unlikely to form a perfect normal distri­bution, it is often close enough that these relationships can be employed.Prices, like other physical measurements (e.g., school test grades, population heights, etc.), distribute around a mean price level as well. What is the Market Profile graphic? Visualize it as simply, a frequency distribution of prices displayed as a price his­togram turned on its side
The centerpiece of the Market Profile graphic is the (bell‑shaped) normal curve used to display the evolving price distribu‑tion. Once the normal curve assumption is acknowledged, amodal or average price can be identified, a price dispersion (stan‑dard derivation) can be computed and probability statements canbe made regarding the price distribution. For example, virtuallyall values fall within three (3) standard deviations of the averagewhile about 70% (68.3% to be exact) fall within one (1) standarddeviation of the average (see Figure B.3).
Market Profile provides a picture of what's happening here and now in the marketplace. In its pursuit of promoting trade, the market is either in equilibrium or moving toward it. The profile's natur­al tendency toward symmetry defines, in a simple way, the degree of balance (equilibrium) or imbalance (disequilibri­um) that exists between buyers and sell­ers. As the market is dynamic, the profile graphic portrays equilibrium as periods of market balance—when price distribu­tions are symmetric, and represents dise­quilibrium as periods of market imbal­ance—when price distributions are not symmetric or are skewed.
Market Profile is not a trading system nor does it provide trade recommendations. The aim of the profile graphic is to allow the user to witness a market's developing value on price reoccur­rence over time. As such, Market Profile is a decision support tool requiring the user to exercise personal judgment in the trading process.
MARKET PROFILE GRAPHIC
The Market Profile format organizes price and time into a visual representation of what happens over the course of a single ses­sion. It provides a logical framework for observing market behav­ior in the present tense displaying price distributions over a period of time. The price range evolves both vertically and horizontally throughout the session. How is a profile graphic constructed?
Consider a 4 period bar chart (see Figure B.3a). This tradi­tional bar chart can be converted to a profile graphic as follows: (1) assign a letter for each price within each period's price range, letter A for the 1st period, B for the 2nd, and so on (see Figure B.3b) and then (2) collapse each price range to the leftmost or first col­umn (see Figure B.3c). The completed profile graphic reflects prices on the left and period frequency of price occurrence on the right, represented by the letters A through D.‑
sents a Time Price Opportu­nity or TPO to identify a specific price at which the market traded during a specific time period (e.g., in B period prices traded between 163 and 166). These TPOs are the basic units of analysis for the day's activity. In other words, each TPO is an opportunity created by the
market at a certain time Figure B.3c
and certain price. Market
Profile distributions are
constructed of TPOs. The Chicago Board of Trade (CBOT) assigns a letter to each half-hour trading period on a 24 hour basis; upper­case letters A through X represent the half-hour periods from midnight to noon while lowercase letters from a through x repre­sent the half-hour periods from noon to midnight.3
MARKET STRUCTURE
When you visit a commodities trading pit on a busy day, you observe what is best described as "controlled chaos." Beneath the screaming and gesturing locals and other traders, there is a describable process. Think of the market as a place where partici­pants with differing price needs and time constraints compete with each other to get business done. Emotions can run high as anxiety levels soar.
The Market Profile concept was introduced by Mr. Steidlmayer in an attempt to help describe this process. As a..
CBOT floor trader (local) and student of market behavior, he observed recurring patterns of market activity, which ultimately lay the foundation for his understanding of the market. Since the CBOT trading floor conducts trade in an auction-like man­ner, he defined Market Profile principles in auction terms. For example, an off-the-floor trader would describe an advancing market as one that is rallying or trading up, whereas Mr. Steidlmayer would instead say something like, "the market con­tinues to auction up, advertising for sellers to appear in order to shut off buying."
To explain why a trading pit auction process works the way it does, he invented some new terms unfamiliar to off-the­floor traders. He began with a definition of a market's purpose, which is to facilitate trade. Next, he defined some operational procedures, namely that the market operates in a dual auction mode as prices rotate around a fair or mean price area (i.e., sim­ilar to the way school grades were distributed). Lastly, he defined the behavior characteristics of market participants, namely that traders with a short term time frame seek a fair price, while traders with a longer term time frame seek an
advantageous price.
MARKET PROFILE ORGANIZING PRINCIPLES
Auction Setting: The purpose of the marketplace is to facilitate or promote trade. All market activity occurs within this auction setting. Initially, as price moves higher, more buying comes in, as price moves lower, more selling comes in. The market moves up to shut off buying (i.e., auctioning up until the last buyer buys) and moves down to shut off selling (i.e., auctioning down until the last seller sells). The market actually operates through a dual auction process. When price moves up and more buying comes in, the up-move advertises for an opposite response (i.e., selling) to stop the directional move. The opposite is true when price moves down.
Continuous Negotiation: When a mar­ket moves directionally it establishes price parameters, an unfair high and an unfair low, and then trades between them to establish a fair value area. All trade takes place through this negotiating process and remains within these parame­ters until one side or the other side is eventually taken out (i.e., a new high or new low is formed). (see Figure B.4.)
Market Balance and Imbalance: The market is either in equilibrium or working toward equilibrium between buyers and sellers. To facilitate trade, the market moves from a state of balance (equilibrium) to one of imbalance (dise­quilibrium ) and back to balance again. This pattern of market behavior occurs in all times frames, from intraday ses­sion activity to single session activity to aggregated or consolidated sessions Figure B.4 activity which form the longer term
auction.
Time Frames and Trader Behavior: The concept of differ­ent time frames was introduced to help explain the behavioral patterns of market participants. Market activity is divided into two timeframe categories, short term and longer term. The short term activity is defined as day time frame activity where traders are forced to trade today (e.g., locals, day traders and options traders on expiration day fall into this category). With limited time to act, the short term trader is seeking a fair price. Short term buyers and sellers do trade with each other at the same time and at the same price. Longer term activity is defined by all other timeframe activity (e.g., commercials, swing traders, and all other position traders fall into this category). Not forced to trade today and with time as an ally, these traders can seek a more advantageous price. In pursuit of their interests, longer term buyers seek lower prices
while longer term sellers seek higher prices. As their price objec­tives differ, longer term buyers and sellers generally do not trade with each other at the same price and at the same time. It is the behavioral interaction between these two distinct timeframe types of activity that causes the profile to develop as it does.
The Short Term Trader and Longer Term Trader Play Different Roles: Short term and longer term traders play key, but different, roles in facilitating trade. A market's initial balance (i.e., a place where two-sided trade can occur) is usually estab­lished in the first hour of trade by short term buyers and sellers (day timeframe activity) in their pursuit of a fair price. Most of the day's activity occurs in the fair price or value area. Prices above and below this developed fair value area offer opportuni­ty and are advantageous to longer term traders. With time on their side, longer term traders can either accept or reject prices away from fair value. By entering the market with large enough volume, longer term buyers and sellers can upset the initial bal­ance, thereby extending the price range higher or lower. The longer term trader is responsible for the way the day's range develops and for the duration of the longer term auction. In other words, the role of the longer term trader is to move the market directionally.
Price and Value: The distinction between price and value defines a market-generated opportunity. There are two kinds of prices: 1) those that are accepted—defined as a price area where the market trades over time and 2) those that are rejected—defined as a price area where the market spends very little time. A rejected price is considered excessive in the market—defined as an unfair high or unfair low. Price and value are all but synony­mous for short term traders as they ordinarily trade in the fair value area. For longer term traders, however, the concept that price equals value is often inaccurate. Price is observable and objective while value is perceived and subjective, depending upon the particular needs of longer term traders. For example, a price at the top of today's range, while excessive or unfair for today, is cheap to the longer term trader who believes that prices next week will be much higher (i.e., today's price is below next week's anticipated value).The longer term trader distinguishes between price and value by accepting or rejecting current prices away from his per­ception of fair value. Recall that rising prices advertise for sellers while falling prices advertise for buyers. When the longer term trad­er responds to an advertised price, this behavior is expected and is referred to as responsive. On the other hand, if the longer term trad­er did the opposite (i.e., buy after prices rose or sell after prices declined), then this unexpected activity is referred to as initiating. Classifying longer term activity as responsive or initiating relative to yesterday's or today's evolving value area provides anecdotal evi­dence of longer term trader confidence. The more confident the trader becomes, the more likely he is to take initiating action.RANGE DEVELOPMENT AND PROFILE PATTERNS
Since market activity is not arbitrary, it's not surprising that over time recognizable price patterns reveal themselves. A skillful trad­er able to anticipate such pattern development in its early stage may be able to capitalize. Mr. Steidlmayer loosely identifies the following daily range development patterns:
1. A normal day occurs when the longer term trader is rela­tively inactive. The day's range is established in the pioneer range (defined as the first column of prices) during the ses­sion's first half-hour period of trade. The short term trader establishes the initial balance, the unfair high and low, and then prices rotate between these parameters for balance of the day (see Figure B.6: Panel #1—Orange Juice).
2. A normal variation day occurs when the longer term trad­er is more active and extends the range beyond the initial balance. In this instance, the short term traders initial bal­ance parameters do not hold and there is some directional movement which extends the range and sets a new high or new low parameter. As a rule, the range extension beyond the initial balance can be anywhere from a couple of ticks to double the initial balance. This profile type is probably the most common (see Figure B.6: Panel #2—Dow Jones Industrial Average).
3. A trend day occurs when the longer term trader extends the range successively further. In this instance, the range is considerably more than double the initial balance with the longer term trader controlling direction as the market con­tinues its search for a fair price. Here the market moves in one direction and closes at or near the directional extreme (see Figure B.6: Panel #3—Japanese Yen).
4. A neutral day occurs when the longer term trader extends the range after the initial balance in one direction, then reverses and extends the range in the opposite direction. Neutral days indicate trader uncertainty and occur when the market probes or tests for price trend continuation or change TRACKING LONGER TERM MARKET ACTIVITY
With the exception of option sellers who profit when prices remain static, the profit strategy of most traders requires direc­tional price movement. The trader wins when he gets the direc­tion right and loses when he is incorrect. Because the longer term trader is responsible for determining the market's directional movement, we monitor this activity to help detect evidence of a price trend. After identifying and evaluating longer term trader activity, an educated conclusion regarding price direction can be reached. We begin the process by identifying the longer term trad­er's influence in today's session and then considering how that influence extends into the future.
• Influence in day's range development: The profile graph­ic helps identify longer term trader behavior during daily range development. By monitoring longer term activity throughout the range, particularly at the extremes, at range extension, and after value area completion, we can deter­mine whether longer term buyers or sellers are more active and hence control market direction. Activity at the extremes provides the clearest indication of longer term trader influence, followed by range extension and then value area buying and selling.1. Extremes are formed when the longer term trader com­petes with the short term trader for opportunities at a par­ticular price level (which later becomes either the session high or low). A minimum of two single prints is required to establish an extreme. The more eager the longer term trader is in this price competition, the more the single prints and the longer the single print extreme. Anything less than two prints suggests that the longer term trader is not very interested in competing at that price. A local top or bottom is formed when only one single print defines the top or bottom of the range. This condition implies that the market offered a price opportunity which no one really wanted (i.e., no evidence of competition.
2. Range Extension occurs when the longer term trader enters the market with enough volume to tip the initial balance and extend the range up or down. Range exten­sion up indicates longer term buying while range exten­sion down indicates longer term selling. However, there are occasions when both the longer term buyer and sell­er are active at a range extreme, but not at the same price and time (recall that longer term buyers and sellers gen­erally do not trade with each other). For example, if an extreme is formed after a range extension up, the market moves up first to shut off buying and then moves down to shut off selling. This is an example of both longer term buyers and sellers trading in the same price area but at different times. Both kinds of activity at the extremes are identified to evaluate the impact of longer term buying and selling (see Figure B.7: Panel #2—Coffee).
3. The Value Area is determined each trading session by price rotations around the modal price (i.e., the price with the highest TPO count or the fairest price). The value area is computed by counting 70% of all TPOs sur­rounding the fairest price. In other words, the value area is an estimate of fair value which is approximated by one standard deviation of the session's trading volume (recall the student example earlier). When a longer term trader makes a trade in the value area, he is buying low or selling high in relation to a longer term view, not in relation to today's value. This behavior creates an imbal­ance in today's value area. Longer term trader activity is measured by counting TPOs. The following procedure can be used to determine which side contains the longer term imbalance, 1) a line is drawn through the fairest price, and 2) TPOs are counted on either side of the fairest price until a single print is encountered. The imbalance is assigned to the side with the smaller num­ber of TPOs because the longer term trader activity rep­resents the smaller percentage of total trade in the value area. For example, if the TPO count was 22 above and 12
below the fairest price, that would indicate net TPO sell­ing with a mild bias toward lower prices (see Figure B.7: Panel #3—S&P 500 Index). Note that TPO buying and selling in the value area is not applicable on trend days, as the market is still in search of a fair value area.
After identifying and evaluating longer term trader activi­ty correctly in today's profile graphic, the user can readily deter­mine whether longer term buyers or sellers were in control of the current trading session.
• Influence beyond today: The profile graphic also helps identify longer term trader behavior beyond today's range development. A key goal of the trader is to determine whether the current market price trend will continue or is likely to change. A change in market direction is a reversal of the current price trend. The standard technical approach to trend assessment, without Market Profile, is to draw an appropriate trendline and monitor subsequent price action against it. Unless the trendline is violated, the current price trend is expected to continue. Trendline analysis is the most important of basic technical tools, particularly given its uni­versal usage and applicability to different time intervals (i.e., hourly, daily, weekly, monthly, etc.).
Market Profile, on the other hand, offers an alternative approach to traditional trend analysis by evaluating market activity over different time periods. In its simplest form, an evaluation of the profile graphic on consecutive days can help define the start or continuation of the short term price trend. For example, if today's value area is higher than yes­terday's value area, then the current market price trend is up. Moreover, if tomorrow's value area is higher than today's, then the current market uptrend has continued. By monitoring market activity in this fashion, the trader is able to readily identify trend continuation or change. Similarly by combining daily consecutive profile graphics into a larger cumulative profile graphic, an evolving picture of longer term balance or imbalance emerges. The profile graphic in Figure B.5 (Sugar) on page 483 illustrate this
point. A cursory review of the individual sessions (2/10­2/13) in the upper panel suggest an uptrending market without a hint of reversal. When these four (4) consecutive sessions are combined (lower panel), however, a cumulative balanced picture springs forth. Once balanced, a market moves to a state of imbalance which, more often than not, begins after a final test at the fairest price.
CONCLUSION
The Market Profile method can be used to analyze any price data series for which continuous transaction activity is available. This includes listed and unlisted equities, U.S. government notes and bonds (prices or yields), commodity futures and options, where applicable. The profile graphic presents the movement of prices, per unit of time, in two dimensions—vertically (i.e., directionally) and horizontally (i.e., frequency of occurrence). When price action is viewed in this way, a picture of price discovery unfolds which is unavailable in the traditional one dimensional (vertical) bar chart.
The profile graphic offers unique advantages over the stan­dard bar chart:
· The symmetry attribute of the profile graphic allows the trader to assess the market's state of balance (or imbalance) in any timeframe. When a market is symmetric, a condi­tion of balance or equilibrium exists between buyers and sellers. A market imbalance implies price trend continua­tion, as the market works toward a new equilibrium. Market balance, however, is fleeting and implies market change or a directional move (either up or down) is likely to occur, a signal for traders to consider employing trend fol­lowing methodologies.
· Every trend change occurs at a single moment in time, not conveniently at the end of the hour, day, week or month. The profile graphic can be used to more accurately identify that specific time where control changed hands between
buyers and sellers. By pinning down such control shifts, the profile graphic allows the trader to identify key support and resistance levels.
In short, the profile graphic provides a substantial amount of price information per unit of time, allowing the trader to iden­tify patterns and dynamics which would not be readily apparent using other methods.

Advanced Technical Indicators

posted under by ceecabolos
$$Technical Indicators $$
This appendix introduces several more advanced technical meth­ods that can be used by themselves or with other technical stud­ies. As with any technical approach, it is always recommended that investors do their own independent testing and research before actually investing.
DEMAND INDEX (DI)
Most technicians will agree that volume analysis is an important ingredient in determining a market's direction. The Demand Index (DI) is one of the early volume indicators that was developed in the 1970s by James Sibbett. The formula is quite complex (see end of this appendix). The Demand Index is the ratio of buying pres‑sure to selling pressure. When the buying pressure is greater than the selling pressure, the DI is above the zero line, which is posi­tive. Greater selling pressure means the DI is below zero, which implies prices will move lower. Most traders also look for diver­gences between the DI and prices.
Figure A.1 is a weekly chart of T-Bond futures from early 1994 until late 1997. From April to November 1994, the DI was mostly below the zero line as bonds declined from 104 to the 96 area. While prices made lower lows (line A), the DI formed high­er lows (line B). This is a classic positive, or bullish divergence, which suggested that bond prices were bottoming. The diver­gence was confirmed when the DI moved above the zero line at point 1. The DI reached its highest level for this rally in late May 1995 at point 2, and then dropped for the next six weeks before crossing below the zero line at point 3. It stayed negative for five weeks before it again turned positive. On the next rally the DI formed a significantly lower high in late November at point 4. While the DI was lower (line D), the bond contract was almost six points higher (line C). This negative or bearish divergence warned of a price peak.This indicator can also be used with stocks. The weekly chart of General Motors (Figure A.2) shows the DI plotted as a line rather than a histogram. This allows for trendlines to more easily be drawn on the indicator. I have personally found trend-line analysis of indicators to be quite valuable. Indicator trend-lines are often broken ahead of price trendlines. This was the case in late 1995 as the downtrend in the DI (line A) was broken a week before the corresponding price downtrend (line B). As this chart indicates, buying just one week earlier could have sig­nificantly improved the entry price. The DI also warned of a price high in mid-April 1996. While GM was making a new price high (line C), the DI had formed lower highs (line D). This warn­ing signal came well ahead of the serious price decline in June and July.
HERRICK PAYOFF INDEX (HPI)
This indicator was developed by the late John Herrick as a way of analyzing commodity futures through changes in the open inter­est. As discussed in Chapter 7, changes in the open interest can give traders important clues as to whether a market trend is well supported or not.
The Herrick Payoff Index uses price, volume, and open inter­est to determine money flow into or out of a given commodity. This helps the trader spot divergences between the price action and the open interest. This is often quite important as buying or selling panics can often be identified through analysis of the open interest by the Herrick Payoff Index.
The most basic interpretation of the HPI is whether it is above or below the zero line. A positive value means that the HPI is projecting higher prices and that open interest is rising along with prices. Conversely, negative readings suggest that funds are flowing out of the commodity being analyzed.
One of the more volatile commodity markets is coffee, fea­tured in Figure A.3. During March and April of 1997, the HPI had four crossings of the zero line with the last positive signal in early April (B) lasting until early June. The HPI dropped below zero in June, and even though prices were well below the highs, coffee dropped another 70 cents. Once again the HPI turned positive in late July very close to the lows. Over the next two months there were two short term signals and then another longer term sell sig­nal. This is characteristic of the HPI when used on the daily data as it will cross above and below the zero line several times before a longer lasting buy or sell signal is given.The HPI, like the Demand Index, is most effective when used on the weekly data, as fewer false signals are evident. Divergence analysis can also be used to warn the trader of a change from positive to negative money flow. There are several good examples on the weekly T-Bond futures charts (Figure A.4) that covers approximately six years of trading. The HPI stayed positive from late 1992 until late 1993. The HPI peaked in early 1993 and, when bonds were almost 10 points higher (line A), the HPI was forming a lower high (line B). This negative diver­gence warned bond traders of the decline in prices that took place in 1994. The HPI violated the zero line in late October of 1993, but then turned slightly positive in early 1994 before plunging back below the zero line. The HPI reached its lowest
level in the first half of 1994 and bottomed well ahead of prices. As prices were making lower lows (line C), the HPI was forming higher lows and therefore a positive divergence (line D). The HPI moved back into positive territory in December 1994 as bonds were very close to their lows. A negative divergence was formed in late 1995 (line F), after bonds had rallied over 25 points from the late 1994 lows. The zero line was crossed several times in 1996 and early 1997 before the HPI moved firmly into positive territory. These two examples should illustrate why the HPI and its analysis of open interest can be helpful in analyzing a com­modity market's direction.
STARC BANDS AND KELTNER CHANNELS
As discussed in Chapter 9, banding techniques have been used for many years. Two types that I prefer are based on the Average True Range. Despite this common factor, these two types of bands are used in very different ways. Average True Range is the average of true price ranges over x periods. True Range is the greatest distance from today's high to low, yesterday's close to today's high, or yes­terday's close to today's low. See Welles Wilder's New Concepts in Technical Trading Systems.
Manning Stoller, a well known expert in the commodity business, developed the Stoller Average Range Channels or starc bands. In his formula the 15 period Average True Range is doubled and added to or subtracted from a 6 period moving average (MA). The upper band is starc+; the lower is starc-. Movement outside of these bands is uncommon and indicates an extreme situation. In this manner they can be used as trading filters. When prices are near or above the starc+ band, it is a high risk time to buy and a low risk time to sell. Conversely, if prices are at or below the starc- band, then it is a high risk selling zone and a more favorable point to buy.
The weekly continuation chart of gold futures (Figure A.5) is plotted with both the starc+ and starc- bands. In Feb. 1997 at point 1, gold prices slightly overshot the starc- band. Though the price action was weak, the starc bands indicated that this was not a good time to sell. By waiting, a better selling opportunity was likely to occur. Just three weeks later gold was $22 higher and at the starc+ band (point 2). Point 2 was a low risk selling opportunity. In July (point 3), gold prices dropped well below the starc-band, but instead of declining further, prices moved sideways for the next 12 weeks. Gold prices then started to move lower from November to December 1997 and touched the starc- band three times (points 4). In all instances prices did stabilize or move higher for 1-2 weeks. These bands work well in all time frames even as short as 5 to 10 minute bar charts. Starc bands can help the trader avoid chasing the market, which almost always results in a poor entry price.
The Kellner channels were originally developed by Chester Keltner in his 1960 book How to Make Money in Commodities. Linda Raschke, a very successful commodity trader, has reintro­duced them to technicians. In her modification, the bands are also based on the average true range (ATR), but the ATR is calculat­ed over 10 periods. This ATR value is then doubled and added to a 20 period exponential moving average for the plus band and subtracted from it for the minus band.
The recommended use of the Keltner channels is much dif­ferent from the starc bands. When prices close above the plus band, a positive signal is given as it indicates a breakout in upward volatility. Conversely, when prices close below the lower band, it is negative and indicates prices will move lower. In many respects, this is just a graphical representation of a four week channel breakout system discussed in Chapter 9.Figure A-6 is a daily chart of March 1998 copper futures. Prices closed below the minus band in late October 1997 at point 1. This indicated that prices should begin a new downtrend and copper prices dropped 16 cents in the next two months There were many other closes below the minus band dur­ing this period. Until prices close above the plus band, the nega­tive signal will stay in effect. The second chart is March 1998 cof­fee prices (Figure A.7) and illustrates a positive signal at point 1. After two consecutive closes above the plus band, prices then declined to the 20 period EMA. In a rising market the 20 period EMA should act as support. Several days after the EMA was touched (point 2), coffee prices began a dramatic 30 cent rise in just a few weeks.
Both of these techniques offer an alternative approach to either percentage envelopes or standard deviation bands (like Bollinger Bands). Neither is presented as a stand-alone trading system but should be considered as additional tools of the trade.
FORMULA FOR DEMAND INDEX
The Demand Index (DI) calculates two values, Buying Pressure (BP) and Selling Pressure (SP), and then takes a ratio of the two. DI is BP/SP. There are some slight variations in the formula. Here's one version:
If prices rise:
BP = V or Volume
SP = V/P where P is the % change in price
If prices decline:
BP = V/P where P is the % change in price SP = V or Volume
Because P is a decimal (less than 1), P is modified by mul­tiplying it by the constant K.
P = P(K)
K = (3 x C)/VA
Where C is the closing price and VA (Volatility Average) is the 10 day average of a two day price range (highest high — lowest low).
If BP > SP then DI = SP/BPThe Demand Index is included on the MetaStock charting menu

Pulling It All Together—A Checklist

posted under by ceecabolos
Pullin
A ChecAs this book has demonstrated, technical analysis is a blend of many approaches. Each approach adds something to the analyst's knowledge of the market. Technical analysis is much like putting together a giant jigsaw puzzle. Each technical tool holds a piece of the puzzle. My approach to market analysis is to combine as many techniques as possible. Each works better in certain market situa­tions. The key is knowing which tools to emphasize in the current situation. That comes with knowledge and experience.
All of these approaches overlap to some extent and com­plement one another. The day the user sees these interrelation­ships, and is able to view technical analysis as the sum of its parts, is the day that person deserves the title of technical analyst. The following checklist is provided to help the user touch all the bases, at least in the early going. Later on, the checklist becomes second nature. The checklist is not all-inclusive, but does have most of the more important factors to keep in mind. Sound mar‑
ket analysis seldom consists of doing the obvious. The technician is constantly seeking clues to future market movement. The final clue that leans the trader in one direction or the other is often some minor factor that has gone largely unnoticed by others. The more factors the analyst considers, the better the chances of find­ing that right clue.
TECHNICAL CHECKLIST
1. What is the direction of the overall market?
2. What is the direction of the various market sectors?
3. What are the weekly and monthly charts showing?
4. Are the major, intermediate, and minor trends up, down,
or sideways?
5. Where are the important support and resistance levels?
6. Where are the important trendlines or channels?
7. Are volume and open interest confirming the price action?
8. Where are the 33%, 50%, and 66% retracements?
9. Are there any price gaps and what type are they?
10. Are there any major reversal patterns visible?
11. Are there any continuation patterns visible?
12. What are the price objectives from those patterns?
13. Which way are the moving averages pointing?
14. Are the oscillators overbought or oversold?
15. Are any divergences apparent on the oscillators?
16. Are contrary opinion numbers showing any extremes?
17. What is the Elliot Wave pattern showing?
18. Are there any obvious 3 or 5 wave patterns?
19. What about Fibonacci retracements or projections?
20. Are there any cycle tops or bottoms due? 21. Is the market showing right or left translation?
22. Which way is the computer trend moving: up, down, or sideways?
23. What are the point and figure charts or candlesticks showing?
After you've arrived at a bullish or bearish conclusion, ask yourself the following questions.
1. Which way will this market trend over the next several months?
2. Am I going to buy or sell this market?
3. How many units will I trade?
4. How much am I prepared to risk if I'm wrong?
5. What is my profit objective?
6. Where will I enter the market?
7. What type of order will I use?
8. Where will I place my protective stop?
Going through the checklist won't guarantee the right conclusions. It's only meant to help you ask the right ques­tions. Asking the right questions is the surest way of finding the right answers. The keys to successful trading are knowledge, dis­cipline, and patience. Assuming that you have the knowledge, the best way to achieve discipline and patience is doing your homework and having a plan of action. The final step is putting that plan of action to work. Even that won't guarantee success, but it will greatly increase the odds of winning in the financial markets.
HOW TO COORDINATE TECHNICAL AND
FUNDAMENTAL ANALYSIS
Despite the fact that technicians and fundamentalists are often at odds with one another, there are ways they can work together for
mutual benefit. Market analysis can be approached from either direction. While I believe that technical factors do lead the known fundamentals, I also believe that any important market move must be caused by underlying fundamental factors. Therefore, it simply makes sense for a technician to have some awareness of the fundamental condition of a market. If nothing else, the tech­nician can inquire from his or her fundamental counterpart as to what would have to happen fundamentally to justify a significant market move identified on a price chart. In addition, seeing how the market reacts to fundamental news can be used as an excel­lent technical indication.
The fundamental analyst can use technical factors to con­firm an analysis or as an alert that something important may be happening. The fundamentalist can consult a price chart or use a computer trend-following system as a filter to prevent him or her from assuming a position opposite an existing trend. Some unusual action on a price chart can act as an alert for the funda­mental analyst and cause him or her to examine the fundamental situation a bit closer. During my years in the technical analysis department of a major brokerage firm, I often approached our fundamental department to discuss some market move that seemed imminent on the price charts. I often received responses like "that can never happen" or "no way." Very often, that same person was scrambling a couple of weeks later to find fundamen­tal reasons to explain a sudden and "unexpected" market move. There's obviously room for much more coordination and cooper­ation in this area.
CHARTERED MARKET TECHNICIAN (CMT)
A lot of people use technical analysis and offer opinions on the technical condition of the various markets. But are they really qualified to do so? How would you know? After all, you wouldn't go to a doctor who didn't have a medical degree on the wall. Nor
would you consult a lawyer who hadn't passed the bar exam. Your accountant is undoubtedly a CTA. If you asked a security analyst for an assessment on a common stock, you would certainly make sure that he or she was a Chartered Financial Analyst (CFA). Why wouldn't you take the same precautions with a technical analyst?
The Market Technicians Association (MTA) resolved this question by instituting a Chartered Market Technician (CMT) pro­gram. The CMT program is a three step examination process that qualifies the analyst to carry the CMT letters after his or her name. Most professional technical analysts have gone through the pro­gram. The next time someone offers you his or her technical opin­ion, ask to see the CMT.
MARKET TECHNICIANS ASSOCIATION (MTA)
The Market Technicians Association (MTA) is the oldest and best known technical society in the world. It was founded in 1972 to encourage the exchange of technical ideas, educate the public and the investment community, and establish a code of ethics and pro­fessional standards among technical analysts. (On March 11, 1998 the MTA celebrated the 25th birthday of its incorporation. The event was highlighted by a special presentation at the New York monthly meeting by three of the organization's founding mem­bers—Ralph Acampora, John Brooks, and John Greeley.) MTA membership includes full-time technical analysts and other inter­ested parties (called affiliates). Monthly meetings are held in New York (Market Technicians Association, Inc., One World Trade Center, Suite 4447, New York, NY 10048 (212) 912-0995, e-mail: shelleymta@aol.com), and an annual seminar is held each May at various locations around the country. Members have access to the MTA library and a computer bulletin board. A monthly newsletter and a periodic MTA Journal are published. Some regional chapters have even been formed. MTA members also become colleagues of the International Federation of Technical Analysts (IFTA).
THE GLOBAL REACH OF TECHNICAL ANALYSIS
During the fall of 1985, a meeting was held in Japan with techni­cal representatives of several different countries to draft a consti­tution for the International Federation of Technical Analysts (IFTA, Post Office Box 1347, New York, NY 10009 USA). Since then, the organization has grown to include technical analysis organizations from more than twenty countries. One of the nice things about being a member is that annual meetings are held in places like Australia, Japan, Paris, and Rome since a different national organization hosts each seminar. I'm proud to say that in 1992 I received the first award ever given at an IFTA conference for "outstanding contribution to global technical analysis."
TECHNICAL ANALYSIS BY ANY NAME
After a century of use in this country (and 300 years in Japan), technical analysis is more popular than ever. Of course, it's not always called technical analysis. In my book, The Visual Investor, I called it visual analysis. That was simply an attempt to get people beyond the intimidating title of technical analysis and to get them to examine this valuable approach more closely. Whatever you want to call it, technical analysis is practiced under many names. A lot of financial organizations employ analysts whose job it is to number-crunch market prices to find stocks or stock groups that are expensive (overbought) or cheap (oversold). They're called quantitative analysts, but the numbers they crunch are often the same ones the technicians are crunching. The financial press has written about a "new" class of trader called "momen­tum" players. These traders move funds out of stocks and stock groups that are showing poor momentum and into those that are showing good momentum. They use a technique called relative strength. Of course, we recognize "momentum" and "relative strength" as technical terms.
Then there are the brokerage firms' "fundamental" upgrades and downgrades. Have you noticed how often these
"fundamental" changes take place the day after a significant "chart" breakout or breakdown? Economists, who certainly don't consider themselves technical analysts, use charts all the time to measure the direction of inflation, interest rates, and all sorts of economic indicators. And they talk about the "trend" of those charts. Even fundamental tools like the price/earnings ratio have a technical side to them. Anytime you introduce price into the equation, you're moving into the realm of technical analysis. Or when security analysts say the dividend yield of the stock market is too low, aren't they saying prices are too high? Isn't that the same thing as saying a market is overbought?
Finally, there are the academics who have reinvented technical analysis under the new name of Behavioral Finance. For years, the academics espoused the Efficient Market Hypothesis to prove that technical analysis simply didn't work. No less an authority than the Federal Reserve Board has thrown some doubt on those ideas.
FEDERAL RESERVE FINALLY APPROVES
During August of 1995, the Federal Reserve Bank of New York published a Staff Report under the title: "Head and Shoulders: Not Just a Flaky Pattern." The report was intended to examine the validity of the head and shoulders pattern in foreign exchange trading. (The first edition of this book was cited as one of the pri­mary sources on technical analysis.) The opening sentence in the introduction reads:
Technical analysis, the prediction of price movements based on past price movements, has been shown to gen­erate statistically significant profits despite its incompat­ibility with most economists' notions of "efficient mar­kets." (Federal Reserve Bank of New York, C.L. Osler and P.H. Kevin Chang, Staff Report No. 4, August 1995.)
A more recent report, published in the fall of 1997 by the Federal Reserve Bank of St. Louis, also addresses the use of tech‑
nical analysis and the relative merits of the Efficient Market
Hypothesis. (Technical Analysis of the Futures Markets was again
cited as a primary source of information on technical analysis.) Under the paragraph titled, "Rethinking the Efficient Markets Hypothesis," the author writes:
The success of technical trading rules shown in the pre­vious section is typical of a number of later studies show­ing that the simple efficient market hypothesis fails in important ways to describe how the foreign exchange market actually functions. While these results did not surprise market practitioners, they have helped persuade economists to examine features of the market ... that might explain the profitability of technical analysis. (Neely)
CONCLUSION
If imitation is the sincerest form of flattery, then market techni­cians should feel very flattered. Technical analysis is practiced under many different names, and often by those who may not realize they're using it. But it is being practiced. Technical analy­sis has also evolved. The introduction of intermarket analysis, for example, has changed the focus away from "single market" analysis to a more interdependent view of the financial markets. The idea that all global markets are linked isn't questioned much anymore either. That's why the universal language of technical analysis makes it especially useful in a world where the financial markets, here and abroad, have become so intertwined. In a world where computer technology and lightning-fast communi­cations require quick responses, the ability to read the market's signals is more crucial than ever. And reading market signals is what technical analysis is all about. Charles Dow introduced technical analysis at the start of the twentieth century. As the twentieth century draws to a close, Mr. Dow would be proud of what he started.

Stock Market Indicators

posted under by ceecabolos
MEASURING MARKET BREADTH
In the previous chapter, we described the top-down approach that is most commonly employed in stock market analysis. With that approach, you begin your analysis with a study of the health of the overall market. Then you work down to market sectors and industry groups. The final step is the study of individual stocks. Your goal is to pick the best stocks in the best groups in an envi­ronment when the stock market is technically healthy. The study of market sectors and individual stocks can be accomplished with the technical tools employed throughout this book—including chart patterns, volume analysis, trendlines, moving averages, oscillators, etc. Those same indicators can also be applied to the major market averages. But there's another class of market indica­tors widely employed in stock market analysis whose purpose is to determine the health of the overall stock market by measuring market breadth. The data used in their construction are advanc­ing versus declining issues, new highs versus new lows, and up volume versus down volume.
SAMPLE DATA
If you check the Stock Market Data Bank section of The Wall Street Journal (Section C, page 2) each day, you'll find the following data for the previous trading day. The numbers shown are based on an actual day's trading results.
The above figures are derived from New York Stock Exchange (NYSE) data. A similar breakdown is also shown for the NASDAQ and the American Stock Exchange. We'll concentrate on the NYSE in this discussion. It just so happens that on that particular day the Dow Jones Industrial Average had gained 12.20 points. So the market was up as measured by the Dow. However, there were more declining stocks (1,559) than advancing stocks (1,327), suggesting that the broader market didn't fare as well as the Dow. There was also more declining volume than advancing volume. Those two sets of figures suggest that market breadth was actually negative for that particular day—even though the Dow itself closed higher. The other figures present a more mixed picture. The number of stocks hitting new 52 week highs (78) was greater than those hitting new lows (43) suggesting a posi­tive market environment. However, the closing tick (the number of stocks that closed on an uptick versus a downtick) was a neg‑
Stock Market Indicators 435
ative, –135. That meant that 135 more stocks closed on a downtick than an uptick, a short term negative factor. The nega­tive closing tick, however, is offset by a closing Arms (Trin) read­ing of .96 which is mildly positive. We'll explain why that is later in the chapter. All of these internal market readings have one intended purpose—to give us a more accurate reading on the health of the overall market that isn't always reflected in the movement of the Dow itself.
COMPARING MARKET AVERAGES
Another way to study the breadth of the market is to compare the performance of the stock averages themselves. Using the same day's trading as an example, the following data lists the relative performance of the major stock averages:
Dow Industrials
+12.20
(+.16%)
S&P 500
54—.64
(—.07%)
Nasdaq Composite
—14.47
(—.92%)
Russell 2000
—3.80
(—.89%)
The first thing that is clear is that the Dow Industrials was the only market average to gain on the day. On all the TV news programs that night, investors were told that the market (repre­sented by the Dow) was up for the day. Yet all the other measures were actually down. Notice also that the broader the average (the more stocks included) the worse it did. Compare the percentage changes. The 30 stock Dow gained .16%. The S&P 500 lost .07%. The Nasdaq Composite, which includes more than 5,000 stocks, was the day's worst performer and lost .92%. Almost as bad as the Nasdaq was the Russell 2000 (–.89%), which is a measure of 2000 small cap stocks. The message in this brief comparison is that even though the Dow gained on the day, the overall market lost ground as measured by the more broader based stock averages. We'll revisit the idea of comparing market averages again. But first, let's show the different ways market technicians can analyze the market's breadth numbers.
THE ADVANCE-DECLINE LINE
This is the best known of the breadth indicators. The construction of the advance decline line is extremely simple. Each day's trading on the New York Stock Exchange produces a certain number of stocks that advanced, a number that declined, and a number that remained unchanged. These figures are reported each day in The
Wall Street journal and Investor's Business Daily, and are used to con‑struct a daily advance-decline (AD) line. The most common way to calculate the AD line is to take the difference between the number of advancing issues and the number of declining issues. If there are more advances than declines, the AD number for that day is posi­tive. If there are more declines than advances, the AD line for that day is negative. That positive or negative daily number is then added to the cumulative AD line. The AD line displays a trend of its own. The idea is to make sure the AD line and the market aver­ages are trending in the same direction.
THE ADVANCE-DECLINE LINE
This is the best known of the breadth indicators. The construction of the advance decline line is extremely simple. Each day's trading on the New York Stock Exchange produces a certain number of stocks that advanced, a number that declined, and a number that remained unchanged. These figures are reported each day in The
Wall Street Journal and Investor's Business Daily, and are used to con‑struct a daily advance-decline (AD) line. The most common way to calculate the AD line is to take the difference between the number of advancing issues and the number of declining issues. If there are more advances than declines, the AD number for that day is posi­tive. If there are more declines than advances, the AD line for that day is negative. That positive or negative daily number is then added to the cumulative AD line. The AD line displays a trend of its own. The idea is to make sure the AD line and the market aver­ages are trending in the same direction. THE ADVANCE-DECLINE LINE
This is the best known of the breadth indicators. The construction of the advance decline line is extremely simple. Each day's trading on the New York Stock Exchange produces a certain number of stocks that advanced, a number that declined, and a number that remained unchanged. These figures are reported each day in The
Wall Street Journal and Investor's Business Daily, and are used to con‑struct a daily advance-decline (AD) line. The most common way to calculate the AD line is to take the difference between the number of advancing issues and the number of declining issues. If there are more advances than declines, the AD number for that day is posi­tive. If there are more declines than advances, the AD line for that day is negative. That positive or negative daily number is then added to the cumulative AD line. The AD line displays a trend of its own. The idea is to make sure the AD line and the market aver­ages are trending in the same direction.
AD DIVERGENCE
What does the advance-decline line measure? The advance-decline line tells us whether or not the broader universe of 3500 NYSE stocks is advancing in line with the most widely followed stock averages, which include only the 30 Dow Industrials or the 500 stocks in the S&P 500. To paraphrase a Wall Street maxim: the advance-decline line tells us if the "troops" are keeping up with the "generals." As long as the AD line is advancing with the Dow Industrials, for example, the breadth or health of the market is good. The danger appears when the AD line begins to diverge from the Dow. In other words, when you have a situation where the Dow Industrials are hitting new highs while the broader market (measured by the AD line) isn't following, technicians begin to worry about "bad market breadth" or an AD divergence. Historically, the AD line peaks out well ahead of the market averages, which is why it's watched so closely.
DAILY VERSUS WEEKLY AD LINES
The daily AD line, which we have described herein, is better used for short to intermediate comparisons with the major stock aver­ages. It is less useful for comparisons going back several years. A weekly advance-decline line measures the number of advancing versus declining stocks for the entire week. Those figures are pub­lished in Barron's each weekend. A weekly advance-decline line is considered more useful for trend comparisons spanning several years. While a negative divergence in the daily AD line may warn of short to intermediate problems in the market, it's necessary to also show a similar divergence in the weekly AD line to confirm that a more serious problem is developing.
VARIATIONS IN AD LINE
Since the number of stocks traded on the NYSE has grown over the years, some market analysts believe the method of subtract‑
ing the number of declining issues from the number of advanc­ing issues gives greater weight to the more recent data. To com­bat that problem, many technicians prefer to use an advance/decline ratio which divides the number of advancing issues by the number of declining issues. Some also believe that there's value in including the number of unchanged issues in the calculation. Whichever way the AD line is calculated, its use is always the same—that is, to measure the direction of the broad­er market and to ensure it's moving in the same direction as the more narrowly constructed, but popular market averages. Advance decline lines can also be constructed for the American Stock Exchange and the Nasdaq Market. Market technicians like to construct overbought/oversold oscillators on the AD lines to help measure short to intermediate term market extremes in the breadth figures themselves. One of the better known examples is the McClellan Oscillator.
McCLELLAN OSCILLATORDeveloped by Sherman McClellan, this oscillator is construct­ed by taking the difference between two exponential moving averages of the daily NYSE advance-decline figures. The McClellan Oscillator is the difference between the 19 day (10% trend) and the 39 day (5% trend) exponential moving averages of the daily net advance decline figures. The oscillator fluctu­ates around a zero line with its upper and lower extremes rang­ing from +100 and –100. A McClellan Oscillator reading above +100 is a signal of an overbought stock market. A reading below –100 is considered an oversold stock market. Crossings above and below the zero line are also interpreted as short to intermediate term buying and selling signals respectively McCLELLAN SUMMATION INDEXThe Summation Index is simply a longer range version of the McClellan Oscillator. The McClellan Summation Index is a cumu­lative sum of each day's positive or negative readings in the McClellan Oscillator. Whereas the McClellan Oscillator is used for short to intermediate trading purposes, the Summation Index provides a longer range view of market breadth and is used to spot major market turning points. NEW HIGHS VERSUS NEW LOWS
In addition to the number of advancing and declining stocks, the financial press also publishes the number of stocks hitting new 52 week highs or new 52 week lows. Here again, these figures are available on a daily and weekly basis. There are two ways to show these figures. One way is to plot the two lines separately. Since the daily values can sometimes be erratic, moving averages (usually 10 days) are plotted to present a smoother picture of the two lines. (See Figure 18.4.) In a strong market, the number of new highs should be much greater than the number of new lows. When the number of new highs start to decline, or the number of new lows start to expand, a caution signal is given. A negative market signal is activated when the moving average of new lows crosses above.
the moving average of new highs. It can also be shown that when­ever the new highs reach an extreme, the market has a topping tendency. Similarly, whenever new lows reach an extreme, the market is near a bottom. Another way to use the new highs versus new lows numbers is to plot the difference between the two lines.
NEW HIGH-NEW LOW INDEXThe advantage of a New High-New Low index is that it can be directly compared to one of the major market averages. In that way, the high-low line can be used just like an advance-decline line. (See Figure 18.5.) The trend of the high-low line can be chart
and it can be used to spot market divergences. A new high in the Dow, for example, that is not matched by a corresponding new high in the high-low line could be a sign of weakness in the broad­er market. Trendline and moving-average analysis can be applied to the line itself. But its major value is in either confirming or diverging from the major stock trends and giving early warning of potential trend changes in the overall market. Dr. Alexander Elder describes the New High-New Low index as "probably the best lead­ing indicator of the stock market" Trading for a Living, (Wiley).
Elder suggests plotting the indicator as a histogram with a horizontal reference point at its zero line, making divergences eas­ier to spot. He points out that crossings above and below the zero line also reflect bullish and bearish shifts in market psychology.
UPSIDE VERSUS DOWNSIDE VOLUME
This is the third and final piece of data that is utilized to mea­sure the breadth of the market. The New York Stock Exchange also provides the level of volume in both the advancing and declining issues. That data is also available the next day in the financial press. It is then possible to compare the upside vol­ume versus the downside volume to measure which is domi­nant at any given time. (See Figure 18.6.) The upside volume and downside volume can be shown as two separate lines (just as we did with the new highs and new lows figures) or the dif­ference can be shown as a single line. Either way, the interpre­tation is always the same. When the upside volume is domi‑ss nant, the market is strong. When downside volume is greater, the market is weak. It's possible to combine the number of advancing and declining issues with advancing and declining volume. That's what Richard Arms did in the creation of the Arms Index.
THE ARMS INDEX
The Arms Index, named after its creator Richard Arms, is a ratio of a ratio. The numerator is the ratio of the number of advancing issues divided by the number of declining issues. The denomina­tor is the advancing volume divided by declining volume. The purpose of the Arms Index is to gauge whether there's more vol­ume in rising or falling stocks. A reading below 1.0 indicates more volume in rising stocks and is positive. A reading above 1.0 reflects more volume in declining issues and is negative. On an intraday basis, a very high Arms Index reading is positive, while a very low reading is negative. The Arms Index, therefore, is a contrary indicator that trends in the opposite direction of the market. It can be used for intraday trading by tracking its direc­tion and for spotting signs of short term market extremes. (See Figure 18.7.)
TRIN VERSUS TICK
The Arms Index (TRIN) can be used in conjunction with the TICK indicator for intraday trading. TICK measures the difference between the number of stocks trading on an uptick versus the number trading on a downtick. The TICK is a minute-by-minute version of the daily advance-decline line and is used for the same purpose. When combining the two during the day, a rising TICK indicator and a falling Arms Index (TRIN) are positive, while a falling TICK indicator and a rising Arms Index (TRIN) are nega­tive. The Arms Index, however, can also be used for longer range analysis.
SMOOTHING THE ARMS INDEX
While the Arms Index is quoted throughout the trading day and has some short term forecasting value, most traders use a 10 day moving average of its values. According to Arms himself, a 10 day average of the Arms Index above 1.20 is considered oversold, while a 10 day Arms value below .70 is overbought, although those numbers may shift depending on the overall trend of the market. Arms expresses a preference for Fibonacci numbers as well. He suggests using a 21 day Arms Index in addition to the 10 day version. He also utilizes 21 day and 55 day moving-average crossovers of the Arms Index to generate good intermediate term
trades. For more in-depth treatment, read The Arms Index (TRIN) by Richard W. Arms, Jr.
OPEN ARMS
In calculating the 10 day Arms Index, each day's closing value is determined using the four inputs and that final value is smoothed with a 10 day moving average. In the "Open" version of the Arms Index, each of the four components in the formula is averaged separately over a period of 10 days. The Open Arms Index is then calculated from those four different averages. Many analysts pre­fer the Open Arms version to the original version. Different mov­ing average lengths, like 21 and 55 days, can also be applied to the Open Arms version. EQUIVOLUME CHARTINGAlthough Arms is best known for creating the Arms Index, he has also pioneered other ways of combining price and volume analy­sis. In doing so, he created an entirely new form of charting called Equivolume. In the traditional bar chart, the day's trading range is shown on the price bar with the volume bar plotted at the bottom of the chart. Since technical analysts combine price and volume analysis, they have to look at both parts of the chart at the same time. On the Equivolume chart, each price bar is shown as a rec­tangle. The height of the rectangle measures the day's trading range. The width of the rectangle is determined by that day's vol­ume. Heavier volume days produce a wider rectangle. Lighter vol­ume days are reflected in a narrower rectangle.As a rule, a bullish price breakout should always be accom­panied by a burst of trading activity. On an Equivolume chart, therefore, a bullish price breakout should be accompanied by a noticeably wider rectangle. Equivolume charting combines price and volume analysis into one chart and makes for much easier comparisons between price and volume. In an uptrend, for exam­ple, up days should see wider rectangles while down days should see narrower rectangles. Equivolume charting can be applied to market averages as well as individual stocks and can be plotted for both daily and weekly charts. For more information, consult Volume Cycles in the Stock Market by Richard Arms (Dow Jones-Irwin, 1983).
CANDLEPOWER
In Chapter 12, Greg Morris explained candlestick charting. In a 1990 article published in Technical Analysis of Stocks and Commodities magazine entitled "East Meets West: CandlePower Charting," Morris proposed combining candlestick charts with Arms' Equivolume charting method. Morris' version shows the candlestick chart in an Equivolume format. In other words, the width of the candlestick is determined by the volume. The greater the volume, the wider the candlestick. Morris called the combi­nation CandlePower charting. Quoting from the article: ". . . the CandlePower chart offers similar if not better information than Equivolume or candlestick charting and is as visually appealing as either of them." Morris' CandlePower technique is available on Metastock charting software (published by Equis International, 3950 S. 700 East, Suite 100, Salt Lake City, UT 84107 [800] 882­3040, www.equis.com). However its name has been changed to Candlevolume.
COMPARING MARKET AVERAGES
At the start of the chapter, we mentioned that another way to gauge market breadth was to compare the different market aver­ages themselves. We're talking here primarily about the Dow Industrials, the S&P 500, the New York Stock Exchange Index, the Nasdaq Composite, and the Russell 2000. Each measures a slight­ly different portion of the market. The Dow and the S&P 500 cap­ture the trends of a relatively small number of large capitalization stocks. The NYSE Composite Index includes all stocks traded on the New York Stock Exchange, and gives a slightly broader per­spective. Breakouts in the Dow Industrials should, as a rule, be confirmed by similar breakouts in both the S&P 500 and the NYSE Composite Index if the breakout is to have staying power.
450 Chapter 18
Most important divergences involve the Nasdaq and the Russell 2000. The Nasdaq Composite has the largest number of stocks (5000). However, since the Nasdaq is a capitalization-weighted index, it is usually dominated by the one hundred largest technology stocks like Intel and Microsoft. Because of that, the Nasdaq is more often a measure of the direction of the tech­nology sector. The Russell 2000 is a truer measure of the smaller stock universe. Both indexes, however, should be trending upward along with the Dow and the S&P 500 if the trend of the market is truly healthy.Relative strength (RS) analysis plays a useful role here. A ratio of the Nasdaq to the S&P 500 tells us whether the technolo­gy stocks are leading or lagging. It's usually better for the market if they're leading and the ratio line is rising. comparison of the Russell 2000 and the S&P 500 tells us whether the "troops" are following the "generals." When the small stocks are showing poor relative strength, or are lagging too far behind the large stocks, that's often a warning that market breadth is weakening.CONCLUSION
Another example of comparing two market averages for signs of confirmation or divergence involves the Dow Theory. In Chapter 2, we discussed the importance of the relationship between the Dow Industrials and the Dow Transports. A Dow Theory buy sig­nal is present when both averages hit new highs. When one diverges from the other, a caution signal is given. It can be seen then that the study of market breadth, and the related issues of confirmation and divergence, can take many forms. The general rule to follow is that the greater the number of stock market aver­ages that are trending in the same direction, the greater the chances are for that trend continuing. In addition, be sure to check the advance-decline line, the new highs-new lows line, and the upside-downside volume lines to make sure that they're also trending in the same direction.

The Link Between Stocks and Futures: Intermarket Analysis

posted under by ceecabolos
When the first edition of this book was published in 1986 the sep­aration of the commodity futures world from the more tradition­al world of stocks and bonds was already starting to break down. Twenty years ago, commodities referred to such things as corn, soybeans, porkbellies, gold, and oil. These were traditional com­modities that could be grown, mined, or refined. Dramatic changes took place from 1972 to 1982 with the introduction of futures contracts on currencies, Treasury Bonds, and stock index futures. The term "commodities" gave way to "futures" since bonds and stocks were hardly commodities. But they were futures contracts. Since then, the world of futures trading has blended with that of traditional stocks and bonds to the point that they can hardly be separated. As a result, the technical analysis meth­ods used to analyze the different financial markets have become more universally applied.
On any given day, quotes are readily available for dollar futures, bond futures, and stock index futures—and they often move in sync with one another. The direction those three markets move is often affected by what happens in the commodity pits. Program trading, which occurs when the price of the S&P 500 futures contract is out of line with the S&P 500 cash index, is a day-to-day reality. For those reasons, it seems clear that the more understanding you have about the world of futures trading, the more insight you will gain into the entire financial marketplace.
It has become clear that action in the futures markets can have an important influence on the stock market itself. Early warn­ings signs of inflation and interest rate trends are usually spotted in the futures pits first, which often determine the direction stock prices will take at any given time. Trends in the dollar tell us a lot about the strength or weakness of the American economy, which also has a major impact on corporate earnings and the valuation of stock prices. But the linkage goes even deeper than that. The stock market is divided into sectors and industry groups. Rotation into and out of those groups is often dictated by action in futures. With the tremendous growth in mutual funds, and sector funds in particular, the ability to capitalize on sector rotation into winning groups and out of losing ones has become much simpler.
In this chapter, we'll deal with the broader subject of inter­market analysis as it deals with the interplay between currencies, commodities, bonds, and stocks. Our primary message is how closely the four markets are linked. We'll show how to use the futures markets in the process of sector and industry group rota­tion within the stock market itself.
INTERMARKET ANALYSIS
In 1991, I wrote a book entitled Intermarket Technical Analysis. That book described the interrelationships between the various financial markets, which are universally accepted today. The book provided a guide, or blueprint, to help explain the sequence that develops among the various markets and to show how interde­pendent they really are. The basic premise of intermarket analysis is that all financial markets are linked in some way. That includes
international markets as well as domestic ones. Those relation­ships may shift on occasion, but they are always present in one form or another. As a result, a complete understanding of what's going on in one market—such as the stock market—isn't possible without some understanding of what's going on in other markets. Because the markets are now so intertwined, the technical analyst has an enormous advantage. The technical tools described in this book can be applied to all markets, which greatly facilitates the application of intermarket analysis. You'll also see why the ability to follow the charts of so many markets is a tremendous advan­tage in today's complex marketplace.
PROGRAM TRADING: THE ULTIMATE LINK
Nowhere is the close link between stocks and futures more obvious than in the relationship between the S&P 500 cash index and the S&P 500 futures contract. Normally, the futures contract trades at a premium to the cash index. The size of that premium is deter­mined by such things as the level of short term interest rates, the yield on the S&P 500 index itself, and the number of days until the futures contract expires. The premium (or spread) between S&P 500 futures over the cash index diminishes as the futures contract approaches expiration. (See Figure 17.1.) Each day, institutions cal­culate what the actual premium should be—called fair value. That fair value remains constant throughout the trading day, but changes gradually with each new day. When the futures premium moves above its fair value to the cash index by some predeter­mined amount, an arbitrage trade is automatically activated—called program buying. When the futures are too high relative to the cash index, program traders sell the futures contract and buy a bas­ket of stocks in the S&P 500 to bring the two entities back into line. The result of program buying is positive for the stock market since it pushes the S&P 500 cash index higher. Program selling is just the opposite and occurs when the premium of the futures over the cash narrows too far below its fair value. In that case, program sell­ing is activated which results in the buying of S&P 500 futures and
selling of the basket of stocks. Program selling is negative for the market. Most traders understand this relationship between the two related markets. What they don't always understand is that the sudden moves in the S&P 500 futures contract, which activate the program trading, are often caused by sudden moves in other futures markets—like bonds.
THE LINK BETWEEN BONDS AND STOCKS
The stock market is influenced by the direction of interest rates. The direction of interest rates (or yield) can be monitored on a minute­to-minute basis by tracking the movements in the Treasury Bond futures contract. Bond prices move in the opposite direction ofinterest rates or yields. Therefore, when bond prices are rising, yields are falling. That is normally considered positive for stocks.* Falling bond prices, or rising yields, are considered negative for stocks. From a technician's point of view, it is very easy to compare the charts of Treasury Bond futures with the charts of either the S&P 500 cash index or its related futures contract. You'll see that they have generally trended in the same direction. (See Figure 17.2.) On a short term basis, sudden changes in trend in the S&P 500 futures contract are often influenced by sudden changes in the Treasury Bond futures contract. On a longer range basis, changes in the trend of the Treasury Bond contract often warn of similar turns in the S&P 500 cash index itself. In that sense, bond futures can be viewed as a leading indicator for the stock market. Bond futures, in turn, are usually influenced by trends in the commodity markets THE LINK BETWEEN BONDS AND COMMODITIES
Treasury Bond prices are influenced by expectations for inflation. Commodity prices are considered to be leading indicators of infla­tionary trends. As a result, commodity prices usually trend in the opposite direction of bond prices. If you study the market's histo­ry since the 1970s, you'll see that sudden upturns in commodity markets (signaling higher price inflation) have usually been asso­ciated with corresponding declines in Treasury Bond prices. The flip side of that relationship is that strong Treasury Bond gains have normally corresponded with falling commodity prices. (See Figure 17.3). Commodity prices, in turn, are impacted by the direction of the U.S. dollar.THE LINK BETWEEN COMMODITIES AND THE DOLLAR
A rising U.S. dollar normally has a depressing effect on most com­modity prices. In other words, a rising dollar is normally consid­ered to be noninflationary. (See Figure 17.4.) One of the com­modities most effected by the dollar is the gold market. If you study their relationship over time, you'll see that the prices of gold and the U.S. dollar usually trend in opposite directions. (See Figure 17.5.) The gold market, in turn, usually acts as a leading indicator for other commodity markets. So, if you're analyzing the gold market, it's necessary to know what the dollar is doing. If you're studying the commodity price trend in general (using)

one of the better known commodity price indexes), it's necessary to know what the gold market is doing. The fact of the matter is that all four markets are linked—the dollar influences commodi­ties, which influence bonds, which influence stocks. To fully com­prehend what's happening in any one asset class, it's necessary to know what's happening in the other three. Fortunately, that's eas­ily done by simply looking at their respective price charts.
STOCK SECTORS AND INDUSTRY GROUPS
An understanding of these intermarket relationships also sheds light on the interaction between the various stock market sectors and industry groups. The stock market is divided into market sec‑
tors which are then subdivided into industry groups. These mar­ket categories are influenced by what's happening on the inter­market scene. For example, when bonds are strong and com­modities weak, interest rate-sensitive stock groups—such as the utilities, financial stocks, and consumer staples—usually do well relative to the rest of the stock market. At the same time, infla­tion-sensitive stock groups—like gold, energy, and cyclical stocks—usually underperform. When commodity markets are strong relative to bonds, the opposite is the case. By monitoring the relationship between Treasury Bond prices and commodity prices, you can determine which sectors or industry groups will do better at any given time.Since there is such a close relationship between stock mar­ket sectors and their related futures markets, they can be used in conjunction with each other. Utility stocks, for example,
mining shares are closely linked to the price of gold. What's more, the related stock groups often tend to lead their respective futures markets. As a result, utility stocks can be used as leading indica­tors for Treasury Bonds. Gold mining shares can be used as lead­ing indicators for gold prices. Another example of intermarket influence is the impact of the trend of oil prices on energy and air­line stocks. Rising oil prices help energy shares but hurt airlines. Falling oil prices have the opposite effect.
THE DOLLAR AND LARGE CAPS
Another intermarket relationship involves how the dollar affects large and small cap stocks. Large multinational stocks can be neg­atively impacted by a very strong dollar, which may make their products too expensive in foreign markets. By contrast, the more domestically oriented small cap stocks are less affected by dollar movements and may actually do better than larger stocks in a strong dollar environment. As a result, a stronger dollar may favor smaller stocks (like those in the Russell 2000), while a weaker dol­lar may benefit the large multinationals (like those in the Dow Industrial Average.)
INTERMARKET ANALYSIS AND MUTUAL FUNDS
It should be obvious that some understanding of these intermar­ket relationships can go a long way in mutual fund investing. The direction of the U.S. dollar, for example, might influence your commitment to small cap funds versus large cap funds. It may also help determine how much money you might want to com­mit to gold or natural resource funds. The availability of so many sector-oriented mutual funds actually complicates the decision of which ones to emphasize at any given time. That task is made a good deal easier by comparing the relative performance of the futures markets and the various stock market sectors and industry groups. That is easily accomplished by a simple charting approach called relative strength analysis.
mining shares are closely linked to the price of gold. What's more, the related stock groups often tend to lead their respective futures markets. As a result, utility stocks can be used as leading indica­tors for Treasury Bonds. Gold mining shares can be used as lead­ing indicators for gold prices. Another example of intermarket influence is the impact of the trend of oil prices on energy and air­line stocks. Rising oil prices help energy shares but hurt airlines. Falling oil prices have the opposite effect.
THE DOLLAR AND LARGE CAPS
Another intermarket relationship involves how the dollar affects large and small cap stocks. Large multinational stocks can be neg­atively impacted by a very strong dollar, which may make their products too expensive in foreign markets. By contrast, the more domestically oriented small cap stocks are less affected by dollar movements and may actually do better than larger stocks in a strong dollar environment. As a result, a stronger dollar may favor smaller stocks (like those in the Russell 2000), while a weaker dol­lar may benefit the large multinationals (like those in the Dow Industrial Average.)
INTERMARKET ANALYSIS AND MUTUAL FUNDS
It should be obvious that some understanding of these intermar­ket relationships can go a long way in mutual fund investing. The direction of the U.S. dollar, for example, might influence your commitment to small cap funds versus large cap funds. It may also help determine how much money you might want to com­mit to gold or natural resource funds. The availability of so many sector-oriented mutual funds actually complicates the decision of which ones to emphasize at any given time. That task is made a good deal easier by comparing the relative performance of the futures markets and the various stock market sectors and industry groups. That is easily accomplished by a simple charting approach called relative strength analysis.
mining shares are closely linked to the price of gold. What's more, the related stock groups often tend to lead their respective futures markets. As a result, utility stocks can be used as leading indica­tors for Treasury Bonds. Gold mining shares can be used as lead­ing indicators for gold prices. Another example of intermarket influence is the impact of the trend of oil prices on energy and air­line stocks. Rising oil prices help energy shares but hurt airlines. Falling oil prices have the opposite effect.
THE DOLLAR AND LARGE CAPS
Another intermarket relationship involves how the dollar affects large and small cap stocks. Large multinational stocks can be neg­atively impacted by a very strong dollar, which may make their products too expensive in foreign markets. By contrast, the more domestically oriented small cap stocks are less affected by dollar movements and may actually do better than larger stocks in a strong dollar environment. As a result, a stronger dollar may favor smaller stocks (like those in the Russell 2000), while a weaker dol­lar may benefit the large multinationals (like those in the Dow Industrial Average.)
INTERMARKET ANALYSIS AND MUTUAL FUNDS
It should be obvious that some understanding of these intermar­ket relationships can go a long way in mutual fund investing. The direction of the U.S. dollar, for example, might influence your commitment to small cap funds versus large cap funds. It may also help determine how much money you might want to com­mit to gold or natural resource funds. The availability of so many sector-oriented mutual funds actually complicates the decision of which ones to emphasize at any given time. That task is made a good deal easier by comparing the relative performance of the futures markets and the various stock market sectors and industry groups. That is easily accomplished by a simple charting approach called relative strength analysis.
RELATIVE STRENGTH ANALYSIS
This is an extremely simple but effective charting tool. All you do is divide one market entity by another—in other words, plot a ratio of two market prices. When the ratio line is rising, the numerator price is stronger than the denominator. When the ratio line is declining, the denominator market is stronger. Consider some examples of what you can do with this simple indicator. Divide a commodity index (such as the CRB Futures Price Index) by Treasury Bond futures prices. (See Figure 17.7.) When the ratio line is rising, com­modity prices are outperforming bonds. In that scenario, futures traders would be buying commodity markets and selling bonds. At the same time, stock traders would be buying inflation sensitive stocks and selling interest-rate sensitive stocks. When the ratio line
mining shares are closely linked to the price of gold. What's more, the related stock groups often tend to lead their respective futures markets. As a result, utility stocks can be used as leading indica­tors for Treasury Bonds. Gold mining shares can be used as lead­ing indicators for gold prices. Another example of intermarket influence is the impact of the trend of oil prices on energy and air­line stocks. Rising oil prices help energy shares but hurt airlines. Falling oil prices have the opposite effect.
THE DOLLAR AND LARGE CAPS
Another intermarket relationship involves how the dollar affects large and small cap stocks. Large multinational stocks can be neg­atively impacted by a very strong dollar, which may make their products too expensive in foreign markets. By contrast, the more domestically oriented small cap stocks are less affected by dollar movements and may actually do better than larger stocks in a strong dollar environment. As a result, a stronger dollar may favor smaller stocks (like those in the Russell 2000), while a weaker dol­lar may benefit the large multinationals (like those in the Dow Industrial Average.)
INTERMARKET ANALYSIS AND MUTUAL FUNDS
It should be obvious that some understanding of these intermar­ket relationships can go a long way in mutual fund investing. The direction of the U.S. dollar, for example, might influence your commitment to small cap funds versus large cap funds. It may also help determine how much money you might want to com­mit to gold or natural resource funds. The availability of so many sector-oriented mutual funds actually complicates the decision of which ones to emphasize at any given time. That task is made a good deal easier by comparing the relative performance of the futures markets and the various stock market sectors and industry groups. That is easily accomplished by a simple charting approach called relative strength analysis.
RELATIVE STRENGTH ANALYSIS
This is an extremely simple but effective charting tool. All you do is divide one market entity by another—in other words, plot a ratio of two market prices. When the ratio line is rising, the numerator price is stronger than the denominator. When the ratio line is declining, the denominator market is stronger. Consider some examples of what you can do with this simple indicator. Divide a commodity index (such as the CRB Futures Price Index) by Treasury Bond futures prices. (See Figure 17.7.) When the ratio line is rising, com­modity prices are outperforming bonds. In that scenario, futures traders would be buying commodity markets and selling bonds. At the same time, stock traders would be buying inflation sensitive stocks and selling interest-rate sensitive stocks. When the ratio line is falling, they would be doing the opposite. That is, they would sell commodities and buy bonds. At the same time, stock investors would be selling the golds, the oils, and the cyclicals, while buying the utilities, the financials, and consumer staples.RELATIVE STRENGTH AND SECTORSMany exchanges now trade index options on various stock mar­ket sectors. The Chicago Board Options Exchange has the greatest selection and includes such diverse groups as automotive, com­puter software, environmental, gaming, real estate, healthcare, retail, and transportation. The American and Philadelphia Stock Exchanges offer popular index options on banks, gold, oil, phar maceuticals, semiconductors, technology, and utilities. All of these index options can be charted and analyzed like any other market. The best way to use relative strength analysis on them is to divide their price by some industry benchmark such as the S&P 500. You can then determine which are outperforming the over­all market (a rising RS line) or underperforming (a falling RS line). Employing some simple charting tools like trendlines and moving averages on the relative strength lines themselves will help you spot important changes in their trend. (See Figure 17.9.) The gen­eral idea is to rotate your funds into those sectors of the market whose relative strength lines are just turning up, and to rotate out of those market groups whose relative strength lines are just turn­ing down. Those moves can be implemented either with the index options themselves or through mutual funds that match the various market sectors and industry groups.RELATIVE STRENGTH AND INDIVIDUAL STOCKS
Investors have two ways to go at that point. They can simply rotate their funds out of one market group into another and stop there. Or, if they wish, they can continue on to choose individual stocks within those groups. Relative strength analysis plays a role here as well. Once the desired index has been chosen, the next step is to divide each of the individual stocks within the index by the index itself. In that way, you can easily spot the individual stocks that are showing the greatest relative strength. (See Figure 17.10.) You can purchase the stocks showing the strongest ratio lines, or you can buy a cheaper stock whose ratio line may just be turning up. The idea, however, is to avoid stocks whose relative strength (ratio) lines are still falling.
TOP-DOWN MARKET APPROACH
What we've described here is a top down market approach. You begin by studying the major market averages to determine the trend of the overall market. Then you select those market sectors or industry groups that are showing the best relative strength. Then you select individual stocks within those groups that are also showing the best relative strength. By incorporating inter­market principles into your decision making process, you can also determine whether the current market climate favors bonds, commodities, or stocks which can play a role in your asset allocation decisions. The same principles can also be applied to international investing by simply comparing the rel­ative strength of the various global stock markets. And, finally, all of these technical tools described herein can be applied to charts of mutual funds as a final check on your analysis. All of this work is easily done with price charts and a computer. Imagine trying to apply fundamental analysis to so many mar­kets at the same time.
DEFLATION SCENARIO
The intermarket principles described herein are based on market trends since 1970. The 1970s saw runaway inflation which favored commodity assets. The decades of the 1980s and 1990s have been characterized by falling commodities (disinflation) and strong bull markets in bonds and stocks. During the second half of 1997, a severe downturn in Asian currency and stock mar­kets was especially damaging to markets like copper, gold, and oil. For the first time in decades, some market observers expressed concern that a beneficial disinflation (prices rising at a slower level) might turn into a harmful deflation (falling prices). To add to the concerns, producer prices fell on an annual basis for the first time in more than a decade. As a result, the bond and stock markets began to decouple. For the first time in four years, investors were switching out of stocks and putting more money into bonds and rate-sensitive stock groups like utilities. The rea‑
son for that asset allocation adjustment is that deflation changes the intermarket scenario. The inverse relationship between bond prices and commodities is maintained. Commodities fall while bond prices rise. The difference is that the stock market can react negatively in that environment. We point this out because it's been a long time since the financial markets had to deal with the problem of price deflation. If and when deflation does occur, intermarket relationships will still be present but in a different way. Disinflation is bad for commodities, but good for bonds and stocks. Deflation is good for bonds and bad for commodities, but may also be bad for stocks.
The deflationary trend that started in Asia in mid-1997 spread to Russia and Latin America by mid-1998 and began to hurt all global equity markets. A plunge in commodity prices had an especially damaging impact on commodity exporters like Australia, Canada, Mexico, and Russia. The deflationary impact of falling commodity and stock prices had a positive impact on Treasury bond prices, which hit record highs. Market events of 1998 were a dramatic example of the existence of global inter­market linkages and demonstrated how bonds and stocks can decouple in a deflationary world.
INTERMARKET CORRELATION
Two markets that normally trend in the same direction, such as bonds and stocks, are positively correlated. Markets that trend in opposite directions, like bonds and commodities, are negatively correlated. Charting software allows you to measure the degree of correlation between different markets. A high positive reading sug­gests a strong positive correlation. A high negative reading suggests a strong negative correlation. A reading near zero suggests little or no correlation between two markets. By measuring the degree of correlation, the trader is able to establish how much emphasis to place on a particular intermarket relationship. More weight should be placed on those with higher correlations, and less weight on those closer to zero. In his book, Cybernetic Trading Strategies, Murray Ruggiero, Jr. presents creative work on the subject of intermarket correla­tions. He also shows how to use intermarket filters on trading sys­tems. He demonstrates, for example, how a moving-average crossover system in the bond market can be used as a filter for stock index trading. Ruggiero explores the application of state-of-the-art artificial intelligence methods like chaos theory, fuzzy logic, and neural networks to the development of technical trad­ing systems. He also explores the application of neural networks to the field of intermarket analysis.
INTERMARKET NEURAL NETWORK SOFTWARE

CONCLUSION
This chapter summarizes the main points included in my book, Intermarket Technical Analysis. It discusses the ripple effect that flows from the dollar to commodities to bonds to stocks. Intermarket work also recognizes the existence of global linkages. What happens in Asia, Europe, and Latin America has an impact on U.S. markets and vice versa. Intermarket analysis sheds light on sector rotation within the stock market. Relative strength analysis is helpful for seeking out asset classes, market sectors, or individ­ual stocks that are likely to outperform the general market. In his book, Leading Indicators for the 1990s, Dr. Geoffrey Moore shows how the interaction between commodity prices, bond prices, and stock prices follows a sequential pattern that tracks the business cycle. Dr. Moore substantiates the intermarket rotation within the three asset classes, and argues for their use in economic forecast­ing. In doing so, Dr. Moore elevates intermarket work and techni­cal analysis in general into the realm of economic forecasting. Finally, technical analysis can be applied to mutual funds like any other market (with some minor modifications). That being the case, all of the techniques discussed in this book can be appliedright on the mutual fund charts themselves. Even better, the lower degree of volatility in mutual fund charts make them excellent vehicles for chart analysis. My latest book, The Visual Investor, deals more extensively with the subject of sector analysis and trad­ing, and shows how mutual funds can be charted and then used to implement various trading strategies.