Trading & Pattern Recognition #1 — The ABCD Harmonic Pattern.
Presenting and Trading the ABCD Harmonic Pattern.
Harmonic Patterns are one of the powerful advanced price action techniques that are used to detect reactions. The thing that works about Harmonic Patterns is that they use the confluence method, meaning that they expect reactions from clusters of certain levels defined by Fibonacci retracements. The reason they work has nothing to do with mystic or magic whatsoever, it is simply the fact that Fibonacci retracements are used by many traders and their visibility makes reactions more likely, thus increasing the predictive power of the patterns. However, only using Harmonic Patterns on their own might not be sufficient as we will see below, they are best combined with contrarian indicators to increase the chances of a profitable trade.
I have just published a new book after the success of my previous one “New Technical Indicators in Python”. It features a more complete description and addition of structured trading strategies with a GitHub page dedicated to the continuously updated code. If you feel that this interests you, feel free to visit the below link, or if you prefer to buy the PDF version, you could contact me on LinkedIn.
Introduction to the Fibonacci Sequence
Leonardo Bonacci, known as Leonardo Fibonacci has developed a sequence out of rabbit mating which formed the basis for many mathematical observations. The sequence follows this distinct pattern:
The numbers are found by adding the previous two numbers behind them. In the case of 13, it is calculated as 8 + 5, hence the formula is:
The beauty of these numbers is a certain ratio, called the golden ratio. If we take any two successive numbers in the sequence, their ratio (Xn / Xn-1) gets closer to 1.618 which is what we call the golden ratio:
It is not important how we got to trading from these patterns as much as how important they are, therefore, we will discuss the ratios from a financial trading perspective. Let us keep the 1.618 in mind as for the moment it is one of the two most important ratios that we will use in trading. Our job now is to find the rest of the significant ratios useful to us in trading. They are all variations of 1.618 and its reciprocal 0.618. Notice how the reciprocal of 1.618 is simply 0.618. A reciprocal is when you divide 1 by the number. The below table summarizes the rest of the ratios and how we got them:
We will now proceed to define the Pattern and how to detect and trade it.
The ABCD Pattern
The ABCD pattern is the most basic symmetrical configuration in the market. It is based on a same length wave where a reversal is expected at the end of the second leg. The details of the pattern can be found as follows:
A first leg impulsive leg should occur where a retracement is to be expected, preferably 61.8% but not mandatory.
The reaction from the first retracement should equal the first leg.
The figure above shows a powerful reaction after prices reached the potential reversal area which is defined as the end of the CD leg. The CD leg equals the AB leg in amplitude. The advantage of the ABCD pattern is that it is easy to detect and looks like a simple Zig Zag.
The pattern is always composed of four points in time ABCD where we trade the last point and manage our risk according to specific measures discussed in the last part of the article.
If you are also interested by more technical indicators and using Python to create strategies, then my best-selling book on Technical Indicators may interest you:
Detecting the ABCD Pattern
The ABCD Pattern can start to be detected around mid-way between point C and point D where the market price breaks (or surpasses) the low (or high) of the B point. Therefore, we have enough time to act on it without any hindsight bias or delay. The below plots show how to detect one across time:
Then, we basically calculate the same distance of the AB leg starting from the C point. This will give us the CD leg, the projected reversal level.
Having reached close to the D point, the pattern becomes clear and should show clearly the reversal level as outlined in the chart above. All we need is the expected reaction from the D point. And finally, we should manage the reaction according to the risk management measures outlined in the last part of the article.
Combining the ABCD with the RSI
Having an ABCD Pattern at its D point (pending reaction) and an RSI around extremes or in divergence is a good confirmation of the trade and is a conviction enhancer. But what is the Relative Strength Index?
The RSI is without a doubt the most famous momentum indicator out there, and this is to be expected as it has many strengths especially in ranging markets. It is also bounded between 0 and 100 which makes it easier to interpret. Also, the fact that it is famous, contributes to its potential.
This is because the more traders and portfolio managers look at the RSI, the more people will react based on its signals and this, in turn, can push market prices. Of course, we cannot prove this idea, but it is intuitive as one of the basis of Technical Analysis is that it is self-fulfilling.
The RSI is calculated using a rather simple way. We first start by taking price differences of one period. This means that we have to subtract every closing price from the one before it. Then, we will calculate the smoothed average of the positive differences and divide it by the smoothed average of the negative differences. The last calculation gives us the Relative Strength which is then used in the RSI formula to be transformed into a measure between 0 and 100.
The above shows that the USDCAD has been diverging with the RSI in a signal that the bearish trend is getting exhausted. Similarly, the RSI is around support at 25% in another bullish confirmation.
Risk Management on the ABCD Pattern
Trading on the patterns requires touching the implied reversal zone, also referred to as Potential Reversal Zone — PRZ. A basic rule of thumb that we can follow when trading is to place two targets with the first one being at 38.2% of the top to bottom (or bottom to top) retracement and the second one being at 61.8%. The stop will be placed at half the distance between the entry and the second target thus ensuring a 2.0 risk-reward ratio. I generally take half the profits at the first target and move the stop to breakeven, that way I ensure that the trade never loses money in case the price comes back unfavorably. Below is an example of the simples of Harmonic Patterns, the ABCD pattern showing clear risk management.
Conclusion
Contrarian trading using price action and indicators is a powerful tool to profit from intermediate market reactions. As is known, no strategy is perfect but with proper risk management, a good strategy will last long and provide the expected outcome. We need to always be aware of any fundamentals when trading the patterns on the higher time frame like Weekly charts as we all know, fundamentals are what push prices over the long-term horizon. Also, in the short-term, we need to be always aware of any expected news of economic releases that may induce short-term noise. Technical Analysis does not work when everyone is panicking or hopping on euphoria. It is a tool for normality combined with a slightly statistical extreme.