Type/to search

Trend Following Strategy

Cryptocurrency
Created: 2023-09-25 17:50:11
Last modified: 3 years ago
1
Follow
1781
Followers

Overview

Noro's trend following strategy is a simple trend trading strategy based on price channel, RSI and body filter. It identifies the overall trend using price channel, enters based on RSI overbought/oversold levels, and uses body filter for additional signal confirmation. The strategy suits trending instruments like indices and forex.

Strategy Logic

The key aspects are:

  1. Price channel determines the overall trend. Channel formed by looking back high/low defines uptrend/downtrend.

  2. RSI indicates overbought/oversold for entry timing. RSI above 60 is overbought, below 40 is oversold zone.

  3. Body filter provides final signal. Trades only if candle body exceeds a threshold to avoid noise.

  4. Entries based on combining trend, RSI signal and body filter. Long entries in uptrend on bullish signals, short entries in downtrend on bearish signals.

  5. Optional background colors clearly visualize the trend.

  6. Customizable trading time frames to selectively trade.

Multiple indicators align to create a relatively stable trend following system.

Advantages

The main advantages are:

  1. Price channel intuitively identifies the overall trend direction.

  2. RSI effectively detects overbought/oversold levels for timing entry.

  3. Body filter enhances signal quality and avoids false signals.

  4. Multi-indicator confirmation improves accuracy.

  5. Simple indicators reduce curve fitting risks.

  6. Customizable trading time frames add flexibility.

  7. Easy to use with minimal parameters. Beginner friendly.

  8. Background colors provide visual clarity.

Risks

Some risks to consider:

  1. Price channel trend misidentification risk.

  2. Inaccurate RSI signal risks.

  3. Body filter eliminating valid signals.

  4. Drawdown risk during trend corrections.

  5. Optimization risk from bad parameter tuning.

  6. Position sizing risk from default full allocation.

  7. Instrument selection risk if applied on non-trending assets.

  8. Trading time frame risks if improperly configured.

Enhancement Opportunities

Some enhancement possibilities:

  1. Add stop loss strategy to control loss per trade.

  2. Optimize parameters based on instrument behavior.

  3. Incorporate position sizing rules based on trend strength.

  4. Implement drawdown limits to contain losses.

  5. Add volume price analysis for signal verification.

  6. Introduce machine learning for parameter optimization.

  7. Specialize parameters based on asset class.

  8. Refine trading time frame logic for more flexibility.

Conclusion

Noro's trend following strategy integrates price channel, RSI and body filter into a simple and practical trend trading system. It can trade along the trends and avoid counter-trend trades. With parameter optimization, risk controls and other improvements, the strategy has potential to become a consistently profitable trend trading strategy.

Source
Pine
/*backtest
start: 2023-08-25 00:00:00
end: 2023-09-24 00:00:00
period: 3h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=2
strategy(title = "Noro's TrendMaster Strategy v1.0", shorttitle = "TrendMaster str 1.0", overlay = true, default_qty_type = strategy.percent_of_equity, default_qty_value = 100, pyramiding = 0)

//Settings
Strategy parameters
Strategy parameters
long
short
MA Period
Need trend Background?
From Year
To Year
From Month
To Month
From day
To day
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)