Type/to search

Multi-factor Reversal Trading Strategy

Cryptocurrency
Created: 2023-09-19 21:13:04
Last modified: 3 years ago
1
Follow
1781
Followers

Overview

This strategy combines multiple technical indicators to identify price reversals, making it a multi-factor driven reversal trading strategy. It integrates the 123 pattern with the Polarized Fractal Efficiency (PFE) indicator, entering trades only when both agree on the signal to filter out false signals and improve win rate.

Strategy Logic

The strategy consists of two main components:

  1. 123 pattern identification: A buy signal is generated when the close is up for 2 consecutive days and then down on the 3rd day, with Stochastic fast line below slow line. A sell signal is generated when the opposite occurs.

  2. PFE indicator threshold: PFE above upper limit indicates sell signals, PFE below lower limit indicates buy signals.

Trades are entered only when both 123 pattern and PFE indicator agree. If not, position is flat.

The 123 pattern identifies potential reversals. PFE measures trend efficiency to avoid false breakouts. Together they improve accuracy through multi-factor confirmation.

Advantages

  • 123 pattern and PFE validate each other, reducing false signals
  • PFE has sound theoretical basis for evaluating price efficiency
  • Multi-factor driven improves accuracy
  • Combining reversal pattern and trend indicator provides flexibility
  • Customizable parameters adapt to changing markets

Risks and Mitigation

  • Individual factors may give incorrect signals
  • Factor tuning needs continuous optimization
  • Short holding time risks frequent stop loss

Mitigations:

  1. Additional factors to improve accuracy
  2. Parameter optimization for increased robustness
  3. Auto-optimization methods to find optimal parameters
  4. Use fixed or trailing stop losses

Enhancement Opportunities

The strategy can be enhanced through:

  1. Volatility-based stops
  2. Auto-optimization of all parameters via machine learning
  3. Reducing reversal frequency during strong trends
  4. Adaptive indicators to adjust for market volatility
  5. Portfolio combinations to diversify risks and improve returns

Conclusion

This strategy combines multiple factors to identify reversal points, providing theoretical soundness and ease of implementation. The multi-factor approach improves accuracy over single indicators. Further improvements can come through parameter optimization, stop loss management, portfolio combinations and more.

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

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