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.


  • Topics

  • Posts

    • Why not to simply connect you account to myfxbook which will collect all this data automatically for you? The process you described looks tedious and a bit obsolete but may work for you though.
    • The big breakthrough with AI right now is “natural language computing.”   Meaning, you can speak in natural language to a computer and it can go through huge data sets, make sense out of them, and speak back to you in natural language.   That alone is a huge breakthrough.   The next leg? AI agents. Where they don’t just speak back to you.   They take action. Here’s the definition I like best: an AI agent is an autonomous system that uses tools, memory, and context to accomplish goals that require multiple steps.   Everything from simple tasks (analyzing web traffic) to more complex goals (building executive briefings or optimizing websites).   They can:   > Reason across multiple steps.   >Use tools like a real assistant (Excel spreadsheets, budgeting apps, search engines, etc.)   > Remember things.   And AI agents are not islands. They talk to other agents.   They can collaborate. Specialized agents that excel at narrow tasks can communicate and amplify one another’s strengths—whether it’s reasoning, data processing, or real-time monitoring.   What it Looks Like You wake up one morning, drink your coffee, and tell your AI agent, “I need to save $500 a month.”   It gets to work.   First, it finds all your recurring subscriptions. Turns out you’re paying $8.99 for a streaming service you forgot you had.   It cancels it. Then it calls your internet provider, negotiates a lower bill, and saves you another $40. Finally, it finds you car insurance that’s $200 cheaper per year.   What used to take you hours—digging through statements, talking to customer service reps on hold for an hour, comparing plans—is done while you’re scrolling Twitter.   Another example: one agent tracks your home maintenance needs and gets information from a local weather-monitoring agent. Result: "Rain forecast next week - should we schedule gutter cleaning now?"   Another: an AI agent will plan your vacations (“Book me a week in Italy for under $2,000”), find the cheapest flights, and sort out hotels with a view.   It’ll remind you to pay bills, schedule doctor’s appointments, and track expenses so you’re not wondering where your paycheck went every month.   The old world gave you tools—Excel spreadsheets, search engines, budgeting apps. The new world gives you agents who do the work for you.   Don’t Get Too Scared (or Excited) Yet William Gibson famously said: "The future is already here – it's just not evenly distributed."   AI agents will distribute it. For decades, the tools that billionaires and corporations used to get ahead—personal assistants, financial advisors, lawyers—were out of reach for regular people.   AI agents could change that.   BUT, remember…   We’re in inning one.   AI agents have a ways to go.   They’re imperfect. They mess up. They need more defenses to get ready for prime time.   To be sure, AI is powerful, but it’s not a miracle worker. It’s great at helping humans solve problems, but it’s not going to replace all jobs overnight.   Instead of fearing AI, think of it as a tool to A.] save you time on boring stuff and B.] amplify what you’re already good at. Right now is the BEST time to start experimenting. It’s also the best time to find investments that will “make AI work for you”. Author: Chris Campbell (AltucherConfidential)   Profits from free accurate cryptos signals: https://www.predictmag.com/     
    • What a wild year.   AI seems to be appearing everywhere you look, Paris hosted a weird Olympics, unrest continues in the Middle East, the US endured a crazy-heated election, and the largest rocket ever to fly successfully landed in a giant pair of robot arms.   Okay, but what about the $money stuff?   Well, this year we've seen a load of uncertainty - inflation is still biting and many businesses have gone down.   Property has been very fractured, with developments becoming prohibitively expensive, while other markets have boomed.   It hasn't been an easy ride, that's for sure.   However, the stock market has had some outstanding results, and for those who know how to trade, some have done VERY well for themselves.   Some have replaced their incomes. Some have set themselves up for the rest of their days on this planet.   How about you? How did you go? Author: Louise Bedford    Profits from free accurate cryptos signals: https://www.predictmag.com/  
    • U Unity Software stock watch, attempting to move higher off the 22.4 triple+ support area at https://stockconsultant.com/?U  
    • TSSI TSS stock, watch for an ascending triangle breakout above 11.49, target 15 area at https://stockconsultant.com/?TSSI
×
×
  • Create New...

Important Information

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