BTC Trend Follower
Trend-following system for Bitcoin using the 50-day moving average as the trend filter and RSI momentum for entry timing. Designed to capture major BTC bull runs while avoiding extended drawdowns.
π‘ Current Signal
BTC above 50-day MA. Existing position HOLD. No new entry trigger.
π Indicators
π§ͺ Backtest Results
| Period | Jan 2018 β Dec 2024 |
| Win Rate | 52% |
| CAGR | 35.2%π Premium |
| Profit Factor | 2.87Γπ Premium |
| Max Drawdown | -28.3%π Premium |
| Total Trades | 23π Premium |
π Methodology
## BTC Trend Follower β Full Methodology
Β
### Trend Filter
- **Bullish regime:** BTC price is above the 50-day SMA
- **Bearish regime:** BTC price is below the 50-day SMA
Β
### Entry Criteria (Long only)
1. BTC closes above the 50-day SMA after being below it (regime change)
2. **RSI(14)** is between 50 and 70 (confirms momentum, not overbought)
3. **Volume:** 7-day average volume must be rising (3 consecutive days of higher avg volume)
Β
### Exit Rules
- **Primary exit:** BTC closes below the 50-day SMA for 3 consecutive days
- **Trailing stop:** 20% from the highest close since entry
- **No short positions** β BTC has a structural long bias due to halvings and adoption
Β
### Position Sizing
- Allocate 5β15% of portfolio to BTC (high volatility asset)
- Scale in: 50% on initial signal, 50% on first pullback to 50-day MA that holds
Β
### Backtest Notes
Tested on BTC/USD daily bars from Jan 2018 to Dec 2024. Captures the 2020β2021 bull run and 2023β2024 recovery. Avoids the worst of 2022 bear market. CAGR is high but drawdowns are significant β this is crypto.
π Full methodology requires a subscription
π·οΈ Tags
Get via API
Fetch this signal programmatically:
curl -X GET "https://www.tokenspy.ai/api/signals/btc-trend-follower" \
-H "Authorization: Bearer YOUR_API_KEY"β οΈ DISCLAIMER: All trading signals are AI-generated and for informational purposes only. This is NOT financial advice. Past performance does not guarantee future results. Trade at your own risk. TokenSpy is not a registered investment advisor.