Type/to search

PMax Breakout Strategy Based on RSI and T3 Indicators

Cryptocurrency
Created: 2023-11-22 15:03:08
Last modified: 3 years ago
1
Follow
1778
Followers

img

Overview

This is a quantitative trading strategy that utilizes RSI and T3 indicators to determine trends and sets stop-loss lines based on ATR indicators to implement adaptive PMax breakouts. Its main idea is to optimize trend determination and stop-loss settings to control risks while improving profitability.

Strategy Logic

  1. Determine trends using RSI and T3 indicators

    • Use RSI indicator to judge overbought/oversold of stocks
    • Calculate T3 indicator based on RSI to determine trends
  2. Set adaptive PMax stop-loss lines based on ATR indicator

    • Use ATR as a representative of volatility
    • Set stop-loss lines above and below T3 indicator, with width of a multiple of ATR
    • Realize adaptive adjustment of stop-loss lines
  3. Buy on crossover and exit on stop-loss

    • Consider price crossover above T3 as buy signal
    • Exit position when price crosses below stop-loss line

Advantages

The main advantages of this strategy:

  1. RSI + T3 combination improves trend determination
  2. PMax adaptive stop-loss controls risks
  3. ATR as volatility index rationalizes stop-loss width
  4. Balance between drawdown and profitability

Risks

The main risks:

  1. Reversal risk

    Short-term reversals may trigger stop-loss and cause loss. Can loosen stop-loss to reduce impact.

  2. Trend determination failure risk

    RSI+T3's trend determination not 100% reliable. Wrong judgement may cause loss. Can optimize parameters or add other indicators.

Improvements

Some directions for further optimization:

  1. Add other indicators like moving average for trend assistance
  2. Optimize length parameters for RSI and T3
  3. Test different ATR multipliers for stop-loss width
  4. Adjust stop-loss looseness based on different markets

Conclusion

This strategy integrates the strengths of RSI, T3 and ATR indicators, achieving a combination of trend determination and risk control. Compared to single indicators, it has higher accuracy and drawdown control, making it a reliable trend tracking strategy. Still room for optimizing parameters and risk control. Overall a recommended quantitative trading strategy worth promoting.

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

//@version=4
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © KivancOzbilgic
//developer: @KivancOzbilgic
Strategy parameters
Strategy parameters
Source
ATR Multiplier
Tillson T3 Length
TILLSON T3 Volume Factor
ATR Length
RSI Length
Show RSI?
Show Moving Average?
Show Crossing Signals?
Highlighter On/Off ?
=Backtest Inputs=
From Day
From Month
From Year
To Day
To Month
To Year
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)