SHADOWTRADERPRO PAIRS TRADER USER’S GUIDE

How to get maximum value from your Pairs Trader subscription:

Every issue of the ShadowTraderPro Pairs Trader has two main components, the Pair of the Day and the Pairs Trader Portfolio section. What follows is a detailed explanation of all of the components of each section, and some basic instruction on how to begin pairs trading.

PAIR OF THE DAY

The main section which spotlights a selected pair is made up of the statistics on the pair and the chart below it which shows graphics of the spread itself, along with lower studies that can help us to analyze the pair.

PAIR– These are the two stocks that have been selected as the pair. Pay close attention to their order. The order of a pair is structured exactly like a currency pair. For instance, if you are bullish on the Euro versus the dollar, then you would buy EUR/USD, whereby you are buying the Euro and shorting the US Dollar. If you are bearish on the Euro, then you would sell this same pair which means you are shorting the Euro and buying the US Dollar. A pair of equities in a pairs trade has the exact same properties. If you are bullish on Halliburton and bearish on Schlumberger, then you would trade HAL-SLB to the long side, and buy shares of HAL, and simultaneously short shares of SLB.

SECTOR – The market sector or industry group that both of the stocks in the pair belong to. When pairs trading, you generally want to select pairs that are comprised of two companies that are in the same line of business. Even without doing correlation calculations, you can easily see from just pulling up multiple charts of different stocks in the same industry that most of the charts tend to look very similar. The ideal pair would be one which has equal price, equal market capitalization, equal beta, equal volatility, etc. This will never happen, but the more similarities between the two stocks that you can identify, the better the chances that the pair will perform reliably after generating a signal.

SPREAD – The spread is the current difference between the prices of the two stocks. If KLAC is trading at $24.73 and LLTC is trading at $22.13, then the KLAC-LLTC spread is $2.60.

CURRENT DISTANCE FROM MEAN – This is the amount in absolute terms that the spread has closed either over or under the mean. For example if the mean (simple 10ma daily) is at 4.30 and the spread closed at 4.62 then the distance from the mean would be 0.32. If the spread closed at 3.98, then the distance from the mean would also be 0.32.

CORRELATION– This is the cornerstone of every successful pairs trade. Essentially, correlation is a single number that describes the degree of relationship between two variables. In our case these two variables would be the closing prices of two stocks. It’s calculated like this:

Correlation is always expressed as a number between -1 and +1, defining either positive or negative correlation. An easy way to think of this is that if stock A and stock B always went up and down the exact same amount in % terms, then they would have a positive correlation of 1.0. If stock A and stock be always moved inversely by the same amount, then they would have a negative correlation of -1.0. If the two stocks moved up and down completely randomly, then the correlation would be zero. Of course in the real world, things are never this cut and dry and the majority of all pairs fall somewhere between these two extremes. You’ll note that all stocks that are selected as Pair of the Day, will have a correlation over the last 60 days (the N variable in that big scary equation above) of +.80 or better. High, positive correlations of +.80 or better, are proving mathematically that the two stocks have a very consistent relationship which we can exploit when it temporarily diverges. How many trading days to use when measuring correlation is also a matter to consider. The chart shown in the newsletter only shows correlation as measured over the last 60 trading days, however a more accurate measure may be to take a look at multiple ranges of dates and see whether the correlations are all “in line”. You can easily add more lower studies to your tosCharts for 90, 120, 180 or whatever amount of days you would like and compare them accordingly. Ideally, you will want all of the correlation values to be similar. This will tell you that over different periods of time, the correlation between the two stocks is stable. It can also alert you to certain type of events that are statistically aberrant, where the stocks were highly correlated over long periods of time and then only recently within the last 60 trading days, the correlation value has fallen dramatically.

SPREAD RANGE – Here is where technical analysis comes into play. ShadowTrader analyzes the chart pattern of each pair’s spread and determines where the playable range is. This range may be an area of horizontal support or resistance (trading range), or in the case of a pair that may be slightly trending, an ascending or descending channel, the outer boundaries of which will define where opportunities may lie.

THE CHART

Every Pairs Trader issue contains a chart that looks exactly like the one above. Let’s break down the different parts of the chart and analyze each one.

SPREAD – The chart window itself is a candlestick chart of the spread between the two stocks. Each bar does not represent the OHLC of one stock or the other, but rather the OHLC of the difference (spread) between their two respective prices. Since the pair entered is XLNX-ALTR, the spread is price of XLNX minus the price of ALTR. As you can see on the chart, the current value of the spread is $0.28. If you punched in ALTR-XLNX into the platform, then obviously the current spread would be -$0.28. The blue line that runs through the prices is a simple 10 period moving average. This 10ma is a good tool to use to see if a pair is becoming overextended or diverging too much. You want to initiate trades when the spread has moved away from the 10ma in expectation that it will soon snap back. The optimum setup is a spread with a 10ma that is going straight sideways. A 10ma that is trending in one direction or the other for weeks on end is probably a pair that has relatively low correlation and should be avoided. If you have a good eye for support and resistance and price channels, oftentimes the daily chart with the 10ma is all you will need to effectively trade a pair. The daily chart with the simple 10ma is what Pairs Trader generally uses for its analyses as the usual duration for our trades is 1-5 days.

CURRENT DISTANCE FROM THE MEAN– The distance from the mean indicator is just that. It tells us where the pair closed in relation to the mean (10 period simple moving average). The study that exists just below the chart has two lines, one red and one pink. These two lines plot the open and close of the distance from the mean each day. The red line is the open and the pink line is the close. In the same way that we look for overextension from the mean in the actual spread, we can use the distance from the mean indicator to show us where historically there are abnormally high or low distances from the mean. You can set alerts on these distances just like you would on the spread value itself, using the “Study Alerts” button that is under the MarketWatch tab.

The distance from the mean is not a study currently supported by TOS, so you will have to create new study and drop the code in yourself. The thinkscript for this is as follows: There are detailed steps on how to enter the code with pictures on the next page...

declare lower;

input Length=10;

def SMA = Average(Close, Length) ;

plot plot1 = (Open - SMA);

plot plot2 = (Close - SMA);

plot1.SetDefaultColor(getcolor(5));

plot2.SetDefaultColor(getcolor(2));

Plot zeroline = 0;

ZeroLine.SetDefaultColor(GetColor(1));

1. In any TOS Chart click on the studies button and open the studies window:

2. Once you have the studies window open, click "Add Study" in the lower left.

3. This will open the Edit Studies box. Once open, delete the line 1 that appears as a default.

4. Now paste the code from above into the box where you just deleted line 1. Give your new study a snappy name like "DistancefromMean" (or whatever you like). Then click the OK button at bottom.

5. You'll see your new study appear in the list of studies on the left in the Edit Studies box. Highlight it and select "Add Study" which will bring it over to the "Added Studies and Strategies" section on the right. The study is now in your chart!

SIXTY DAY CORRELATION– This is the lower study for the correlation, using the past 60 days as the number of periods. For every point in the chart, the correlation is being calculated for that particular time using the past 60 days of data.

TOS provides this study in the edit studies section. Click on “studies”, then “edit studies” and select “Pair Correlation” from the list.

If you wish, you can also create this lower study yourself using thinkscript as follows:

(follow instructions for Ratio above to open up thinkscript window)

Cut and paste the following into the box:

declare lower;

input Days = 60;

plot data = correlation(close(getsymbolPart(1)), close(getSymbolPart(2)), Days);

To experiment with different numbers of days, simply change the number in the input section from 60 to whatever you would like to see. Longer time periods should return smoother correlation lines. Since we are trading relatively short term, 60 days gives us a good idea of the recent level of correlation. We expect correlation to be stable at least for the past 60 trading sessions. The sample chart of JDAS-WIT above is an excellent example of good, positive correlation. Note how the correlation line has been flat since April and is pegged at around .96. This is an example of two stocks that are highly correlated and (at least for the time being) are holding that relationship. Given that, we would expect this to continue and would consider JDAS-WIT to be a solid candidate in our pairs universe.

RSI 2, 95, 5 – The same Wilder’s RSI used by many traders the world over with a subtle twist. The default RSI is usually 14 periods with overbought bands at 70 and oversold bands at 30. We’ve found this short-term RSI works better, especially for instruments like equity pairs which tend to trade range bound back and forth. Use this RSI the same way you would for an individual stock, shorting on overbought readings and buying on oversold readings. Try and find situations where extremely high (95+) or extremely low (-5) RSI2 readings correspond with resistance and support on the spread or ratio chart.

To change the RSI to RSI2, follow the instructions above for entering the studies section of the platform. Then move RSI Wilders from Available studies to Added studies and then change the Inputs on the Study properties below from 14, 70, 30 to 2, 95, and 5.

PAIRS TRADER PORTFOLIO

ShadowTrader will send out real-time pairs trade signals via MyTrade (under Tools tab on your tos platform) alerting subscribers that the Pairs Trader Portfolio has taken a trade. Let’s look at whata typical trade alert looks like:

Those of you who are current subscribers to the ShadowTraderPro Swing Trader will immediately note some similarities and differences between the trade alerts that they are used to receiving in that service. Essentially the structure is the same, however prices in the Pairs Trader alerts refer to the spread rather than the prices of the stocks.

Unlike the ShadowTraderPro Swing Trader or FX Trader, entries in the Pairs Trader are always already showing our fill prices when sent out. Due to the nature of pairs trading which entails the simultaneous buying of one security and selling of another, it would be difficult to present the advisory with limit orders or buy and sell stops. Thus when you receive an alert, we are confirming that we are in the trade and if you choose to follow you should enter the pair as soon as possible. The beauty of pairs is that because you are entering both stocks in different directions, it’s harder for the spread to run away from you too much and slippage should be negligible and in many cases non-existent as you may be able to easily enter the spread at a better price than ShadowTraderPro’s entry.

It is recommended for people new to pairs trading that they enter both legs of the spread at market. The best way to do this is to click on the bid or ask of the spread itself in the trade tab of the thinkorswim platform and this will automatically populate both stocks in the direction you want in your ORDER ENTRY TOOLS. More advanced traders may wish to pull up charts of both stocks individually and try to enter each leg one at a time to try and get a better entry. While this can result in higher profits, it can also result in one leg of the pair “running away from you”. As with any trade, use your best judgment. In our experience, it is not necessary to “leg the spread” this way.

As discussed earlier, remember that an equity pair is very similar to a currency pair in terms of structure. Let’s walk through an example of setting up a live trade.

First, punch the pair into your trade tab with “all products” selected, in the same order as the trade alert. This will bring up the following screen:

If you wanted to buy JDAS and short WIT, then you would click on the ask, because JDAS is the first symbol of the pair as you entered it in the upper left corner. If you wanted to short JDAS and buy WIT, then you would click on the bid, again because JDAS is first and you would then be selling it. Clicking on the ask as above brings up both legs into your order entry like this:

Once they are in you need to change your order type to market and also adjust your share size to the exact size given in the trade alert, like this:

Just click on “Confirm and Send” like you do normally and thinkorswim will execute both orders simultaneously. Voila! (Pretty cool, huh?).

WHY THE WEIRD SHARE SIZES?

This is another very important part of pairs that cannot be overlooked. Much like volatility is so important to a successful options strategy, you will not have much success with pairs unless you pay attention to correlation and dollar neutrality.

The strange share sizes (as in the JDAS-WIT example above) are due to the trade being dollar neutral as opposed to share neutral. In a share neutral trade, you would short the same amount of WIT as you would buy of JDAS. If the stocks are very close to equal in price, then this may work but since this will occur very rarely, you will have to create positions that are dollar neutral in order to insulate yourself against market bias. Remember that effective pairs trade does not want to make a bet on the direction of the market either way. Rather it seeks to exploit a pricing inefficiency between two stocks that normally trade in tandem and have temporarily broken out of this relationship.

Share Neutral Example:

Stock A is trading at $20

Stock B is trading at $40

Buy 100 shares of stock A = $2,000

Short 100 shares of stock B = ($4,000)

Net Credit = $2,000

Although this position is hedged with one short and one long, it is indeed biased to the downside and is bearish on the market.

Dollar Neutral Example:

Stock A is trading at $20

Stock B is trading at $40

Buy $2,000 of stock A (100 shares)

Short $2,000 of stock B (50 shares)

Net Credit/Debit = $0.00

This position is hedged and also market neutral.

Scenario one:

Market goes up 10% and stock A is trading at $22 and stock B is trading at $44.

Share neutral position is down $200 (+$200 profit on stock A minus $400 loss on stock B)

Dollar Neutral position is at break-even ($0.00) ($200 profit on stock A minus $200 loss on stock B)

Scenario two:

Market goes down 10% and stock A is trading at $18 and stock B is trading at $36.

Share neutral position is up $200 (-$200 loss on stock A plus $400 profit on stock B)

Dollar Neutral position is at break-even ($0.00) ($200 loss on stock A plus $200 profit on Stock B)

As you can see in the above two examples, dollar neutrality removes market risk from the equation which is what we want. The profit (or loss) in a pairs trade should only come from a change in the value of the spread or ratio relative to its historical range and not from overall market bias or movement.