logo
TradeSearcher

MTF Supertrend [Trading Nerd]

Script from: TradingView

Swing

Trend following

Volume

The MTF Supertrend [Trading Nerd] strategy combines a higher TF Supertrend to determine trend direction and the current TF Supertrend for entry signals. It doesn’t repaint, taking the higher TF Supertrend’s previous value until confirmed. Go long when both align to green and short when both flip to red. Options include trading higher TF trend changes, ADX filter, risk/reward based Take Profit, and a trailing Stop Loss. Time filters, session limits, and risk management settings enhance strategy customization.

BONK / TetherUS (BONKUSDT)

+ MTF Supertrend [Trading Nerd]

@ 2 h

2.99

Risk Reward

39.93 %

Total ROI

36

Total Trades

SAND / TetherUS (SANDUSDT)

+ MTF Supertrend [Trading Nerd]

@ Daily

2.56

Risk Reward

38.58 %

Total ROI

34

Total Trades

QNT / TetherUS (QNTUSDT)

+ MTF Supertrend [Trading Nerd]

@ Daily

2.54

Risk Reward

18.36 %

Total ROI

22

Total Trades

JASMY / TetherUS (JASMYUSDT)

+ MTF Supertrend [Trading Nerd]

@ Daily

2.50

Risk Reward

22.94 %

Total ROI

24

Total Trades

JASMY / TetherUS (JASMYUSDT)

+ MTF Supertrend [Trading Nerd]

@ 2 h

2.40

Risk Reward

88.58 %

Total ROI

91

Total Trades

Premium users only

Premium users can access all backtests with a Risk/Reward Ratio > 3

@ Daily

52.88

Risk Reward

547.39 %

Total ROI

20

Total Trades

Premium users only

Premium users can access all backtests with a Risk/Reward Ratio > 3

@ 1 h

14.45

Risk Reward

897.57 %

Total ROI

97

Total Trades

AMC Entertainment Holdings, Inc. (AMC)

+ MTF Supertrend [Trading Nerd]

@ 2 h

2.47

Risk Reward

97.62 %

Total ROI

109

Total Trades

ChargePoint Holdings, Inc. (CHPT)

+ MTF Supertrend [Trading Nerd]

@ 2 h

2.45

Risk Reward

54.56 %

Total ROI

45

Total Trades

Enovix Corporation (ENVX)

+ MTF Supertrend [Trading Nerd]

@ 2 h

2.42

Risk Reward

39.57 %

Total ROI

41

Total Trades

Plug Power, Inc. (PLUG)

+ MTF Supertrend [Trading Nerd]

@ 2 h

2.30

Risk Reward

103.16 %

Total ROI

131

Total Trades

ZIM Integrated Shipping Services Ltd. (ZIM)

+ MTF Supertrend [Trading Nerd]

@ Daily

2.07

Risk Reward

13.00 %

Total ROI

19

Total Trades
Create your account for free to see all 203+ backtests

Access filters, details, best timeframes, explore 100K+ backtests and more

Active Trades

Create your account  to see on which symbols MTF Supertrend [Trading Nerd] is currently trading on.

Popular TradingView Strategies

Find the best trading strategy for your trading styte

Guide

How does the MTF Supertrend [Trading Nerd] strategy work ?

The MTF Supertrend [Trading Nerd] is a trend trading strategy enhanced by multi-timeframe analysis of the Supertrend Indicator. Here’s how it operates:

  • A higher timeframe (TF) Supertrend determines the overall trend direction. When this indicator is green, it signals an uptrend, and when red indicates a downtrend.
  • The current TF Supertrend generates the entry signals — a shift from red to green implies a long position, and green to red indicates a short position.
  • An optional feature allows entry signals based on the higher TF Supertrend trend changes.
  • To filter signals, the ADX (Average Directional Index) can be used; signals are ignored if the ADX is below a certain threshold.
  • While there’s no default Take Profit setting, users can set a Risk Reward based target, which also supports partial profit taking.
  • The Stop Loss strategy by default utilizes a Trailing Stop based on the current TF Supertrend.
  • Trades can be time-filtered to occur within a specified session, with existing trades continuing to close after the session.
  • Limits for backtesting can be set through Start Date and End Date, along with trading on specific days of the week.
  • The script can adjust risk management parameters, taking a defined percentage of capital per trade, and can use compound interest by recalculating capital after each trade.
  • For effective operation in markets with tight Stop Loss requirements, such as Forex, the Margin Percent in Settings should be reduced to reflect lower capital requirements.

How to use the MTF Supertrend [Trading Nerd] strategy ?

pine //@version=4 strategy("My Strategy", overlay=true) let emaFast = ema(close, 9) let emaSlow = ema(close, 21) if (crossover(emaFast, emaSlow)) strategy.entry("Buy", strategy.long) if (crossunder(emaFast, emaSlow)) strategy.close("Buy")

This trading strategy uses two exponential moving averages (EMAs), a fast one (9 periods) and a slow one (21 periods), to determine entry and exit points based on their crossover. A buy order is placed when the fast EMA crosses above the slow EMA, and the position is closed when the fast EMA crosses back under the slow EMA.

To trade this strategy manually on TradingView:

  • Add two EMA indicators to your chart by selecting 'Indicators' and finding 'Moving Average Exponential'. Set one EMA period to 9 and the other to 21.
  • Enter a long position when the 9-period EMA (the faster one) crosses above the 21-period EMA (the slower one).
  • Exit the position when the 9-period EMA crosses back below the 21-period EMA.

How to optimize the MTF Supertrend [Trading Nerd] trading strategy ?

Optimizing the MTF Supertrend [Trading Nerd] strategy for manual trading involves refining the entry and exit conditions, employing additional technical analysis tools for better signal confirmation, and integrating risk management techniques. The following steps outline an improvement plan:

  • Refine Entries: Supplement the basic Supertrend signals with candlestick pattern analysis. For example, enter a trade only if a bullish or bearish candlestick pattern confirms the Supertrend signal on the current timeframe. This additional filter can help avoid false breakouts.
  • Confirm Trend Direction: Validate the higher timeframe (TF) Supertrend's direction using a Moving Average Convergence Divergence (MACD) indicator. A positive MACD histogram can confirm an uptrend for long entries, while a negative histogram confirms a downtrend for short entries, thus improving the reliability of the Supertrend.
  • Enhance Exits: Instead of using a trailing stop based on the current TF Supertrend, manually adjust stop loss levels based on recent price action, such as support or resistance levels, or swing highs and lows. This method can potentially lock in more profits and better protect against market volatility.
  • Incorporate Volume Analysis: Include volume as a condition for entry and exit. High trading volumes confirming a Supertrend signal could increase the probability of a successful trade, while decreasing volumes might prompt an exit, signalling a weakening trend.
  • Employ Price Action: Dive deeper into price action analysis by identifying key S/R (support/resistance) zones, pivot points, and classical chart patterns, which can all indicate potential trade setups when they coincide with Supertrend signals.
  • Risk Management: To manage risk manually, determine a fixed percentage of total capital to be risked per trade and adjust position sizes accordingly. Moreover, use a risk-reward ratio of at least 1:2 to ensure profitable trades compensate for any losses.
  • Tailor To Market Conditions: Adjust the strategy parameters such as Supertrend settings, stop loss levels, and position sizes for different market conditions. Volatile markets might require wider stops and smaller positions, while a trending market might allow for tighter stops and larger positions.
  • Schedule Trading Times: Trade during the most active market hours or specific sessions relevant to the traded asset to capitalize on higher liquidity and better price movement.

For which kind of traders is the MTF Supertrend [Trading Nerd] strategy suitable ?

The MTF Supertrend strategy caters to traders who prefer a technical, trend-following approach, searching for clear entry and exit points within varying market conditions. It's particularly suitable for:

  • Swing Traders: With its reliance on higher timeframe trends to dictate market direction, this strategy is well-aligned with the swing trading style, targeting gains within a medium-term horizon.
  • Day Traders: Those focusing on intraday trading can benefit from the current timeframe entry signals, given the non-repainting nature of the strategy, which allows for timely decision-making.
  • Multitimeframe Analysts: Traders who integrate insights from multiple timeframes will find this strategy aligns with their analysis, providing a cohesive view of market trends.
  • Disciplined Risk Managers: The presence of optional risk management features, such as custom trailing stop losses and compounds interest calculations, suits traders dedicated to strict capital preservation.

This strategy is versatile but particularly effective for individuals who value systematic, rules-based trading and are comfortable handling complex indicators and customizing their trading parameters.

Key Takeaways of MTF Supertrend [Trading Nerd]

  • Strategy Essence: A technical, multi-timeframe trend-following system that uses higher TF Supertrend for trend direction and current TF Supertrend for trade entries.
  • Manual Trading Approach: Involve additional indicators like EMA crossovers, adjust positions according to support/resistance levels, and integrate volume analysis for improved entry/exit decisions.
  • Automated Trading: Scripts can facilitate immediate reaction to Supertrend changes, but manual oversight is recommended to account for nuances in market conditions.
  • Alerts Utilization: Set TradingView alerts for Supertrend changes on multiple timeframes to enhance timely and effective manual trading without continuous chart monitoring.
  • Customization for Improvement: Fine-tune entry signals with price action patterns and confirm trends via MACD for better signal reliability.
  • Risk Control: Apply fixed percentage capital risk per trade and maintain a desirable risk-reward ratio to balance potential gains against losses.
  • Adaptation to Market Variability: Adjust Supertrend settings, stop-loss levels, and position sizes based on the current market volatility and trends.
  • Active Hours: Trade during high liquidity times for the specific asset class to capitalize on better price movements.
Explore the best Trading & TradingView strategies

Stop trading blindly. Explore the best strategies among 100K+ backtests and improve your trading skills with data.


logo

Loved by more than 3200+ traders

Explore

Crypto

Forex

Bitcoin

AI Strategies

Day Trading

Swing Trading

Trading is a risky activity and the majority of traders lose money. This website and the products and services offered by TradeSearcher are for informational & educational purposes only. TradeSearcher does not guarantee the accuracy, relevance, timeliness, or completeness of any information on its website.

All Trading Strategies displayed on this website are simulated backtests and does not represent actual trading results. Past backtests results do not predict or guarantee future performance.

TradeSearcher uses public snapshot data sourced from third-party tools, including TradingView. While we strive to present accurate and timely information, TradeSearcher does not have control over these third-party tools and cannot verify, guarantee, or be held responsible for the accuracy or completeness of data sourced from them. Users acknowledge and agree that TradeSearcher is not affiliated with, endorsed by, or sponsored by TradingView or any other third-party data provider. Any reliance on data or tools sourced from third parties is at the user's own risk.

Backtests and Charts used on this site are by TradingView in which our backtests are built on. TradingView® is a registered trademark of TradingView, Inc. www.TradingView.com.

Users of TradeSearcher are responsible for conducting their own due diligence and making their own investment decisions. Before making any investment, it is recommended that users consult with a qualified professional to ensure that the strategy or investment is suitable for their individual circumstances.

TradeSearcher and its affiliates, employees, agents, and licensors will not be held liable for any decisions made based on the information provided on the website or any damages or losses that may arise directly or indirectly from the use of the website or the information contained therein.

This does not represent our full Disclaimer. Please read our Full Disclaimer before using this site.

© 2023 TradeSearcher. All rights reserved.