Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

  • Welcome Guests

    Welcome. You are currently viewing the forum as a guest which does not give you access to all the great features at Traders Laboratory such as interacting with members, access to all forums, downloading attachments, and eligibility to win free giveaways. Registration is fast, simple and absolutely free. Create a FREE Traders Laboratory account here.

jswanson

Reducing Whipsaws - Two Simple Methods

Recommended Posts

Let's take a look at a simple moving average crossover system and see if we can improve it. Specifically, can we improve the moving average system's performance by reducing the number of whipsaws during those dreaded range bound markets? Whipsaws occur when a market moves from a trending mode to a consolidation mode. During this consolidation mode the system gets whipsawed from long to short creating a string of losing trades. Long trades suddenly reverse hitting your stop. Likewise for short trades. These 'false signals' can destroy your equity curve. In this article I'm going to present two simple methods to improve the simple moving average crossover system. These ideas can easily be implemented into your trading systems and may provide a great starting point for a trend following system.

 

Baseline System

 

Our baseline system will consist of two simple moving averages (SMA) executed on a daily chart of the Euro futures. I'm picking the Euro because it has demonstrated solid trending characteristics as opposed to the stock index markets which tend to be mean reverting. If you will recall, signals are generated when a faster moving average (trigger SMA or trigger line) crosses a slower moving average (slow SMA or slow line).

 

Slow SMA 50 period

Trigger SMA 3 period

 

Go Long when trigger crosses above Slow SMA

Go Short when trigger crosses under Slow SMA

 

Dates Tested: May 2001 - September 30, 2011

Commissions & Slippage: $26 deducted per trade

Number of Contracts: 1

 

For those using TradeStation the Baseline System was created by inserting two strategies into the chart that were provided by TradeStation. Below are the two strategies. The first one controls the long entry (LE) rules and the second one controls the short entry (SE) rules. You can see the input fields contain the three and the fifty for the two different periods for our moving averages. Buy using these provided strategies you can build a moving average crossover strategy within seconds without any coding skills.

 

Base_System_Strategys.png

 

BASELINE SYSTEM EQUITY CURVE

 

Base_System_EQ_Curve.png

 

These two simple rules produce a trading system that is actually profitable over the long term. This is a testimate to the trending characteristics of the Euro futures market. However, there are periods of large drawdowns and long periods where no new equity highs are created. It’s not likely anyone would actually trade this. The image below shows a recent period from 2011 when the Euro entered a consolidation phase during the summer months of June through August. During this time our Baseline System produced a string of eight consecutive losing trades.

 

WHIPSAW SUMMER 2011

 

Whipsaw.png

 

IMPROVEMENT #1: DELAYED ENTRY

 

With this entry method we are going to delay our entry into the market after the trigger line crosses the slow SMA. So, when the trigger line crosses the slow SMA we do not open our position right away. We delay for several bars. Let’s say we wait for 10 bars after the cross occurs. On the tenth bar after the signal we see if price is still above the slow SMA (for a long entry) and enter at the open of the 11th. If price is below our slow SMA we don’t open a new position. By doing this we eliminate some whipsaws at the expense of entering the trade later than the original SMA cross. The idea behind this method is if a new bull market is about to start, price should not fall back below the slow SMA. In short, it’s another way to measure the amount of conviction for the next market phase. However, we will keep the exit the same. When an EMA cross occurs we always close our open position. We only apply the delay when opening a new position.

 

Delay_Entry_System_EQ_Curve.png

 

The equity curve with our delayed entry actually moves the entire equity curve above the zero line. Fewer trades are taken and we reduce the total net profit. The equity curve also appears a little less jagged implying a slightly more smoother climb up. Below is an image showing the whipsaw summer time period in 2011. You will notice we have reduced the number of whipsaws from eight to five. Just during these few months we reduced the number of false entries by three.

 

WHIPSAW SUMMER 2011

 

Whipsaw_Delay.png

 

IMPROVEMENT #2: TRADING BANDS

 

Unlike the standard moving average crossover where the trigger line must simply cross the slow SMA, our trigger line must now demonstrate conviction by crossing beyond the slow SMA. For example, picture another band above the slow SMA that is 1 ATR above the slow SMA. In order to open a new long position we require the trigger line to penetrate that ATR band above the slow line. Now picture another band that is one ATR below the SMA. This band represents our short trigger when we open a short position. We hope to eliminate some whipsaws by delaying our entry and forcing the market to show us some strength.

 

Some of you may have already noticed that what we have is a Keltner Channel. A Keltner Channel is nothing more than a moving average (slow SMA) with an upper band X number of ATRs above and below the slow SMA. The upper and lower bands act as the trigger to enter either a long position or a short position. The bands adapt to expanding volatility requiring more price conviction to initiate a new position. Likewise, these bands contract during lower volatility times. Thus, the entry and exit rules are more dynamic to a changing market than a simple moving average crossover.

 

Band_Entry_System_EQ_Curve.png

 

The equity graph does not look too much different than our 10-bar delayed entry system. The entire equity curve is shifted a little closer to the zero line and it appears there are fewer trades. Below is the same time period showing the Band System has reduced the number of false signals from eight to two. This is a great improvement over the Baseline System.

 

WHIPSAW SUMMER 2011

 

Whipsaw_Band.png

 

SUMMARY

 

Each of the two methods improved the results of the original Baseline System. Looking at the graph below we can see performance statistics such as profit factor, percent winners and average trade net profit all increased. The Band Entry produced the best overall statistics. However, the maximum drawdown did not change much. We certainly don’t have a trading system that is tradable with real money, but we accomplished our mission. We reduced the number of whipsaws with our Delayed Entry System and Band Entry System. You can see this by looking at the number of trades taken by each system and the percent winning trades.

 

MA-Improvement-Summary.png

 

Code Download

 

The band trading system is rather simple, but the delayed entry is a bit more tricky. If you would like a copy of the EasyLanguage code (text file) you can download it here.

Share this post


Link to post
Share on other sites
Hi Jeff,

Thanks sharing the system.

 

Is it possible/does it make sense to trade the system intraday? And if so what timeframe can you recommend?

 

While I did not test intra-day I will say this: my experience tells me that intra day with such a strategy will not work. In short, the smaller the timeframe the more noise there is.

Share this post


Link to post
Share on other sites

The moving averages method simply does not adapt quickly to accomodate significant changes in volatility....especially for the intraday time frame..Keltner is a bit better but still no cigar (in my opinion)...

 

What does work is Bollinger Bands properly applied...because (obviously) they respond quicly to changes in local volatility. After a long period of testing, I am using them in my class with very nice results....

 

I think the bottom line is that people have to take the time to research and learn about the technical issues. Most will not committ to that kind of effort, because it requires a delay between the time you start and any possible improvement...I have been working on this for almost 8 months on and off, and only now seeing the benefits....

 

Edit

Swanson you are one of the few who posts, then reads the responses and thanks me for trying to add value to the conversation. I appreciate that...here is a chart of tonight's Bollinger Band reversal trade...the mechanism is simple....you wait for price to test the BB and then move in your desired direction...(of course there is more to it, but I leave that to your discretion). What I like about it is that you know quickly if you are wrong...In my Globex class, we are looking at about 72.9% favorable entries (and outcomes) using this method over nearly 170 data points. We are in forward testing at this point.

 

 

Good luck

 

Steve

5aa710b1c9583_BBreversalentry.thumb.PNG.58fe049c027fa1619410a557dcf6e373.PNG

Edited by steve46

Share this post


Link to post
Share on other sites

Hi, I am new here, but thought I could offer a way out of the whipsaw problem.

I use the moving average on the high price for longs, and on the low price for short trades.

If the price trades between the high and low SMA, it is generally found to be ranging sideways where you are prone to whipsaws.

 

For my day trading, I look for price to cross the high sma. I use period 5 for the sma.

Maybe you could put this on the charts, and adjust the sma period to suit your trading style.

I hope this will work for you guys.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.