Commit Graph
24 Commits
Author SHA1 Message Date
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
Klaus Gergull da SilvaandGitHub 1bb298d78f Update README.md
Typo fix
2025-01-20 15:21:12 -03:00
MatthiasandGitHub 424bddd28f Update readme to explain strategy result table
closes #270
2022-10-07 15:31:53 +02:00
Matthias dffa8b1964 Update links to point to main branch 2022-07-17 20:05:31 +02:00
Matthias e705e712e7 Update strategies to new Strategy interface 2022-07-10 11:36:35 +02:00
Matias LaporteandGitHub ef1da6e02a Update README.md
Corrected strategies link to reference current repo
2021-11-22 13:45:28 +01:00
MatthiasandGitHub f03c447c7e Improve wording 2020-10-30 16:42:51 +01:00
MatthiasandGitHub 88c52f8818 Revmove config link 2020-10-30 14:44:58 +01:00
Alessandro RodiandGitHub 628d0e01c8 correct typo 2020-08-25 08:37:38 +02:00
MatthiasandGitHub f42abc37bc Update links to strategies 2020-03-24 10:28:36 +01:00
Matthias 5307378093 Fix typos 2019-12-23 12:42:32 +01:00
Matthias a3e53bab17 Updat readme.md to align to current commands 2019-12-23 09:35:56 +01:00
Matthias 0ff6cb1d89 Update strategies with latest parameters 2019-02-17 16:06:39 +01:00
Matthias 98cc7cab5b Reference official documentation 2019-02-17 15:58:45 +01:00
Oon ArfiandwiandGitHub d3af607ad6 Update free trading strategies table on README.md
Change reference from free trading strategies table to files in official repo.
Avoid confusion from old issues that still refer to an external (unofficial) repo.
2018-12-27 17:24:32 +08:00
Matthias 8078d62f1a Remoe --realistic-flag from backtesting sample calls 2018-10-01 19:24:54 +02:00
Samuel HussoandGitHub 4be1aaee3d point docs to freqtrade develop 2018-06-06 19:28:52 +03:00
Samuel HussoandGitHub 5b69194ca6 still few dead links left behind 2018-06-06 08:46:19 +03:00
Gerald Lonlas d7ba619517 Fix typo on README 2018-06-03 01:25:37 -07:00
Gerald Lonlas 53bb407432 Update README 2018-06-03 01:14:59 -07:00
Gerald Lonlas 113b6d8055 Add a strategy 2018-05-29 23:43:04 -07:00
ThuruvandGitHub 6a620bc9ff update typo 2018-01-27 00:15:12 +05:30
Gerald Lonlas 1ee6c3debe Add first free strategies 2018-01-21 01:11:59 -08:00