Type/to search

Multi Timeframe Momentum Breakout Strategy

Common strategy
Created: 2023-12-29 16:56:09
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy combines multiple technical indicators like RSI, ADX, ATR and momentum to identify trends and capture breakout points. It also uses Fibonacci retracements and moving averages to further improve identification of key levels and trends.

Strategy Logic

  1. Use RSI, ADX, DI+, DI- etc to determine trend direction and strength. RSI shows overbought/oversold levels, ADX shows trend strength, while DI+/DI- indicate bullish/bearish trends. These indicators are displayed in a table for easy reference.

  2. Use moving averages to determine trend direction. 5 & 9-day EMAs define short-term trend, 21-day WMA medium-term trend and 60-day WMA long-term trend. Golden cross signals potential uptrend.

  3. Identify key 0.5, 0.618 Fibonacci retracement levels that often act as support/resistance zones for reversal.

  4. Set stop loss based on ATR and stop loss % to control risk. Take profit based on ATR and take profit % to lock in gains.

  5. Consider reversal on RSI overbought/oversold signals. Consider riding trend on golden cross with increased volume. Set stop loss and take profit after entry.

Advantage Analysis

  1. Combination of indicators improves decision accuracy on trend and strength.

  2. ATR-based stop loss & take profit controls risk effectively.

  3. Fibonacci improves identification of reversal points.

  4. Volume filter avoids false breakouts when following trends.

  5. Table provides clear view of indicator values for quick decisions.

Risk Analysis

  1. Possibility of inaccurate signals cannot be fully avoided, causing incorrect trades. Can optimize parameters to improve indicator accuracy.

  2. ATR and stop loss % affects actual stop loss price. Inappropriate setting can increase risk. Requires fine tuning.

  3. Volume filter cannot fully avoid false breakouts. Needs checking price action details.

  4. Fibonacci levels not always reliable. Price may break through completely.

Optimization Directions

  1. Test and optimize parameters like RSI, ADX, ATR to find best combinations.

  2. Test different moving average combinations for best trend identification.

  3. Test different stop loss/take profit ratios for best risk-reward.

  4. Consider adding Bollinger Bands to check for volume expansion.

Conclusion

This strategy combines trend analysis, key level identification, volume analysis and more. Further parameter optimization can improve accuracy and profitability. Stop loss & take profit manages risk and maximizes reward. It is effective in gauging medium-long term trends and capturing short-term reversals. Continued optimizations can make the strategy more robust.

Source
Pine
/*backtest
start: 2022-12-22 00:00:00
end: 2023-12-28 00:00:00
period: 1d
basePeriod: 1h
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/
// © amit74sharma135

//@version=5
Strategy parameters
Strategy parameters
Plot HVB
Plot Pivots
Volume EMA Period
Volume Multiplier
Pivot Lookup
Draw EMA,WMA Line
ema1
ema2
wma60
Show Table ADX, RSI, DI values with RED, GREEN and YELLOW Signal
Table Position
Plot Fibonacci Retracement
Fibonacci Level
Fibonacci Level
Fibonacci Level
Stop Loss (%)
Take Profit (%)
TREND LINE Moving Average
Show trend line
Length
Table ADX, RSI, DI values with Red, Green, Yellow Signal
RSI Length
ADX Length
ADX Threshold
DI Threshold
ATR values
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)