Type/to search

Surf Rider Strategy

Cryptocurrency
Created: 2023-10-17 15:30:18
Last modified: 3 years ago
1
Follow
1781
Followers

img

Overview

The Surf Rider strategy is a combinational strategy that integrates different trend following strategies to generate more reliable trading signals. It combines the 123 Reversal strategy and the ECO strategy and aims to produce more accurate trading signals after trend confirmation. The name Surf Rider originates from the term for surfers, meaning that the strategy tries to ride the waves of market volatility to gain excess returns over the broader market.

Strategy Logic

The Surf Rider strategy integrates two different types of strategies: reversal strategy and trend following strategy.

Firstly, the 123 Reversal strategy is a reversal strategy. It uses candlestick information to identify price reversal signals. It generates a buy signal when yesterday's close is higher than the previous day's close, and today's close is lower than yesterday's, while the 9-day Slow K is lower than 50. It generates a sell signal when yesterday's close is lower than the previous day's close, and today's close is higher than yesterday's, while the 9-day Fast K is higher than 50.

Secondly, the ECO strategy is a trend following strategy. It uses the size and direction of price candlesticks to calculate momentum and determine the trend direction. The ECO indicator above 0 indicates an upward trend, while below 0 indicates a downward trend.

The Surf Rider strategy combines the signals from both strategies. It will only enter positions when both strategies generate signals in the same direction, for example when the ECO shows an upward trend and the 123 Reversal strategy also gives a buy signal. This avoids losing trades due to incorrect judgments from a single strategy.

Advantage Analysis

Compared to a single strategy, the Surf Rider strategy has the following advantages:

  1. Combining reversal and trend strategies complements their strengths and avoids weaknesses, making trading signals more reliable. The ECO ensures reversal only happens before trend changes, avoiding premature mid-trend reversals.

  2. The 123 Reversal strategy uses the stochastic indicator to identify overbought and oversold areas, while the ECO strategy judges price momentum direction. The two strategies complement each other and reduce misjudgment probability.

  3. The dual-strategy filter ensures opening positions only when both strategies agree on the same direction, which greatly reduces trading risk.

  4. Flexible parameter tuning space allows optimizing parameters for different markets, making the strategy adaptable to more market environments.

  5. The multi-timeframe approach combining intraday reversal and medium-term trend allows capturing more trading opportunities.

Risk Analysis

Despite using multiple strategies to reduce individual strategy risks, the Surf Rider strategy still contains the following risks in trading:

  1. The 123 Reversal strategy is weaker in range-bound markets, potentially generating consecutive loss-incurring reversal signals.

  2. The ECO strategy underperforms in low liquidity environments so should be avoided there.

  3. The dual-strategy filter may miss some profit signals that single strategies would capture separately.

  4. Incorrect parameter settings may cause the strategy to generate false signals. Parameters should be tuned to suit different markets.

  5. The strategy may fail to adapt to some exceptional market conditions like black swan events.

Optimization Directions

There is further room for optimizing the Surf Rider strategy:

  1. Consider adding a stop loss strategy to exit positions automatically when losses reach stop loss levels.

  2. Test different moving average parameters to find more stable parameter combinations.

  3. Try machine learning based adaptive parameter optimization for dynamic parameter tuning.

  4. Add more auxiliary strategies to further improve signal accuracy.

  5. Test stability across different market environments and adjust parameters accordingly.

  6. Develop automated backtesting and execution systems for more rigorous strategy optimization.

Conclusion

In conclusion, by combining reversal and trend following strategies for dual confirmation, the Surf Rider strategy improves signal accuracy while capturing trend changes, allowing for excess returns over the broader market. Despite some risks, continuous optimization can adapt the strategy to more market environments. The strategy is flexible and risk-controllable, suitable for investors seeking steady long term returns.

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

//@version=4
////////////////////////////////////////////////////////////
//  Copyright by HPotter v1.0 16/04/2020
// This is combo strategies for get a cumulative signal. 
Strategy parameters
Strategy parameters
Length
KSmoothing
DLength
Level
r
s
Trade reverse
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)