Type/to search

Multi-Momentum Indicators Combo Strategy

Cryptocurrency
Created: 2023-09-24 13:24:47
Last modified: 3 years ago
1
Follow
1781
Followers

Overview

This experimental strategy combines Chande Momentum, RMI, Triple HMA RSI, Double EVW RSI, Triple EMA RSI and other momentum indicators, entering positions when all indicators give aligned signals. A multi-factor experimental model.

Strategy Logic

  1. Calculate Chande Momentum and set its buy and sell lines.

  2. Calculate RMI, Triple HMA RSI, Double EVW RSI, Triple EMA RSI and other indicators.

  3. Set buy and sell lines for each indicator.

  4. When Chande Momentum crosses above its buy line, check if other indicators are also below their respective buy lines. If all conditions are met, generate long signal.

  5. Conversely, when Chande Momentum crosses below sell line, while other indicators exceed their sell lines, generate short signal.

Advantages

  1. Combining indicators provides mutual validation, avoiding false signals.

  2. Chande Momentum sensitively captures trend changes.

  3. RMI shows momentum levels for identifying overbought/oversold levels.

  4. Testing different RSI calculations with HMA RSI, EVW RSI etc.

  5. Flexible multi-indicator combo allows indicator effectiveness testing.

Risks

  1. Requirements for multi-indicator combo are harder to meet, fewer trades, missing opportunities.

  2. No risk control mechanisms like stop loss.

  3. Indicator performance dependent on timeframe, may not work on all periods.

  4. No parameter optimization, poor parameter tuning possible.

  5. Insufficient backtest data to fully validate strategy.

Possible Solutions:

  1. Loosen indicator thresholds for more trades.

  2. Incorporate trailing or hard stop loss to limit losses.

  3. Test across different products and timeframes to find optimal parameters.

  4. Employ machine learning or grid search for parameter optimization.

  5. Backtest on more markets to ensure robustness.

Optimization Directions

  1. Test different parameter sets to find optimal configuration.

  2. Add adaptive multi-timescale momentum indicators.

  3. Incorporate trend detection to avoid counter-trend trades.

  4. Use machine learning to improve multi-indicator weighting.

  5. Combine with moving average system to improve entries.

Summary

This strategy tries to identify more reliable trend turning points by combining multiple momentum indicators. The diversified logic has great extensibility and optimization potential in areas like parameter selection, indicator weighting, risk control etc, to acquire more quality signals while ensuring robustness, but risks like curve-fitting needs to be managed.

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

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © burgercrisis

//@version=4
Strategy parameters
Strategy parameters
Backtest Start Year
Backtest Start Month
Backtest Start Day
Backtest Stop Year
Backtest Stop Month
Backtest Stop Day
Price
Alpha Chande Momentum Length
RMI Length
RMI Momentum
lengthMA
lengthRSI
lengthMA2
lengthRSI2
lengthMA3
lengthRSI3
Chande Sellline
Chande Buyline
Triple HMRSI Sellline
Triple HMRSI Buyline
DEVWRSI Sellline
DEVWRSI Buyline
TERSI Sellline
TERSI Buyline
RMI Sellline
RMI Buyline
RMI*RSI Sellline
RMI*RSI Buyline
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)