Commit Graph
3 Commits
Author SHA1 Message Date
darkvolg a892f504b5 fix: remove internal V4 version references from strategy code
Per maintainer feedback, the strategy-examples repo shouldn't imply
prior/private versions. Removed V4 tags from comments and docstrings.
2026-04-21 16:19:52 +03:00
darkvolgandClaude Opus 4.6 405be8e0e8 fix: address review feedback from xmatthias
- Remove "Public version" block from docstring (no need to imply private version)
- Remove inline Telegram messages from confirm_trade_entry/exit (duplicates freqtrade notifications)
- Clean up stoploss/trailing comments (remove "WIDE" wording)
- Remove "V4 cascading exit" from README table (internal versioning, not user-facing)
- Keep confidence-based entry filter in confirm_trade_entry

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 09:22:11 +03:00
darkvolgandClaude Opus 4.6 24179a3e9a Add TrendRiderStrategy: V4 cascading early loss cut
Wide-stop trend follower for Bybit USDT-perps (1h timeframe), 15 large-cap pairs.
6-signal confidence scoring (EMA / RSI / ADX / volume / Bollinger / MACD).

Key feature: cascading early loss cut replaces the typical flat time_exit_24h
rule. Backtest improvement on the same 30-day window:

- Profit factor: 1.03 -> 1.41
- Max drawdown: -6.12% -> -1.42%
- Sharpe: 0.22 -> 0.91
- Win rate unchanged at 66.7%
- Avg loser: -$1.14 -> -$0.34 (70% reduction)

The strategy is currently running live on a public dashboard at
https://trendrider.net/live which reads the bot's SQLite every 60 seconds.

Full post-mortem with every trade and the V3 -> V4 fix story:
https://trendrider.net/blog/freqtrade-bot-14-days-breakeven-v4-fix-2026

Source repo (MIT, with banner and full docs):
https://github.com/darkvolg/trendrider-strategy

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 16:32:12 +03:00