Type/to search

Momentum Strategy Based on Double Bottom Breakout Model

Common strategy
Created: 2023-12-21 15:16:24
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy is based on the double bottom model using technical indicators. It looks for breakthrough signals when the market is in an oversold state and a double bottom pattern is formed near the bottom area. The strategy combines multiple indicators to judge the overbought and oversold state of the market and generates buy signals when a double bottom forms. This strategy is mainly suitable for medium- and short-term trading.

Strategy Principle

This strategy mainly judges whether prices are forming a double bottom around key support levels and whether the market is in an oversold state. Specifically, the strategy uses the following indicators for judgment:

  1. RSI Indicator: When the RSI indicator shows the market is oversold, it is considered a buy signal.

  2. RVI Indicator: When the RVI indicator shows the market is oversold, it is considered a buy signal.

  3. MFI Indicator: When the MFI indicator shows the market is oversold, it is considered a buy signal.

  4. SAR Indicator: When prices break above the SAR indicator, it is considered a buy signal.

  5. SMA500 Indicator: When prices break above the SMA500 indicator, it is considered a buy signal.

This strategy takes into account the judgments of the multiple indicators above and generates buy signals when a double bottom pattern forms around key support levels.

Advantages of the Strategy

This strategy has the following advantages:

  1. Combining multiple indicators to judge market status makes signals more reliable.

  2. Generating buy signals when double bottoms form has a relatively high probability of profit.

  3. Using indicator combinations to judge oversold and overbought states avoids missing buy opportunities.

  4. Integrating the double bottom breakout model with indicator strategies combines the advantages of trend following and mean reversion trading.

  5. The strategy has large parameter optimization space and parameters can be adjusted for different markets.

Risks of the Strategy

The strategy also has the following risks:

  1. The risk of false signals from indicators, resulting in losses from buying. This can be reduced through parameter optimization.

  2. The risk that double bottoms fail to break through. Stop losses can be set to reduce per trade loss.

  3. The difficulty of high-dimensional parameter optimization is large and requires massive historical data support. Stepwise algorithms can be adopted for gradual optimization.

  4. Reliance on historical data for testing results, actual performance will differ. Validation is needed across different markets.

Optimization Directions

The main optimization directions for this strategy include:

  1. Optimizing the weights of buy indicators to determine the optimal weight combination.

  2. Optimizing indicator parameters to determine the best parameter combination.

  3. Adding stop loss strategies to reduce per trade loss.

  4. Increasing position management modules for more steady profits.

  5. Incorporating machine learning algorithms to build adaptive parameter optimization mechanisms.

Conclusion

This strategy integrates the double bottom breakout model and oversold indicator judgments, generating buy signals when double bottoms form around key support levels. It has large optimization space to adjust weights, parameters, stop losses, positions etc. for more stable and reliable strategies. It has high practical value.

Source
Pine
/*backtest
start: 2023-12-13 00:00:00
end: 2023-12-20 00:00:00
period: 1m
basePeriod: 1m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/


//@version=5

strategy("UP & DOWN -  BNB/USDT 15min", shorttitle="U&D - BNB 15min", overlay=true, calc_on_order_fills=true, calc_on_every_tick=true, initial_capital = 1000,pyramiding = 40,backtest_fill_limits_assumption = 1, process_orders_on_close=true, currency = currency.USD, default_qty_type = strategy.cash, default_qty_value = 25, commission_type = strategy.commission.percent, commission_value = 0.1)
Strategy parameters
Strategy parameters
Trade in
Expected profit %
Time Period Values
From Month
From Day
From Year
Thru Month
Thru Day
Thru Year
SAR Values
SAR value 1
SAR value 2
SAR value 3
SAR Source - close
SAR Source - open
Show SAR
Super Trend
Supertrend - Trend
Supertrend - Direction
Supertrend - SMA
Show Super Trend
SMA500
SMA500 - Source
SMA500 - Look back period
Show SMA500
RSI Indicator - 10
Length
Source
RSI Indicator - 50
Length
Source
RSI Indicator - 100
Length
Source
RVI Indicator - 10
Length - RVI
Length - EMA
Source
RVI Indicator - 50
Length - RVI
Length - EMA
source
RVI Indicator - 100
Length - RVI
Length - EMA
Source
MFI Indicator - 10
Length - MFI
source
MFI Indicator - 50
Length - MFI
source
MFI Indicator - 100
Length - MFI
source
Indicator Values
Lower value of RSI
Lower value of RVI
Lower value of MFI
Safty Margins
Show Profit marjin and average price
Show Safty Grids
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)