How to Use the Supertrend Indicator

Apr 21, 2021

Despite its cool name, the Supertrend indicator often seems to slip under the radar.

Here I explain how it’s calculated, and combine it with moving averages to produce a simple trend following strategy.

The complete strategy can be downloaded in the Free Strategies section. 

With trend following growing in popularity, there is an abundance of trend indicators to choose from.

When I heard about the catchy Supertrend indicator, I knew I had to check it out.

What is the Supertrend Indicator?

The Supertrend is not available in MT4 by default, but you can download it here (together with the complete trend strategy illustrated in this post).

The Supertrend indicator essentially determines trend direction, and consists of a single line plotted over prices.

The market is bullish when the Supertrend is plotted below prices, and bearish when it is above prices.

The indicator flips above/below prices whenever a change in trend is detected.

Supertrend Indicator Calculations

The Supertrend measures market volatility using the average true range.

  • Step 1: Calculate the average true range (ATR)

A bar’s true range is the largest of the following:

  1. Current high – current low
  2. Current high – previous close
  3. Current low – previous close

The ATR is then obtained by applying a 10-period rolling average to the true range in the following manner:

  • Step 2: Calculate the initial upper and lower bands

These bands are offset from the average price by a multiple of the ATR. By default, a multiple of 3 is used.

  • Step 3: Calculate the final upper and lower bands

Notice in the chart above that the bands always move in the same direction?

For example, when the band is below prices, the band only moves upwards or sideways, but never downwards.

The final lower band value is the larger of the current and the previous initial lower band values, calculated in step 2. If the previous initial value is larger, the band moves sideways.

Likewise, the final upper band value is the smaller of the current and previous initial upper band values. If the previous initial value is smaller, the band moves sideways.

  • Step 4: Plot the final Supertrend indicator band

We have calculated the upper and lower bands, but only one band is shown on the chart each time.

If prices have closed above the final upper band, an uptrend is signalled. The final lower band should be plotted in this case.

If prices have closed below the final lower band, a downtrend is signalled. The final upper band should be plotted in this case.

I know this can be confusing, so here’s an illustration.

This is how the Supertrend flips above/below prices whenever the trend changes direction.

It reminds me of Wilder’s Parabolic SAR indicator, except that the bands do not accelerate towards prices.

How to Use the Supertrend Indicator

The easiest way to use the Supertrend is:

  • Buy when prices are above the band
  • Sell when prices are below the band

In a neatly trending market, such a strategy would yield great returns. The problem is that markets don’t trend that often. Most of the time, you will suffer whipsaws like those below.

The Supertrend tends to produce fewer whipsaw trades than say, a moving average crossover strategy. Nonetheless, we need a way to improve the strategy’s win rate.

A major drawback of the Supertrend indicator is that a single long candle is likely to flip the trend direction.

You may encounter an unfavourable news release, or an extended pullback in a long-term trend. These may not necessarily indicate a trend reversal; such premature market entries are best avoided.

To filter out some of these false entries, we only want to trade in the direction of the long-term trend. As the famous quote goes,

Disregarding the big swing and trying to jump in and out was fatal to me. Nobody can catch all the fluctuations. In a bull market, your game is to buy and hold until you believe that the bull market is near its end.

-Jessie Livermore

I’ll use a 100-period exponential moving average (EMA) to determine trend direction. This time-based average lags the market significantly, but is unlikely to be drastically affected by short-term fluctuations.

Programming the Supertrend Indicator Strategy

The Supertrend will be used together with a 100-period EMA in the manner below. The strategy will trade symmetrically on the long and short sides; only the long side is shown for brevity.

  • Entry Conditions

Price closes above the Supertrend and 100-period EMA.

  • Trade Execution

Place a buy stop at the previous high. Order valid for 3 bars.

  • Trade Management

150-pip stop loss and trailing stop.

This was programmed in AlgoWizard:

Variables have been assigned to all parameters to allow future optimization.

Supertrend Indicator Backtest Results

I backtested the Supertrend strategy on the H1 GBPJPY, over the past 10 years.

Not too bad for a basic strategy. Out of curiosity, I removed the EMA trend filter and redid the test.

We have about 8% more trades but the performance, especially drawdown, is worse in all aspects.

Wrapping Up

The Supertrend is another trend indicator that deserves a place in your toolbox. It only contains two optimizable parameters:

  • ATR lookback period
  • ATR multiplier

Both parameters control the offset between the Supertrend and prices. I recommend optimizing only one of them.

To avoid false entries, I suggest complementing the Supertrend with time-based trend detection such as moving averages.

Alternatively, you can add momentum indicators like the CCI and QQE to enter the market on pullbacks.

Or if you want to use the Supertrend for trade exits, I believe it would serve well as a trailing stop, much like Wilder’s Parabolic SAR.

The complete strategy described above can be downloaded in the Free Strategies section.

Have you found success with the Supertrend indicator? Let me know in the comments!

    Powered By

    Development Platform

    Forex VPS

    FXVM Forex VPS

    Popular Posts

    No Results Found

    The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

    Make your money work for you!

    Get promotions, trading ideas and strategy development tips delivered to your inbox!

    Comments

    0 Comments

    Submit a Comment

    Your email address will not be published. Required fields are marked *

    Trading Strategies

    Forex Trading With Volume – Does It Work?

    Forex Trading With Volume – Does It Work?

    Volume is seldom discussed in forex trading. But as a stock trader would tell you, volume provides insights into the underlying market sentiment. Here I’ll demonstrate the use of two simple volume filters to improve entry reliability.

    What Is the Kaufman Adaptive Moving Average?

    What Is the Kaufman Adaptive Moving Average?

    The Kaufman Adaptive Moving Average is a unique indicator that automatically adapts to the market’s noise. Here I explain its inner workings and show you how to build a trend following strategy around it.

    Awesome Oscillator Forex Trend Strategy

    Awesome Oscillator Forex Trend Strategy

    The Awesome Oscillator is one of Bill Williams’ fine creations. It is a simple yet effective momentum indicator that can be a valuable addition to your strategy. Here we’ll use it together with a moving average to fine-tune our trend following entries.

    Dual CCI Indicator Forex Trend Strategy

    Dual CCI Indicator Forex Trend Strategy

    The Commodity Channel Index (CCI) is an underrated momentum indicator that is often overshadowed by the RSI and MACD. I’ll show you how to build a simple trend following strategy using a pair of CCI indicators!

    What is Fixed Ratio Money Management?

    What is Fixed Ratio Money Management?

    Have you heard of fixed ratio money management? How does it compare to the popular fixed fractional approach? Here I’ll explain how fixed ratio works, and see how it stacks up against fixed fractional money management.

    What Is the Kaufman Efficiency Ratio?

    What Is the Kaufman Efficiency Ratio?

    Avoiding false breakouts is a common goal among trend traders. The Kaufman Efficiency Ratio provides a simple method of quantifying a market’s noise, helping traders focus on the smoothest trends. Let’s add the efficiency ratio to a simple trend following strategy and see whether its performance improves.

    What Is the QQE Indicator?

    What Is the QQE Indicator?

    The QQE is a mysterious indicator that sometimes pops up in trading forums. Does it deserve a place alongside the more traditional momentum indicators like the RSI and CCI? Let’s add it to a trend following strategy to find out!

    Do Bollinger Bands + Candlestick Patterns Work?

    Do Bollinger Bands + Candlestick Patterns Work?

    Bollinger Bands are great at detecting overbought and oversold conditions. Let’s use them to develop a countertrend strategy, and then refine our entries using limit entries and candlestick patterns.

    How Good Are The Bollinger Bands’ Trailing Stops?

    How Good Are The Bollinger Bands’ Trailing Stops?

    Trailing stop losses are a popular feature in many trend following systems. Bollinger Bands, the ever-popular technical indicator among retail traders, actually contain two inbuilt trailing stops. Are these any good? Let’s find out!

    Bollinger Bands vs. Keltner Channels

    Bollinger Bands vs. Keltner Channels

    Bollinger Bands are ubiquitous in the trading world, but there’s less discussion about their lesser-known cousin, the Keltner Channels. Do these perform as well as the Bollinger Bands? Let’s compare them over a broad range of input parameters.

    Strategy Development

    How to Select the Best Trading Strategy Entry

    How to Select the Best Trading Strategy Entry

    With an abundance of technical indicators available, selecting your strategy’s entry conditions can be overwhelming. This post will illustrate a method to graphically compare the profitability of different entries.

    Live Trading

    No Results Found

    The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

    Make your money work for you!

    Make your money work for you!

     

    Get trading ideas and strategy development tips delivered to your inbox!

    Thanks for subscribing!

    Pin It on Pinterest

    Share This