Type/to search

Bottom Catching Strategy

Cryptocurrency
Created: 2023-11-22 15:46:19
Last modified: 3 years ago
1
Follow
1779
Followers

img

Overview

This strategy utilizes the RSI and EMA indicators to determine entries and exits. It performs well in bear markets and can catch bottom rebound opportunities.

Strategy Logic

The strategy is based on the following entry and exit conditions:

Entry conditions:

  1. RSI < 40
  2. RSI is 3 points lower than previous day
  3. 50-day EMA crosses below 100-day EMA

Exit conditions:

  1. RSI > 65
  2. 9-day EMA crosses above 50-day EMA

This allows buying on dips and selling at highs during bounces, catching bottom rebound opportunities.

Advantage Analysis

The strategy has the following advantages:

  1. Utilize RSI to catch oversold opportunities
  2. EMA patterns to spot trend change points
  3. Good backtesting results, especially resilience in bear markets
  4. Configurable parameters to adjust strategy

Risk Analysis

The strategy also has the following risks:

  1. Improper parameter tuning may cause premature entries or delayed exits
  2. Rebounds may not materialize or sustain
  3. Trading fees and slippage also affect actual profit

Parameters can be optimized, or other indicators combined to determine market structure.

Optimization Directions

The strategy can be improved in the following ways:

  1. Test parameter combinations separately for different coins
  2. Incorporate volume changes to confirm signals
  3. Add stop loss to limit single trade loss
  4. Consider dynamic position sizing

Conclusion

The bottom catching strategy has clear logic and works well in bear markets. More parameter tuning and optimizations can lead to better backtest results. But risks need to be monitored in live trading, and losses cannot be entirely avoided.

Source
Pine
/*backtest
start: 2023-11-14 00:00:00
end: 2023-11-21 00:00:00
period: 1m
basePeriod: 1m
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/
// © Coinrule

//@version=5
Strategy parameters
Strategy parameters
Show Date Range
length
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)