Uptrend and Oversold Index Swing Trading System strategy
Riding Trends and Mean Reversion with the I11L Hypertrend
The I11L Hypertrend strategy utilizes a momentum scoring system across multiple timeframes to identify oversold levels to buy and uptrends to trade. It aims to profit from short-term countertrend bounces and momentum breakouts.
How the Strategy Works
The key components include:
- Scoring system comparing EMAs/SMAs across 20 periods
- High score indicates uptrend, low score oversold conditions
- Crossovers of scores used as entry/exit signals
- Trailing stop loss to protect open profits
- Fixed take profit target based on entry price
Longs are entered on oversold reversals when the scores crossover. Shorts are taken when the scores crossover in uptrends.
A trailing stop locks in profits while the take profit exits at a defined risk/reward multiple.
Benefits of the I11L System
The main advantages of this approach:
- Combines mean reversion and trend following
- Scoring adapts to changing market conditions
- Multiple timeframes identify turning points
- Trailing stop automates trade management
- Compounding boosts returns in strong trends
The dynamic scoring system provides valuable insights for trading both reversals and breakouts.
Potential Weaknesses and Risks
However, some limitations exist:
- Overoptimization likely on past data
- Lagging scores and late signal entries
- Multiple parameters to configure
- Prone to whipsaws in choppy periods
- No trade filtering for high probability
Past performance metrics can be misleading if not walk-forward tested. Cautious optimization and risk management is required.
Key Tuning Parameters
Some key inputs that can be optimized:
- Number of EMAs/SMAs in scoring system
- Length of averaging periods
- Oversold/uptrend crossover thresholds
- Stop loss distance from price
- Take profit risk/reward multiple
Robust strategies balance performance across bull, bear and range-bound markets. Rigorous walk-forward testing prevents curve fitting.
In Summary
The I11L Hypertrend provides a systematic process for trading oversold bounces and riding upside breakouts. With proper configuration and risk management, this momentum approach can provide an edge over the long-run.
/*backtest
start: 2023-01-01 00:00:00
end: 2023-04-15 00:00:00
period: 8h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/
//@version=5
// strategy("I11L Hypertrend",overlay=false, initial_capital=1000000,default_qty_value=1000000,default_qty_type=strategy.cash,commission_type=strategy.commission.percent,commission_value=0.00)
strategy.initial_capital=50000
tradingMode = input.string("Oversold or Trend", "Trading Mode", ["Oversold or Trend", "Always Buy"], tooltip="Choose the Trading Mode by trying Both in your Backtesting. I use it if one is far better then the other one.")- 1
