Trading Medium-Term Divergences

Size: px
Start display at page:

Download "Trading Medium-Term Divergences"

Transcription

1 TRADING SYSTEMS Spotting Trend Reversals Trading Medium-Term Divergences Detect medium-term divergences by using the zero-lagging exponential moving average, support and resistance lines, and trendlines. Up move convergence Condition Expectation Higher bottom Uptrend continuation Higher bottom W hen a stock price and an oscillator move in the same direction it s known as a convergence. When price and oscillator move in opposite directions, it s known as a divergence. In looking at the lows of the oscillator and comparing them with the lows in price, we can define three different situations (see Figure ): When the price and oscillator make higher or equal bottoms, they converge. Until there is no other indication, the most probable price move is a continuation of the uptrend. When the oscillator creates a higher bottom while the price makes a lower bottom, they diverge. This is mostly found at the end of a downtrend, indicating an uptrend reversal. When the oscillator has a lower bottom while the price sets a higher bottom, they diverge. This is mostly found in a price uptrend after a price correction, indicating a continuation of the uptrend. Simply looking at bottoms, we can say that the price is going to move up if there is a divergence between the price and the oscillator or if the price and the oscillator bottoms converge in an uptrend. Looking at the highs of the oscillator and comparing them with highs in price, we can define three other situations (see Figure 2): by Sylvain Vervoort higher-bottom divergence When the price and the oscillator make equal or lower tops, they converge. Until there is no other indication, the most probable price move is a continuation of the downtrend. When the oscillator makes a lower top while price makes a higher top, they diverge. This is mostly found at the end of an uptrend, indicating a downtrend reversal. When the oscillator makes a higher top while price makes a lower top, they diverge. This is usually found in a price downtrend after a price up correction, indicating a continuation of the downtrend. Lower bottom lower-bottom divergence Higher bottom Higher bottom Lower bottom Uptrend reversal Uptrend continuation FIGURE : COMPARING PRICE AND OSCILLATOR BOTTOMS. Here you see the three different scenarios at price and oscillator bottoms. Down move convergence Condition Expectation lower-top divergence higher-top divergence Lower tops Lower tops Higher top Lower top Lower top Higher top Downtrend continuation Downtrend reversal Downtrend continuation FIGURE 2: COMPARING PRICE AND OSCILLATOR TOPS. Here you see three different situations at price and oscillator tops.

2 WILLIAM L. BROWN

3 March April August September October FIGURE 3: UPTREND REVERSAL DIVERGENCE. After the divergence and from point the RSI and the S&P 0 converge at each higher low. FIGURE : UPTREND CONTINUATION DIVERGENCE. Between points and 2 the RSI makes a divergent move, resulting in the continuation of the uptrend March 2 April 3 6 May FIGURE : DOWNTREND REVERSAL AND CONTINUATION DIVERGENCE. Between and 2 is a divergence in the index and RSI. A lower top in the index and a higher top in RSI between 3 and indicate a continuation of the downtrend. Between and 6 you see a divergence between the index and RSI, which fueled a correction reversal. 2 3 April May June June FIGURE 6: VERY SHORT-TERM M AND W PATTERNS. Do not look for convergences and divergences in M and W patterns, as it doesn t do much for forecasting the direction of price moves. Just by looking at the tops, you can say that the price will move down if there is a divergence between the price and the oscillator or if the price and the oscillator tops converge in a downtrend. If the price makes higher bottoms or lower tops, we also consider the move divergent when there are equal bottoms or tops in the oscillator and vice versa. DIVERGENCES AND CONVERGENCES IN ACTION I prefer to use the standard -bar relative strength index (RSI) momentum oscillator, introduced by J. Welles Wilder, to spot divergences with price movement. Let s look at a few examples from the Standard & Poor s 0 to illustrate the previous statements. Figure 3 shows an uptrend reversal at () with a lower low in price but a higher low in the RSI. I am plotting the RSI (left scale) over the index (right scale) for easy comparison. From that point on, the index and the RSI converge with higher lows each time, both in the index value and the RSI. Figure illustrates the continuation of an uptrend. The price is moving all the way up with higher lows each time. However, between () and (2), the RSI makes a divergent move with a lower low compared to the higher low of the index, resulting in the continuation of the uptrend. After (2), price makes a higher top but the RSI does not. Because there is only a very small downward correction, it is a trade we must try to avoid. More about that later. In Figure you see an example with top divergences. There is a trend reversal with a higher top in the index and a lower top in the RSI between () and (2). Next, there is a lower top in the index and a higher top in the RSI between (3) and () indicat-

4 7 3 October 2 3 November 6 7 December 200 February March FIGURE 7: TRADING MEDIUM-TERM REVERSALS. Here you see how you can apply convergences and divergences between price movement and the RSI to identify medium-term reversals. ing a continuation of the previous downtrend. Between () and (6), there is an uptrend reversal to start the upward correction in the downtrend, with a lower bottom in price and a higher bottom in the RSI. A typical and easy way to recognize short-term signals is the M- or W-shaped pattern in the RSI appearing at tops and bottoms, respectively. It can be the start of a medium-term reversal, but most commonly they are only short-lived. In Figure 6 you can see a number of M-shaped patterns, marked to. After each M pattern, the index makes a small move down. Points and 6 in Figure show two W-shaped patterns. After each W-shaped pattern, the index makes a small move up. But looking for convergences or divergences in the M/W patterns makes no sense. After the M pattern in point, you would expect a bigger downward move by the divergence as a result of the higher top in the index and the lower top in the RSI. WHICH SIGNALS ARE BEST? Now, look at some more complex formations. Trading on every short-term divergence signal is not a good solution, so you need to find out which signals you must take into consideration. In addition to the M/W patterns, buy and sell signals based on divergences between price and an oscillator will show up quite often. The more profitable ones for trading are those that appear during medium-term price reversals. This means you have to keep track of the medium-term trend. For this I use a 20-bar zero-lagging exponential moving average (EMA). If you do not already have this moving average, the MetaStock formula to create this average is shown in sidebar, 20-bar zero-lagging EMA for MetaStock. You can also look at trendlines and support and resistance lines before making any buy or sell decisions. MEDIUM-TERM REVERSALS The daily chart of the S&P 0 in Figure 7 is an example on how to find medium-term reversals looking at price and RSI convergences and divergences. The blue curve is the -bar RSI with left scaling. The red curve is the 20-bar zero-lagging EMA. At the end of October, a new price up move started at. The index reached a temporary top 2 and a first small reaction followed. Between 3 and, there was a divergence comparing bottoms, resulting in the price being pushed up to. Here we see a divergence with a new top in price, but not in the RSI compared with top 2. Does that mean we have to sell here? BAR ZERO-LAGGING EMA FOR METASTOCK Period:= Input( What Period?,,00,20); EMA:= Mov(CLOSE,Period,E); EMA2:= Mov(EMA,Period,E); Difference:= EMA - EMA2; ZeroLagEMA:= EMA + Difference; ZeroLagEMA is close to the horizontal support 3. The moving average was still going up, but with less acceleration. Only one day later, price moved up again from a higher bottom at 6 and with a lower bottom in the RSI, a setup to push the price higher. So you would probably still hold the position. As the price and RSI approached point 7, you had the same scenario as in. Once more, you must ask yourself if you have to close the position. At this point, the moving average is still going up. is close to, but remains above, the green medium-term up trendline. The reaction is small and took only two more days; that means do not sell. The story repeats itself again at 9. remains above the short-term up trendline and above the medium-term up trendline. Again, it s not time to sell. However, now there is a divergence between 9 7 and 9 2. It feels like the medium-term up move is coming to an end. A few days later at 0, you see another divergence. You also see an M pattern and the close of the day falls through the shortterm up trendline, which are solid reasons to close the position. Waiting one more day brings additional arguments on whether to close the trade, when the index breaks the last support line and falls through the medium-term up trendline. Now there should be no doubt on whether to sell. Next, the index falls in a convergent move to and turns up. The index closes above the down trendline and the moving average is turning up. This may be the end of the downward correction. If you compare the RSI at this point with the start of the previous up move, you see a divergence between and, with a higher bottom in price and a lower bottom in the RSI, pointing in the direction of a continuation of the previous uptrend. Note the W pattern that has formed. Is it time to open a new long position? At 2 you see a small divergence with the price being pushed up. Then there is a convergent move to 3. is falling through support and the moving average is turning down. These are enough reasons to consider closing the position. But looking more closely at this one-day down move, you can see that index falls exactly on the longer-term up trendline. Because of this, you want to wait at least one more day before making a decision. The index moves further up to. The closing price now falls through the last sharper up trendline. The index made a higher high compared to the previous top at 0, but the RSI makes a lower top. This is most probably the end of this up move, so we close the position. Maybe you prefer to look for a confirmation with the moving average going down and the index falling through the longer-term up trendline. I hope this example clarified how to spot the medium-term divergences by using the zero-lagging EMA, support and resis-

5 SVAPO PRICE ONLY INDICATOR FOR METASTOCK {calculate heikin ashi closing average hacl and get the input variables} hao:=(ref((o+h+l+c)/,-) + PREV)/2; hac:=((o+h+l+c)/+haopen+max(h,haopen)+ Min(L,haOpen))/; {input SVAPO period} period:= Input( SVAPO period :, 2, 20, 8); {input minimum per thousand price change} cutoff:= Input( Minimum %o price change :,0.0,0,); {Inputs for standard deviation bands} devh:= Input( Standard Deviation High :, 0.,,.); devl:= Input( Standard Deviation Low :, 0.,,.3); stdevper:= Input( Standard Deviation Period :,, 200, 00); {Smooth HaCl closing price} hac:=tema(hacl,period/.6); {MA divisor} vave:=ref(mov(c,period*,s),-); {Basic trend} vtr:=tema(linregslope(c,period),period); {SVAPO result of price only} SVAPO:=Tema(Sum(If(haC>(Ref(haC,-)*(+cutoff/000)) AND Alert(vtr>=Ref(vtr,-),2), C, If(haC<(Ref(haC,-)*(- cutoff/000)) AND Alert(vtr>Ref(vtr,-),2),-C,0)),period)/ (vave+),period); devh*stdev(svapo,stdevper); -devl*stdev(svapo,stdevper); zeroref:=0; zeroref; SVAPO tance lines, and trendlines. Profitable trading is relatively easy if divergences are present, but price can also make bigger moves in a convergent way. So it is important to always keep an eye on trendline breaks or support and resistance breaks and the turning points of the zero-lagging exponential moving average. In addition, always keep a stop-loss to protect your investment. You can use an oscillator like SVAPO (see the November and December 2007 issues for a full explanation) to confirm price turning points. SVAPO uses volume, and since I do not have volume data from the S&P 0, I use a modified price-only version of SVAPO. The adapted SVAPO formula in MetaStock language can be found in sidebar 2, SVAPO price only for MetaStock. And the MetaStock formula for a symmetrical trailing stoploss is displayed in the third sidebar, Trailing stop reversal for MetaStock. TRADING DIVERGENCES The brown curve in Figure 8 is a 2% stop-loss on the indexclosing values. It is symmetrical, so it will switch long and short positions at a 2% trailing loss. The green curve is a -bar RSI. The red curve is a 20-bar zero-lagging exponential moving average. Below the price chart is the adapted version of my August September October November FIGURE 8: TRADING CONVERGENCES. By putting together convergences, trendlines, moving averages, patterns, and stops, you can come up with a very effective trading system. 6 7 SVAPO oscillator without volume. It is a five-bar SVAPO with one per,000 minimum price change, and upper and lower standard deviation lines at. and.3 within a 00-bar lookback period. At point, you see a divergence with a higher index and a lower top in the RSI(). The 20-bar zero-lagging EMA is turning down. The index is falling through the last up trendline. There is an M pattern in the RSI. We also have a divergence in the SVAPO and it turned down from above the upper standard deviation line. This gives more than enough reasons for selling a long position and opening a short one. Opening a short position at means you set an initial stop at the highest index level, the red resistance line. This is because if that level is crossed, it means the uptrend is not finished and you should get out of the trade. Having an initial stop that close means the risk/reward for this trade is quite good. What follows is a convergent move down until 2, where you can spot a number of reasons to close the short position and open a new long position. The closing price moves above the down trendline. The RSI has a W pattern. The moving average is turning around, and what is very important, SVAPO is moving up from below the lower standard deviation line. We now keep an initial stop at the last low. You could again wait for confirmation until 3, with the breaking of a horizontal 0 resistance and the breaking of the stop-loss value. The overall profit would, however, be less. After a rather short convergent move up, the price breaks the up trendline at. The previous top was formed with an M pattern. The index falls through a short-term support line. SVAPO has turned and is moving down from above the upper standard deviation line. All these are enough reasons to close the long position and TRAILING-STOP REVERSAL FOR METASTOCK stop:= Input( Trailing Stop,0,20,7); trail:= If(C=PREV,PREV, If(((Ref(C,-)<PREV) AND (C<PREV)), Min(PREV,C*(+stop/00)), If((Ref(C,-)>PREV) AND (C>PREV), Max(PREV,C*(-stop/00)), If(C>PREV,C*(-stop/00),C*(+stop/00))))); trail

6 TRADING SYSTEMS open a short position, with an initial stop-loss at the previous top. The next day at, you see more reason to close the long position with the break of the stop-loss. The price moves converge further down until 6, when the last down trendline is broken and SVAPO has turned up from below the lower standard deviation boundary. It is time to take a profit on the short trade and open another long trade. If you do not take this trade here, you must do it, at the latest, when the index breaks the stop-loss at 7. There is a nice profit with the next move up. PUTTING IT TOGETHER Be aware of convergent moves that appear now and then and use trendlines, support and resistance lines, and an indicator like SVAPO to handle your trade if divergences are not showing up. And don t forget to always use an initial stop and a trailing stop. You should always use an indicator like SVAPO, even if divergences are present. It will make it easier to spot mediumterm trend reversals. Good trading! Sylvain Vervoort, living in the Flemish part of Belgium, is a retired electronics engineer studying and has been using technical analysis for more than 30 years. He is an independent trader, writer, publisher, and educator in the arena of technical analysis and options. SUGGESTED READING Mulloy, Patrick [99]. Smoothing Data With Less Lag, Technical Analysis of STOCKS & COMMODITIES, Volume 2: February. Valcu, Dan [200]. Using The Heikin-Ashi Technique, Technical Analysis of STOCKS & COMMODITIES, Volume 22: February. Vervoort, Sylvain [2007]. Trading Trendline Breaks, Technical Analysis of STOCKS & COMMODITIES, Volume 2: July, August, September. [2007]. Short-Term Volume And, Technical Analysis of STOCKS & COMMODITIES, Volume 2: November. [2007]. Short-Term Trading With SVAPO, Technical Analysis of STOCKS & COMMODITIES, Volume 2: December. Wilder, J. Welles [978]. New Concepts In Technical Trading Systems, Trend Research. S&C

Trendline Tips And Tricks

Trendline Tips And Tricks Tantalizing! Trendline Tips And Tricks How do you capture those medium- to longer-term moves when trying to enter and exit trades quickly? D by Sylvain Vervoort aydreaming about trading? Get in a trade

More information

MATHEMATICAL TRADING INDICATORS

MATHEMATICAL TRADING INDICATORS MATHEMATICAL TRADING INDICATORS The mathematical trading methods provide an objective view of price activity. It helps you to build up a view on price direction and timing, reduce fear and avoid overtrading.

More information

Stochastic Oscillator.

Stochastic Oscillator. Stochastic Oscillator. By Jay Lakhani www.4x4u.net George Lane was the originator of the stochastic indicator in the 1960 s; the indicator tracks the market momentum. Lane observed that as prices rise

More information

Chapter 2.3. Technical Indicators

Chapter 2.3. Technical Indicators 1 Chapter 2.3 Technical Indicators 0 TECHNICAL ANALYSIS: TECHNICAL INDICATORS Charts always have a story to tell. However, sometimes those charts may be speaking a language you do not understand and you

More information

Chapter 2.3. Technical Analysis: Technical Indicators

Chapter 2.3. Technical Analysis: Technical Indicators Chapter 2.3 Technical Analysis: Technical Indicators 0 TECHNICAL ANALYSIS: TECHNICAL INDICATORS Charts always have a story to tell. However, from time to time those charts may be speaking a language you

More information

A Practical Guide to Technical Indicators; (Part 1) Moving Averages

A Practical Guide to Technical Indicators; (Part 1) Moving Averages A Practical Guide to Technical Indicators; (Part 1) Moving Averages By S.A Ghafari Over the past decades, attempts have been made by traders and researchers aiming to find a reliable method to predict

More information

Retracements With TMV

Retracements With TMV A Series Of Indicators Used As One Trade Breakouts And Retracements With TMV Making good trading decisions involves finding indicators that cut through the market noise. But how do you do it without collapsing

More information

A GUIDE TO WL INDICATORS

A GUIDE TO WL INDICATORS A GUIDE TO WL INDICATORS GETTING TECHNICAL ABOUT TRADING: USING EIGHT COMMON INDICATORS TO MAKE SENSE OF TRADING What s a technical indicator and why should I use them? What s the market going to do next?

More information

Take it E.A.S.Y.! Dean Malone 4X Los Angeles Group - HotComm January 2007

Take it E.A.S.Y.! Dean Malone 4X Los Angeles Group - HotComm January 2007 Take it E.A.S.Y.! Dean Malone 4X Los Angeles Group - HotComm January 2007 Dean Malone Partner of Compass Foreign Exchange, LLC. Co-Founder of Forex Signal Service.com. Previous Senior National for 4X Made

More information

Why the E.A.S.Y. Method?

Why the E.A.S.Y. Method? Why the E.A.S.Y. Method? Mark Douglas, author of Trading in the Zone, states: The best traders have developed an edge and more importantly, they trust their edge. Why the E.A.S.Y. Method? My trading edge

More information

Chapter 6 - Rahul Mohindar Oscillator System

Chapter 6 - Rahul Mohindar Oscillator System Chapter 6 - Rahul Mohindar Oscillator System The Rahul Mohindar Oscillator and its associated tools and indicators were developed by Mr. Rahul Mohindar of VIRATECH (viratechindia.com). In addition to being

More information

Trend Determination - a Quick, Accurate, & Effective Methodology

Trend Determination - a Quick, Accurate, & Effective Methodology Trend Determination - a Quick, Accurate, & Effective Methodology By; John Hayden Over the years, friends who are traders have often asked me how I can quickly determine a trend when looking at a chart.

More information

Using Order Book Data

Using Order Book Data Q3 2007 Using Order Book Data Improve Automated Model Performance by Thom Hartle TradeFlow Charts and Studies - Patent Pending TM Reprinted from the July 2007 issue of Automated Trader Magazine www.automatedtrader.net

More information

The 15 50 Trading System

The 15 50 Trading System Main Premise: This is considered to be one of the most straight forward systems for a live trading style for day- and/or intraday trading. The 50 SMA is one of the most commonly used moving average numbers

More information

Understanding the market

Understanding the market Understanding the market Technical Analysis Approach: part I Xiaoguang Wang President, Purdue Quantitative Finance Club PhD Candidate, Department of Statistics Purdue University wang913@purdue.edu Outline

More information

Average True Range Trailing Stops

Average True Range Trailing Stops In this second of a three-part series we will compare trailing-stop methods using an average true range (ATR) trailing stop. he average true range T (ATR) was developed by J. Welles Wilder and introduced

More information

Elliott-Wave Fibonacci Spread Trading

Elliott-Wave Fibonacci Spread Trading Elliott-Wave Fibonacci Spread Trading Presented by Ryan Sanden The inevitable disclaimer: Nothing presented constitutes a recommendation to buy or sell any security. While the methods described are believed

More information

Disclaimer: The authors of the articles in this guide are simply offering their interpretation of the concepts. Information, charts or examples

Disclaimer: The authors of the articles in this guide are simply offering their interpretation of the concepts. Information, charts or examples Disclaimer: The authors of the articles in this guide are simply offering their interpretation of the concepts. Information, charts or examples contained in this lesson are for illustration and educational

More information

Advanced Trading Systems Collection FOREX TREND BREAK OUT SYSTEM

Advanced Trading Systems Collection FOREX TREND BREAK OUT SYSTEM FOREX TREND BREAK OUT SYSTEM 1 If you are a part time trader, this is one system that is for you. Imagine being able to take 20 minutes each day to trade. A little time at night to plan your trades and

More information

An Objective Leading Indicator Fibonacci Retracements

An Objective Leading Indicator Fibonacci Retracements An Objective Leading Indicator Fibonacci Retracements This article explains how to use Fibonacci as a leading indicator, combining it with other technical analysis tools to provide precise, objective entry

More information

THE MACD: A COMBO OF INDICATORS FOR THE BEST OF BOTH WORLDS

THE MACD: A COMBO OF INDICATORS FOR THE BEST OF BOTH WORLDS THE MACD: A COMBO OF INDICATORS FOR THE BEST OF BOTH WORLDS By Wayne A. Thorp Moving averages are trend-following indicators that don t work well in choppy markets. Oscillators tend to be more responsive

More information

I Really Trade. Trading Patterns for Stocks & Commodities. Introducing The False Break Buy and Sell Pattern

I Really Trade. Trading Patterns for Stocks & Commodities. Introducing The False Break Buy and Sell Pattern 2008 Trading Patterns for Stocks & Commodities It doesn t matter if you are a longterm investor, short swing trader or day trader, you are always looking for an advantageous spot to enter your position.

More information

8 Day Intensive Course Lesson 5 Stochastics & Bollinger Bands

8 Day Intensive Course Lesson 5 Stochastics & Bollinger Bands 8 Day Intensive Course Lesson 5 Stochastics & Bollinger Bands A)Trading with Stochastic Trading With Stochastic What is stochastic? Stochastic is an oscillator that works well in range-bound markets.[/i]

More information

THE CYCLE TRADING PATTERN MANUAL

THE CYCLE TRADING PATTERN MANUAL TIMING IS EVERYTHING And the use of time cycles can greatly improve the accuracy and success of your trading and/or system. THE CYCLE TRADING PATTERN MANUAL By Walter Bressert There is no magic oscillator

More information

CYCLE TIMING CAN IMPROVE YOUR TIMING PERFORMANCE by Walter Bressert, CTA

CYCLE TIMING CAN IMPROVE YOUR TIMING PERFORMANCE by Walter Bressert, CTA CYCLE TIMING CAN IMPROVE YOUR TIMING PERFORMANCE by Walter Bressert, CTA The HOLY GRAIL OF TRADING is: Trade with the trend; if up, buy the dips; if down, sell the rallies. With cycles you can identify

More information

The Moving Average. 2004 W. R. Booker II. All rights reserved forever and ever. And ever.

The Moving Average. 2004 W. R. Booker II. All rights reserved forever and ever. And ever. The Moving Average By Rob Booker 2004 W. R. Booker II. All rights reserved forever and ever. And ever. The information contained in this ebook is designed to teach you methods of watching forex quotes

More information

Heikin-Ashi-two-Bar-Strategy Guide to Strategic and Tactical Forex Trading Pull the Trigger and Hit your Targets

Heikin-Ashi-two-Bar-Strategy Guide to Strategic and Tactical Forex Trading Pull the Trigger and Hit your Targets Heikin-Ashi-two-Bar-Strategy Guide to Strategic and Tactical Forex Trading Pull the Trigger and Hit your Targets Currency: EUR/JPY, GBP/JPY Time frame: 5 min Indicators: BB 14, 2, ADX 14, SSD 5, 3, 3,

More information

GMMA 2.0 User Guide. August 2010 Edition PF-30-01-02

GMMA 2.0 User Guide. August 2010 Edition PF-30-01-02 GMMA 2.0 User Guide GMMA 2.0 User Guide August 2010 Edition PF-30-01-02 Support Worldwide Technical Support and Product Information www.nirvanasystems.com Nirvana Systems Corporate Headquarters 7000 N.

More information

6.14. Oscillators and Indicators.

6.14. Oscillators and Indicators. 6.14. Oscillators and Indicators. What is Momentum? The word momentum has two meanings to market technicians, one of them is a generic concept about how prices move, and the second one is a specific indicator.

More information

CHART TRADING GUIDE 1

CHART TRADING GUIDE 1 CHART TRADING GUIDE 1 How to understand chart trading This guide is designed to teach you the basics of chart trading- the chart patterns that are covered in this booklet can be used for short and medium

More information

Advanced Trading Systems Collection MACD DIVERGENCE TRADING SYSTEM

Advanced Trading Systems Collection MACD DIVERGENCE TRADING SYSTEM MACD DIVERGENCE TRADING SYSTEM 1 This system will cover the MACD divergence. With this trading system you can trade any currency pair (I suggest EUR/USD and GBD/USD when you start), and you will always

More information

Day Trade System EZ Trade FOREX

Day Trade System EZ Trade FOREX Day Trade System The EZ Trade FOREX Day Trading System is mainly used with four different currency pairs; the EUR/USD, USD/CHF, GBP/USD and AUD/USD, but some trades are also taken on the USD/JPY. It uses

More information

Leon Wilson Trading Success

Leon Wilson Trading Success Leon Wilson Trading Success A talk given by Mary de la Lande to the BullCharts User Group Meeting on 13 February 2008 1. Who is Leon Wilson? His Books and where to get them. 2. Book 1: The Business of

More information

5min Forex Trade Strategy Imran Sait Version 1.2 updated on 16 th Nov 2007

5min Forex Trade Strategy Imran Sait Version 1.2 updated on 16 th Nov 2007 5min Forex Trade Strategy Imran Sait Version 1.2 updated on 16 th Nov 2007 ( Works on All Time Frames and for all Pairs - Best used on 5Min/15min/ for short term Trades and 30min/1Hr/4hr/daily for Long

More information

Charting Glossary Version 1 September 2008

Charting Glossary Version 1 September 2008 Charting Glossary Version 1 September 2008 i Contents 1 Price...1 2 Charts...1 2.1 Line, Step, Scatter, Mountain charts... 1 2.2 Bar Charts (Open/High/Low/Close charts)... 1 2.3 Candle charts... 2 2.4

More information

Technical Indicators Tutorial - Forex Trading, Currency Forecast, FX Trading Signal, Forex Training Cour...

Technical Indicators Tutorial - Forex Trading, Currency Forecast, FX Trading Signal, Forex Training Cour... Page 1 Technical Indicators Tutorial Technical Analysis Articles Written by TradingEducation.com Technical Indicators Tutorial Price is the primary tool of technical analysis because it reflects every

More information

Trading with the High Performance Intraday Analysis Indicator Suite

Trading with the High Performance Intraday Analysis Indicator Suite Trading with the High Performance Intraday Analysis Indicator Suite PowerZone Trading indicators can provide detailed information about the conditions of the intraday market that may be used to spot unique

More information

More informed trading Technical Analysis: Trading Using Multiple Time-frames

More informed trading Technical Analysis: Trading Using Multiple Time-frames Technical Analysis: Trading Using Multiple Time-frames Intermediate Level Introduction 1 Stock markets worldwide function because, at any given time, some traders want to buy whilst others want to sell.

More information

Timing the Trade How to Buy Right before a Huge Price Advance

Timing the Trade How to Buy Right before a Huge Price Advance Timing the Trade How to Buy Right before a Huge Price Advance By now you should have read my first two ebooks and learned about the life cycle of a market, stock, or ETF, and discovered the best indicators

More information

Definitions to Basic Technical Analysis Terms. www.recognia.com

Definitions to Basic Technical Analysis Terms. www.recognia.com Definitions to Basic Technical Analysis Terms www.recognia.com A Alert An alert is a notification sent when a significant event occurs in one or more investments of importance to a trader. Recognia sends

More information

atching Currency Moves with The Schaff Trend Cycle Indicator

atching Currency Moves with The Schaff Trend Cycle Indicator JULY/AUGUST 2002. VOLUME 4 CRunning a trend indicator through a cycle oscillator creates an effective entry technique into today s strongly trending currency markets, says Doug Schaff, a 20-year veteran

More information

TOMORROW'S TRADING TECHNOLOGY. 100% automated Fibonacci support and resistance levels that you can count on every single trading day in an instant.

TOMORROW'S TRADING TECHNOLOGY. 100% automated Fibonacci support and resistance levels that you can count on every single trading day in an instant. TOMORROW'S TRADING TECHNOLOGY 100% automated Fibonacci support and resistance levels that you can count on every single trading day in an instant. ProTrader Table of Contents 1. Areas A. Fibonacci Confluence

More information

Presents. The Trading Information Revealed Here is not the Same as the WizardTrader.com Methods -- But Together They Pack a Powerful Punch

Presents. The Trading Information Revealed Here is not the Same as the WizardTrader.com Methods -- But Together They Pack a Powerful Punch Presents Killer Patterns Now You Can Have These Trading Gems -- Free! The Trading Information Revealed Here is not the Same as the WizardTrader.com Methods -- But Together They Pack a Powerful Punch 1

More information

4 Hour MACD Forex Strategy

4 Hour MACD Forex Strategy 4 Hour MACD Forex Strategy Welcome to the 4 Hour MACD Forex Strategy. This strategy is aimed at simplicity as well as high probability trades. I have been in the equity market for almost ten years now

More information

Stop Investing and Start Trading. How I Trade Technical Strategies Over Fundamental Strategies

Stop Investing and Start Trading. How I Trade Technical Strategies Over Fundamental Strategies Stop Investing and Start Trading How I Trade Technical Strategies Over Fundamental Strategies PREPARATION PRIOR TO OPENING MARKET 1. On Daily Log Sheet record NAV [Net Asset Value] of portfolio. 2. Note

More information

Alerts & Filters in Power E*TRADE Pro Strategy Scanner

Alerts & Filters in Power E*TRADE Pro Strategy Scanner Alerts & Filters in Power E*TRADE Pro Strategy Scanner Power E*TRADE Pro Strategy Scanner provides real-time technical screening and backtesting based on predefined and custom strategies. With custom strategies,

More information

FOREXOMETRY.COM. Presents. Forex Profit Hawk

FOREXOMETRY.COM. Presents. Forex Profit Hawk FOREXOMETRY.COM Presents Forex Profit Hawk Forexometry Published by Alaziac Trading CC Suite 509, Private Bag X503 Northway, 4065, KZN, ZA www.forexometry.com Copyright 2014 by Alaziac Trading CC, KZN,

More information

My Techniques for making $150 a Day Trading Forex *Note for my more Advanced Strategies check out my site: Click Here

My Techniques for making $150 a Day Trading Forex *Note for my more Advanced Strategies check out my site: Click Here My Techniques for making $150 a Day Trading Forex *Note for my more Advanced Strategies check out my site: Click Here The Strategy We will be looking at 2 different ways to day trade the Forex Markets.

More information

Larry Williams Indicators

Larry Williams Indicators Larry Williams Indicators Larry Williams Indicators - Williams COT NetPositions OI... 2 Larry Williams Indicators - Williams COT Comm Index... 3 Larry Williams Indicators - Williams COT LrgSpec Index...

More information

Technical Indicators Explained

Technical Indicators Explained Chapter I. Technical Indicators Explained In This Chapter The information in this chapter is provided to help you learn how to use the technical indicators that are available for charting on the AIQ TradingExpert

More information

ADX breakout scanning ADX breakouts can signal momentum setups as well as exit conditions for intraday and swing traders. FIGURE 1: AFTER ADX > 40

ADX breakout scanning ADX breakouts can signal momentum setups as well as exit conditions for intraday and swing traders. FIGURE 1: AFTER ADX > 40 TRADING STRATEGIES ADX breakout scanning ADX breakouts can signal momentum setups as well as exit conditions for intraday and swing traders. BY KEN CALHOUN FIGURE 1: AFTER ADX > 40 Spotting volatility

More information

FOREX analysing made easy

FOREX analysing made easy FOREX analysing made easy UNDERSTANDING TECHNICAL ANALYSIS An educational tool by Blackwell Global Contents Technical Analysis 2 Line Chart 3 Bar Chart 4 Candlestick Chart 5 Support and Resistance 6 Fibonacci

More information

The Logic Of Pivot Trading

The Logic Of Pivot Trading Stocks & Commodities V. 6: (46-50): The Logic Of Pivot Trading by Jim White This methodology takes advantage of the short-term trends in the market and applies a pivot trading technique to earn superior

More information

The Jim Berg Entry and Exit System. 1.

The Jim Berg Entry and Exit System. 1. The Jim Berg Entry and Exit System. 1. Note. The description below is given for educational purposes only in order to show how this may be used with AmiBroker charting software. As described here it is

More information

Support And Resistance

Support And Resistance NOVCE TRADER Support And Resistance A B C D E Support and resistance are basic tools used by traders to identify key reversal areas. ere s a look at the basics of support and resistance levels and how

More information

FOREIGN EXCHANGE CYCLES:

FOREIGN EXCHANGE CYCLES: January 1999 FOREIGN EXCHANGE CYCLES: Get Ready to Sell the Upcoming Cycle Top in the Dollar versus the Deutschemark Trade Sell the Dollar-Mark on a break below last week's low of 1.6625 and look for 5

More information

RSI PRO Forex Trading System

RSI PRO Forex Trading System RSI PRO Forex Trading System Trading Examples Vol. 1 Paul Dean 2010 [Type text] Page 1 WWW. Y O U L E A R N F O R E X. C O M RSI PRO FOREX TRADING SYSTEM Trading Examples The purpose this book is simply

More information

Candlesticks For Support And Resistance

Candlesticks For Support And Resistance NOVICE TRADER Candlesticks For Support And Resistance Even as you read this, the candlestick charting technique, with its origins in Japan, is being absorbed into the ways of Western technical analysis.

More information

8 Day Intensive Course Lesson 3

8 Day Intensive Course Lesson 3 8 Day Intensive Course Lesson 3 A) What are Fibonacci Retracements? Fibonacci Retracements What are Fibonacci retracements? Levels at which the market is expected to retrace to after a strong trend. Based

More information

How I Trade Profitably Every Single Month without Fail

How I Trade Profitably Every Single Month without Fail How I Trade Profitably Every Single Month without Fail First of all, let me take some time to introduce myself to you. I am Kelvin and I am a full time currency trader. I have a passion for trading and

More information

Using Bollinger Bands. by John Bollinger

Using Bollinger Bands. by John Bollinger Article Text Copyright (c) Technical Analysis Inc. 1 Stocks & Commodities V. 10:2 (47-51): Using Bollinger Bands by John Bollinger Using Bollinger Bands by John Bollinger Trading bands, which are lines

More information

Using ADX to Trade Breakouts, Pullbacks, and Reversal Patterns. By Puneet Jain CFTe

Using ADX to Trade Breakouts, Pullbacks, and Reversal Patterns. By Puneet Jain CFTe Using ADX to Trade Breakouts, Pullbacks, and Reversal Patterns By Puneet Jain CFTe (with DMI) ADX (Average Directional Index) is an indicator that measures trend strength shows trend direction. ADX tells

More information

Chapter 2.4. Multiple Time Frames

Chapter 2.4. Multiple Time Frames Chapter 2.4 Multiple Time Frames 0 Contents TRADING USING MULTIPLE TIME FRAMES Traders of virtually every monetary size and temperament trade the Forex market. At any given time, short-term scalpers and

More information

RISK DISCLOSURE STATEMENT / DISCLAIMER AGREEMENT

RISK DISCLOSURE STATEMENT / DISCLAIMER AGREEMENT RISK DISCLOSURE STATEMENT / DISCLAIMER AGREEMENT Trading any financial market involves risk. This report and all and any of its contents are neither a solicitation nor an offer to Buy/Sell any financial

More information

More informed trading Technical Analysis: Trends, Support and Resistance

More informed trading Technical Analysis: Trends, Support and Resistance Technical Analysis: Trends, Support and Resistance Beginner Level Introduction 1 Stocks prices are always moving up and down and fortunes rest on the ability to predict such movements. The trader s job

More information

Retracement Or Reversal. Kennsei Trading, Inc. Chief Trader Dinger dinger@kennseitrading.com www.hotstocksforincome.com

Retracement Or Reversal. Kennsei Trading, Inc. Chief Trader Dinger dinger@kennseitrading.com www.hotstocksforincome.com Retracement Or Reversal Kennsei Trading, Inc. Chief Trader Dinger dinger@kennseitrading.com www.hotstocksforincome.com Retracement Or Reversal Most of us have wondered, at some point, whether a decline

More information

TRADING SECRET NO. 3 How to combine two simple tools to capture big trending moves, especially in currencies

TRADING SECRET NO. 3 How to combine two simple tools to capture big trending moves, especially in currencies TRADING SECRET NO. 3 How to combine two simple tools to capture big trending moves, especially in currencies 25 Currencies have a reputation for being markets that trend well. And, every business day over

More information

*Technical indicators look to predict the future price levels, or simply the general price direction, of a security by looking at past patterns.

*Technical indicators look to predict the future price levels, or simply the general price direction, of a security by looking at past patterns. *Technical indicators, collectively called "technicals", are distinguished by the fact that they do not analyze any part of the fundamental business, like earnings, revenue and profit margins *Technical

More information

marketsurvival.net guide: The advanced guide to fibonacci trading How to trade stocks and Forex with Fibonacci numbers

marketsurvival.net guide: The advanced guide to fibonacci trading How to trade stocks and Forex with Fibonacci numbers marketsurvival.net guide: The advanced guide to fibonacci trading How to trade stocks and Forex with Fibonacci numbers Contents FOREWORD... 5 PART 1. INTRODUCTION...7 WHY IS USING THE FIBONACCI TOOLS BETTER

More information

My Favorite Futures Setups. By John F. Carter www.tradethemarkets.com

My Favorite Futures Setups. By John F. Carter www.tradethemarkets.com My Favorite Futures Setups By John F. Carter www.tradethemarkets.com Recognizing Momentum Incredibly easy to do in hindsight. Get in Before the Move? I m a big believer in not chasing markets. By the time

More information

DVAN SmartLines on TradeStation

DVAN SmartLines on TradeStation DVAN SmartLines on TradeStation This document is intended as an introduction and user guide to the apps available to Divergence Analysis users on TradeStation. For more information, please contact info@divergenceanalysis.com

More information

Professional Trader Series: Moving Average Formula & Strategy Guide. by John Person

Professional Trader Series: Moving Average Formula & Strategy Guide. by John Person Professional Trader Series: Moving Average Formula & Strategy Guide by John Person MOVING AVERAGE FORMULAS & STRATEGY GUIDE In an online seminar conducted for the Chicago Board of Trade, I shared how to

More information

ID ING WHEN TO BUY AND SELL USING THE STOCHASTIC OSCILLATOR

ID ING WHEN TO BUY AND SELL USING THE STOCHASTIC OSCILLATOR ID ING WHEN TO BUY AND SELL USING THE STOCHASTIC OSCILLATOR By Wayne A. Thorp Stochastics work best with those securities that are currently trading within a particular range and may prove useful in identifying

More information

Simpler Options. Indicator guide. An informative reference for John Carter s commonly used trading indicators. www.simpleroptions.

Simpler Options. Indicator guide. An informative reference for John Carter s commonly used trading indicators. www.simpleroptions. Simpler Options Indicator guide An informative reference for John Carter s commonly used trading indicators At Simpler Options you will see a handful of proprietary indicators on John Carter s charts.

More information

A Primer On Technical Analysis. Written by. Available at

A Primer On Technical Analysis. Written by. Available at A Primer On Technical Analysis Written by Available at Page 1 of 23 Overview Technical Analysis (Versus Fundamental Analysis) Technical analysis is a method of forecasting price movements by looking at

More information

Stock Breakout Profits Strategy

Stock Breakout Profits Strategy Stock Breakout Profits Strategy Introduction Welcome and thank you for downloading the Stock Breakout Profits system. The Stock Breakout Profits is a complete trading strategy for trading not only the

More information

Technical Analysis. Technical Analysis. Schools of Thought. Discussion Points. Discussion Points. Schools of thought. Schools of thought

Technical Analysis. Technical Analysis. Schools of Thought. Discussion Points. Discussion Points. Schools of thought. Schools of thought The Academy of Financial Markets Schools of Thought Random Walk Theory Can t beat market Analysis adds nothing markets adjust quickly (efficient) & all info is already in the share price Price lies in

More information

Using Formations To Identify Profit Opportunities

Using Formations To Identify Profit Opportunities Using Formations To Identify Profit Opportunities Using Formations To Identify Profit Opportunities The concepts and strategies discussed may not be suitable for all investors. It is important that investors

More information

STREET SMARTS I. Planetary 2 Library. Introduction: Benefits: L I B R A R I E S

STREET SMARTS I. Planetary 2 Library. Introduction: Benefits: L I B R A R I E S Planetary 2 Library STREET SMARTS I Introduction: In today s world of computer trading, the small speculator often feels at a disadvantage to traders and corporations that have access to more powerful

More information

Moving Average Method Part 2 by www.surefire-trading.com. Ty Young

Moving Average Method Part 2 by www.surefire-trading.com. Ty Young Moving Average Method Part 2 by www.surefire-trading.com Ty Young Hi everyone, this is Ty Young with Surefire-Trading.com. In our last lesson, MA Method Part 1, we demonstrated how Moving Averages could

More information

The True Strength Index (TSI)

The True Strength Index (TSI) DVND trategies The TRU TRNGTH I n d e x Y THOM HRT Momentum-based indicators lead the market and moving average-based indicators lag it. oth types of tools have advantages and disadvantages. H e r e s

More information

Chapter 2.4. Multiple Time Frames

Chapter 2.4. Multiple Time Frames Chapter 2.4 Multiple Time Frames 0 Contents TRADING USING MULTIPLE TIME FRAMES Traders of virtually every monetary size and temperament trade the Forex market. At any given time, short-term scalpers and

More information

Technical Analysis of the Futures Markets:

Technical Analysis of the Futures Markets: Technical Analysis of the Futures Markets: A Comprehensive Quide to Trading Methods and Applications John J. Murphy New York Institute of Finance A Prentice-Hall Company Introduction, xiii Acknowledgments,

More information

Trading with the Intraday Multi-View Indicator Suite

Trading with the Intraday Multi-View Indicator Suite Trading with the Intraday Multi-View Indicator Suite PowerZone Trading, LLC indicators can provide detailed information about the conditions of the intraday market that may be used to spot unique trading

More information

Class 2: Buying Stock & Intro to Charting. Buying Stock

Class 2: Buying Stock & Intro to Charting. Buying Stock Class 2: Buying Stock & Intro to Charting Today s Class Buying Stock Intro to Charting Real World Analysis Buying Stock What Is a Stock? Share of ownership in a company Publicly traded Holds monetary value

More information

Picking a Trading Timeframe Before You Make a Trade Identifying the Trend Randomness of Financial Markets The Thought Demons of Traders

Picking a Trading Timeframe Before You Make a Trade Identifying the Trend Randomness of Financial Markets The Thought Demons of Traders ASIA PACIFIC S PREEMINENT TRADING MAGAZINE VOLUME 2 ISSUE 1 www.traders-journal.com SG$8.80 / A$13.80 / HK$68 / RM$19.80 Picking a Trading Timeframe Before You Make a Trade Identifying the Trend Randomness

More information

The Best-Kept Secret of Forex

The Best-Kept Secret of Forex The Best-Kept Secret of Forex Many traders go through trading system after trading system, only to find that most of them don t work. The truth of the matter is that there are many effective trading systems

More information

FX Trading Guide: 4 Simple Ways to Spot a Trend JON MCFARLANE AND VERNON LEES

FX Trading Guide: 4 Simple Ways to Spot a Trend JON MCFARLANE AND VERNON LEES FX Trading Guide: 4 Simple Ways to Spot a Trend JON MCFARLANE AND VERNON LEES 0 BetOnMarkets 2011 Foreword We wrote this guide to give people wanting to trade Financial Fixed Odds some simple tools and

More information

Chart Patterns Trader. Trader SUPPLEMENT. Understanding and Trading Classic Chart Patterns. By: Kevin Matras Zacks Investment Research, Inc

Chart Patterns Trader. Trader SUPPLEMENT. Understanding and Trading Classic Chart Patterns. By: Kevin Matras Zacks Investment Research, Inc Chart Patterns Trader Trader SUPPLEMENT Understanding and Trading Classic Chart Patterns By: Kevin Matras Zacks Investment Research, Inc Table of Contents Introduction.........................................................................

More information

CHAPTER 8. REVERSAL TRADING STRATEGIES

CHAPTER 8. REVERSAL TRADING STRATEGIES CHAPTER 8. REVERSAL TRADING STRATEGIES Today you will Learn Reversal trading strategies are great or mid-day and afternoon trades, especially on days when momentum is a big slower. Why Is This Important?

More information

Chapter 2.4. Trading using multiple time-frames

Chapter 2.4. Trading using multiple time-frames 1 Chapter 2.4 Trading using multiple time-frames 0 Contents TRADING USING MULTIPLE TIME- FRAMES Stock markets worldwide function because, at any given time, some traders want to buy whilst others want

More information

VBM-ADX40 Method. (Wilder, J. Welles from Technical Analysis of Stocks and Commodities, February 1986.)

VBM-ADX40 Method. (Wilder, J. Welles from Technical Analysis of Stocks and Commodities, February 1986.) VBM-ADX40 Method " I ve found that the most important thing in trading is always doing the right thing, whether or not you win or lose this is market savvy money management... I would go so far as to say

More information

Trading Power Trends with ADX

Trading Power Trends with ADX Trading Power Trends with ADX By Dr. Charles B. Schaap, Jr. International Trader s Expo New York City 18 February 2014 Disclaimer The information in this lecture is for educational purposes. No particular

More information

THE MOST POWERFUL DAY TRADING SETUP PERIOD!

THE MOST POWERFUL DAY TRADING SETUP PERIOD! THE MOST POWERFUL DAY TRADING SETUP PERIOD! In this pdf I will show you how I combine my institutional numbers with my 40-60 number count 9 and 13 setups. Below you will find my concrete rules on when

More information

Chapter 18 STAYING WITH A TREND

Chapter 18 STAYING WITH A TREND Chapter 18 STAYING WITH A TREND While we are on the subject of the possibility of a day trader holding overnight, let s also see a way to stay with the trend allowing price volatility to dictate an exit

More information

Sunil Mangwani www.fibforex123.com

Sunil Mangwani www.fibforex123.com The 123 chart pattern. The 123 pattern is a reversal chart pattern which occurs very frequently and has a very high success ratio. 123 s occur at the end of trends and swings, and they are an indication

More information

FUTURES STRATEGY: Short-term CCI p. 10. ADJUSTING TO stock index futures shift p. 14. STRADDLES, STRANGLES, and volatility p. 16

FUTURES STRATEGY: Short-term CCI p. 10. ADJUSTING TO stock index futures shift p. 14. STRADDLES, STRANGLES, and volatility p. 16 May 2009 Volume 3, No. 5 FUTURES STRATEGY: Short-term CCI p. 10 ADJUSTING TO stock index futures shift p. 14 STRADDLES, STRANGLES, and volatility p. 16 FEAR AND LOATHING in the options market p. 20 TRADING

More information

INTRODUCTION - TIPS - STRATEGY

INTRODUCTION - TIPS - STRATEGY EBOOK INTRODUCTION - TIPS - STRATEGY Table of Contents 1. What are Binary Options 2. The flow of decisions in a Trade 3. Advantagesw 4. Risk Management 5. What You Need to Succeed 6. Risk Tolerance 7.

More information

Three-Bar Inside Bar Pattern

Three-Bar Inside Bar Pattern How It Works On Gold And Silver And Crude Three-Bar Inside Bar Pattern This trading strategy uses an inside bar as a three-bar pattern for long and short positions. Find out how it performed on gold, silver,

More information

Ed Heath s Guerilla Swing Trading Plan (as of 1/22/13)

Ed Heath s Guerilla Swing Trading Plan (as of 1/22/13) Ed Heath s Guerilla Swing Trading Plan (as of 1/22/13) Synopsis: I call my trading style Guerilla Swing Trading. I trade upward momentum stocks that have pulled back for a buying opportunity and my goal

More information