Add TrendRider Strategy to 策略 section#35
Open
darkvolg wants to merge 1 commit into
Open
Conversation
Member
|
Not sure whether to add it. I' d wait for 100 stars. |
darkvolg
added a commit
to darkvolg/Trading
that referenced
this pull request
Apr 15, 2026
thuquant/awesome-quant#35 maintainer asks for 100 stars before merge. Adds GitHub star call-to-action buttons on /live and /blog pages plus star link in live-stats tweet template (patched on Senko). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
darkvolg
added a commit
to darkvolg/Trading
that referenced
this pull request
Apr 25, 2026
thuquant/awesome-quant#35 maintainer asks for 100 stars before merge. Adds GitHub star call-to-action buttons on /live and /blog pages plus star link in live-stats tweet template (patched on Senko). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
darkvolg
added a commit
to darkvolg/Trading
that referenced
this pull request
Apr 25, 2026
thuquant/awesome-quant#35 maintainer asks for 100 stars before merge. Adds GitHub star call-to-action buttons on /live and /blog pages plus star link in live-stats tweet template (patched on Senko). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
什么 / What
在
策略部分添加 TrendRider Strategy — 一个开源的基于Freqtrade的加密货币交易策略,具有新颖的级联止损退出逻辑和公开的实时测试数据面板。Adding TrendRider Strategy to the
策略(Strategies) section — an open-source Freqtrade-based crypto trading strategy with a novel cascading early-loss exit ladder and a public live dry-run dashboard.为什么适合这个列表 / Why it fits this list
freqtrade backtesting命令,20分钟内可以验证所有数字核心技术贡献 / Core technical contribution
策略的新颖点是
custom_exit中的级联早期止损退出 — 随着交易时间的增加,可接受的退出价格向上棘轮,而不是使用固定的时间止损:The strategy's novel piece is a cascading early-loss exit ladder in
custom_exitthat ratchets the acceptable exit price upward with trade age:回测结果 / Backtest delta (vs 固定24小时超时, 相同数据集、相同 buy_params、1h TF、30 天):
添加的条目 / Entry added
在
## 策略部分,添加在botvs/strategies后面:仓库 / Repo
谢谢维护这个列表! Thanks for maintaining this list.