logo
Developers

PresentTrend - Strategy [presentTrading]

Script from: TradingViewLongTermTrend followingMomentumVolatility

The PresentTrend strategy harnesses both the Relative Strength Index (RSI) or Money Flow Index (MFI) and the Average True Range (ATR) to provide trend-following signals. Aligning long and short signals from these indicators, trades are executed only when short-term and long-term trends concur. Traders can set parameters, including the indicator choice and trade direction (long, short, or both), and adjust the default balanced settings to fit various market scenarios and personal trading goals.

Fetch.AI / TetherUS (FETUSDT)

+ PresentTrend - Strategy [presentTrading]

@ Daily

2.12

Risk Reward

11,295.38 %

Total ROI

25

Total Trades

FLOW / TetherUS (FLOWUSDT)

+ PresentTrend - Strategy [presentTrading]

@ 4 h

1.43

Risk Reward

790.24 %

Total ROI

127

Total Trades

GALA / TetherUS (GALAUSDT)

+ PresentTrend - Strategy [presentTrading]

@ 4 h

1.20

Risk Reward

2,429.84 %

Total ROI

123

Total Trades

CAKE / TetherUS (CAKEUSDT)

+ PresentTrend - Strategy [presentTrading]

@ 4 h

1.18

Risk Reward

2,712.17 %

Total ROI

163

Total Trades

JASMY / TetherUS (JASMYUSDT)

+ PresentTrend - Strategy [presentTrading]

@ 2 h

1.18

Risk Reward

648.27 %

Total ROI

226

Total Trades

VeChain / TetherUS (VETUSDT)

+ PresentTrend - Strategy [presentTrading]

@ 4 h

1.15

Risk Reward

3,055.14 %

Total ROI

222

Total Trades

Oklo Inc. (OKLO)

+ PresentTrend - Strategy [presentTrading]

@ 1 h

2.00

Risk Reward

1,211.90 %

Total ROI

109

Total Trades

Pacific Gas & Electric Co. (PCG)

+ PresentTrend - Strategy [presentTrading]

@ Daily

1.43

Risk Reward

747.54 %

Total ROI

233

Total Trades

Energy Transfer LP (ET)

+ PresentTrend - Strategy [presentTrading]

@ Daily

1.37

Risk Reward

733.48 %

Total ROI

64

Total Trades

Bloom Energy Corporation (BE)

+ PresentTrend - Strategy [presentTrading]

@ 1 h

1.28

Risk Reward

1,279.57 %

Total ROI

281

Total Trades

Block, Inc. (SQ)

+ PresentTrend - Strategy [presentTrading]

@ 15 min

1.26

Risk Reward

392.72 %

Total ROI

333

Total Trades

AMC Entertainment Holdings, Inc. (AMC)

+ PresentTrend - Strategy [presentTrading]

@ 1 h

1.24

Risk Reward

16,429.62 %

Total ROI

414

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

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

Active Trades

Create your account to see on which symbols PresentTrend - Strategy [presentTrading] is currently trading on.

Guide

How does the PresentTrend - Strategy [presentTrading] strategy work ?

The PresentTrend strategy leverages a unique approach combining custom indicators based on the RSI or MFI with the Average True Range (ATR) to follow market trends. This dual approach captures both shorter-term moves and broader market trends, increasing its efficacy across different market scenarios.

  • Using a PresentTrend value derived from the RSI or MFI, the strategy identifies potential trend reversals through crossover and crossunder patterns.
  • The ATR aids in determining the strength of the trend, complementing the primary indicator.
  • Trades are executed only when both the custom indicator and the ATR signal a buy for a long position, or a sell for a short position—aligning short-term trends with long-term momentum.
  • Flexibility is key; users can fine-tune the strategy for long, short, or both directions, catering to various trading styles and market conditions.

For strategy execution:

  1. Input desired parameters for trend detection, such as source, length, and multiplier.
  2. Select between RSI or MFI for the PresentTrend indicator’s base.
  3. Set the trade direction parameter to initiate trades that are long, short, or both.
  4. The strategy processes these preferences to signal optimal entry points.
  5. Users then execute the trade accordingly, aligning with the generated signals.

Default settings are calibrated for a balanced strategy, including a 'Both' trade direction for versatility and predefined inputs for source ('hlc3'), length (14), and a golden ratio-based multiplier (1.618). Positioned to accommodate momentum-based trading, the strategy defaults to MFI and emphasizes user customizability for unique market contexts.

How to use the PresentTrend - Strategy [presentTrading] strategy ?

This trading strategy involves a combination of Moving Average (MA), Average True Range (ATR) and either the Relative Strength Index (RSI) or Money Flow Index (MFI) to identify trend reversals and generate buy and sell signals based on a set multiplier and length parameter. The strategy allows for long, short, or both trading directions and includes a stop mechanism for one-sided trades.

To trade this strategy manually on TradingView:

  • Choose an average type for the price, typically HLC3 (High+Low+Close/3).
  • Define the length of the moving average, which is 14 periods by default.
  • Decide on the ATR multiplier, set to 1.618 in this script.
  • Select whether to use RSI or MFI for the main indicator. If using RSI, the condition is that the value must be equal to or greater than 50; for MFI, the same threshold applies.
  • Calculate the ATR over the defined period and define the upperThreshold (low - ATR*multiplier) and lowerThreshold (high + ATR*multiplier).
  • Create a logic that maintains the PresentTrend indicator's previous value if the trend continues, or to switch to the upper or lower threshold when the Combined Indicator (RSI/MFI) crosses 50.
  • Use the crossover and crossunder functions to identify buy (longSignal) and sell (shortSignal) conditions based on the relationship of PresentTrend with its value 2 bars ago.
  • Filter signals according to the selected trading direction. For long trades, enter when there's a longSignal and the last signal was not a sell signal. For short trades, do the opposite.
  • Implement a stop mechanism: if set to "Long" and a shortSignal occurs, close the buy position; inversely, if set to "Short" and a longSignal occurs, close the sell position.
  • Plot the PresentTrend on your chart for visual reference, and set up shapes (arrows or dots) below or above bars as buy and sell signal markers.

How to optimize the PresentTrend - Strategy [presentTrading] trading strategy ?

Improving the PresentTrend strategy for manual trading on TradingView involves refining the key components—choice of indicators, entry and exit conditions, and risk management. Here’s how to enhance each element for more robust manual trading:

  • Indicator Optimization: Test different lengths and multipliers for both the RSI/MFI and ATR to identify the most responsive settings for different market conditions. Conducting a sensitivity analysis helps determine the most effective parameters without making the strategy prone to overfitting or market noise.
  • Supplementary Indicators: Add complementary indicators such as moving averages or Bollinger Bands to the RSI/MFI and ATR to filter signals further. This can provide additional verification layers to the signals, reducing chances of false entries or exits.
  • Volume Confirmation: Include volume analysis to the strategy to confirm the strength of trend signals. A signal that's accompanied by a noticeable increase in trading volume can offer a higher probability of a genuine trend reversal.
  • Entry and Exit Precision: Integrate price action techniques, such as support and resistance levels, candlestick patterns, or Fibonacci retracements to pinpoint more precise entry and exit points within the context of the signals provided by the strategy.
  • Timeframe Analysis: Implement multiple timeframe analysis to ensure that trades align with the broader market trend. For example, confirming a buy signal on the 4-hour chart with an existing uptrend on the daily chart could improve the strategy’s performance.
  • Risk Management: Adjust the strategy's risk parameters according to the trader’s risk tolerance and market volatility. Set stop-loss orders based on volatility measures such as the ATR, and consider using trailing stops to lock in profits while allowing positions to run during strong trends.
  • Discretionary Decision-Making: Allow room for discretion in the trading process. While the strategy provides a systematized approach, a trader’s judgment can decide not to enter a trade if the market context appears unfavorable or to exit a position if unforeseen events affect the market.
  • Performance Review: Regularly backtest and review the strategy's performance across different market conditions and asset classes. Keeping a trading journal to annotate specific conditions and outcomes can provide insights for ongoing improvement.

To sum up, enhancing the PresentTrend strategy involves a holistic approach, adjusting indicators, refining entries and exits, introducing risk management practices, and involving trader discretion based on comprehensive market analysis and performance review.

For which kind of traders is the PresentTrend - Strategy [presentTrading] strategy suitable ?

This strategy is designed for traders who favor trend-following approaches and are comfortable with both momentum and volatility indicators. It's particularly suitable for:

  • Swing traders: With its utilization of 4-hour charts, it's ideal for those who hold positions for several days to capture market movements.
  • Technical traders: Those who rely on technical indicators like RSI or MFI and ATR will find this strategy aligns well with their analytical approach.
  • Flexible traders: The inclusion of a trade direction parameter facilitates adaptability, making it a good fit for traders who appreciate both bullish and bearish market setups.

Its customization options make it an excellent choice for traders looking to tailor a strategy to their personal trading style, whether they are aggressive, seeking frequent trades, or conservative, preferring high-probability setups.

Key Takeaways of PresentTrend - Strategy [presentTrading]

  • Strategy Core: A trend-following system that engages RSI/MFI and ATR to generate trading signals, suited for various market conditions.
  • How it Works: Trades are entered when buy/sell signals from the RSI/MFI and ATR align, offering short and long positions.
  • Manual Utilization: Set parameters, decide on indicator choice and trade direction, then execute trades based on generated signals.
  • Automation Potential: Script available for automating trade entries and exits, enhanced by custom-slippage and commission settings in TradingView.
  • Optimizing Use: Refine indicators, employ volume confirmation, and apply price action for improved entry/exit accuracy.
  • Risk Management: Integrate stringent stop-loss orders based on ATR and adjust strategy according to risk tolerance and market volatility.
  • Trader Profile: Tailored for technical swing traders who can benefit from a customizable strategy flexible for both bullish and bearish scenarios.
  • Strategy Adaptation: Supports discretionary trading, encouraging trader judgment in response to market contexts.
Explore the best Trading & TradingView strategies

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

Start for free