Type/to search

Cross-Timeframe Momentum Tracking Strategy

Common strategy
Created: 2024-02-01 10:21:09
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy combines the 123 reversal and MACD indicators to achieve cross-timeframe momentum tracking. The 123 reversal determines short-term trend reversal points, and the MACD determines medium- and long-term trends. The combination generates long/short signals that lock in medium- and long-term trends while capturing short-term reversals.

Strategy Logic

The strategy consists of two parts:

  1. 123 reversal part: it generates buy/sell signals when the last two candlesticks form a peak/trough AND the Stochastics oscillator is below/above 50.

  2. MACD part: it generates buy signals when the MACD line crosses above the signal line, and sell signals when it crosses below.

The final signal is triggered when both parts agree on the direction of the trade.

Advantage Analysis

The strategy combines short-term reversals and medium- to long-term trends, allowing it to lock in trended moves. This improves win rates, especially in ranging markets where the 123 reversal helps filter out noise.

Parameters can also be tuned to balance reversal and trend signals for different market conditions.

Risk Analysis

The strategy has some time lag, especially with longer MACD periods, which may cause missing short-term moves. Reversals also have some degree of randomness, leading to whipsaws.

Shortening the MACD period or adding stops can help control risks.

Optimization Directions

Possible ways to optimize the strategy:

  1. Tune 123 reversal parameters to improve reversals.

  2. Tune MACD parameters to improve trend identification.

  3. Add filters with other indicators to improve performance.

  4. Add stop loss to control risks.

Conclusion

The strategy combines parameters across timeframes along with multiple technical indicators for cross-timeframe momentum tracking, balancing the pros of reversal and trend-following strategies. Parameter tuning and more indicators or stops can further optimize it. The concept has great potential.

Source
Pine
/*backtest
start: 2024-01-01 00:00:00
end: 2024-01-31 00:00:00
period: 1h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=4
////////////////////////////////////////////////////////////
//  Copyright by HPotter v1.0 28/01/2021
// This is combo strategies for get a cumulative signal. 
Strategy parameters
Strategy parameters
---- 123 Reversal ----
Length
KSmoothing
DLength
Level
fastLength
slowLength
signalLength
Source
Trade reverse
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)