BTC_Hull Suite Strategy by Trading_Alpha01

By Trading_Alpha01

Performance Metrics

Description

OverviewBTC_Hull Suite Strategy is a trend-following system designed to keep drawdowns modest while staying exposed during genuine uptrends. It uses the Hull Moving Average (HMA) for fast, low-lag trend turns, a long-term SMA filter to avoid chop, and a percentage trailing stop to protect gains.πŸ”§ What the strategy includes- Hull Moving Average (HMA) with configurable length (default 55)- SMA filter (default 130) to trade only with higher-timeframe bias- Trailing stop in percent (default 5%) based on the running peak of close- Execution model: signals are evaluated on the previous bar and entries are placed at the next bar’s open (TradingView default)πŸ“ˆ How it works:βœ… Entry (Long):Detects a bullish Hull turn by comparing the current HMA to its value 3 bars ago:h[1] > h3[1] and h[2] sma[1]If both are true (and within the date window), a long is opened next bar at the open❌ Exit:Hull turn down: h[1] = h3[2], orTrailing stop: price closes below peak * (1 – trailingPct)Either condition closes the position at the current bar’s closeNotes:pyramiding = 1 β†’ allows one add-on (maximum two concurrent long positions)Position sizing defaults to 20% of equity per entry (adjustable in Properties)Who is this for?This strategy is tailored for Bitcoin traders (spot or perpetuals) who want a rules-based, low-lag trend system with built-in drawdown protection.It works best on Daily or 4H charts, but parameters can be adapted for other timeframes.⚠️ DisclaimerThis strategy is provided for educational and research purposes only.It is not financial advice. Markets are risky β€” always test on your own data, include realistic fees/slippage, and forward-test before using real capital.

Browse all 5,900+ TradingView Pine Script strategies

View on TradingView