Type/to search

Personalized Momentum Trading Strategy

Cryptocurrency
Created: 2023-11-23 15:18:27
Last modified: 3 years ago
1
Follow
1779
Followers

img

Overview

This is a personalized trading strategy that combines momentum indicators and candlestick entity filtering. It comprehensively uses three technical indicators - Stochastic Momentum Index, fast RSI and candlestick entity filtering to implement a momentum breakthrough-based strategy while also considering overbought and oversold conditions.

Trading Logic

The strategy uses the following three indicators for trading signal judgment:

  1. Stochastic Momentum Index (SMI): It combines the spacing between candlestick entities and the relative position of the closing price to judge the strength or weakness of price momentum. It generates a buy signal when SMI crosses above the boundary line and a sell signal when crossing below the boundary line.

  2. Fast RSI (7-day line): It judges the overbought and oversold conditions of prices. RSI below 20 generates a buy signal as oversold while above 80 generates a sell signal as overbought.

  3. Candlestick Entity Filter: Calculate the average candlestick entity size over the past 10 days. Only enable the signal when today's candlestick entity exceeds one-third of that average to avoid invalid signals.

The strategy first judges the signals from SMI and RSI. If either indicator signal requirement is met, then combine the candlestick entity filter to determine if that signal is valid and generate a trading signal if valid.

Advantage Analysis

The strategy has the following advantages:

  1. Judgment is more precise and reliable with combination of multiple indicators.

  2. Addition of candlestick entity filter avoids invalid signals.

  3. By combining overbought/oversold conditions, it is easier to capture signals at trend reversal points.

  4. Increased profit opportunities with dual-directional long/short trading.

  5. Partial position trading avoids excessive single-time loss.

Risk Analysis

The strategy also has some risks:

  1. Indicators can generate false signals leading to losses. Parameter optimization can reduce false signals.

  2. Partial position trading cannot fully utilize the trend opportunities in each direction. Higher returns can be achieved by amplifying trading position size.

  3. As the main indicator, SMI is sensitive to parameter settings. Improper configuration may miss trading opportunities or increase false signals.

  4. Frequent trading with dual-directional strategy increases transaction costs.

Optimization Directions

The strategy can be further optimized in the following aspects:

  1. Optimize parameters for SMI and RSI to find best parameter combinations.

  2. Increase position sizing and position management mechanisms to achieve higher returns during trends.

  3. Add stop loss strategies to reduce single-time loss risk.

  4. Combine more indicators to judge signal reliability and reduce false signals.

  5. Adopt efficient contracts to reduce transaction costs.

Conclusion

The strategy comprehensively utilizes the SMI, fast RSI and candlestick entity filtering indicators to implement a momentum-based, overbought/oversold-aware personalized trading strategy. It has advantages like precise judgment, identification of valid signals, combination of overbought/oversold conditions and dual-directional trading, but also risks like parameter sensitivity, inability to fully capitalize trends, and frequent operations. By continuously optimizing parameters, increasing position sizing and stop loss management, reducing false signals etc., the strategy can achieve better trading performance.

Source
Pine
/*backtest
start: 2023-10-23 00:00:00
end: 2023-11-22 00:00:00
period: 6h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//Noro
//2018

//@version=2
Strategy parameters
Strategy parameters
Long
Short
Use Martingale
Capital, %
Use SMI Strategy
Use RSI Strategy
Use Body-Filter
SMI Percent K Length
SMI Percent D Length
SMI Limit
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)