issues Search Results · language:Dune language:Python language:JavaScript language:CSS language:JavaScript language:Java
Filter by
56.3M results
SKILL.md source
---
name: systematic-debugging
description: Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
---
# Systematic Debugging
## Overview
Random ...
来源:D-11 模拟盘设计复盘。
现状
_run_loop 按 timeframe_seconds 固定轮询,不感知交易时段:非 crypto 的 run 在休市(夜盘 / 周末 / 节假日)照样每个周期打 data /bars,纯浪费且放大对 data
的请求;_warmup_session 的 now-anchored 窗口在周末可能取到 stale / 空数据。
风控侧已有 MarketHoursRule(按交易所日历拦下单),但轮询节奏本身没用上同一套 ...
enhancement
Problem
GradeConfig.total_budget_seconds defaults to a flat 300s wall-clock ceiling on the whole grade stage (one LLM call per
(artifact × criterion) pair; on trip, remaining pairs degrade to GradingResult(score=None, ...
Auto-reported by camofox-crash-reporter. All data is anonymized.
Environment
- version: 1.11.2
- node: v22.22.3
- platform: linux
- uptime: 9 min
Resources
- node RSS: 1048 MB
- node heap: ...
auto-report
memory-leak
来源:D-11 模拟盘设计复盘。
现状
OrderExecutor.execute 对 LIMIT 是 对 ref_price=bar.close 即时判触发,未触发立即 REJECTED (order_executor.py:91,D-8a 在线撮合语义)。LIMIT 单不跨
bar 挂单:当前 bar 未触价 → 直接拒,后续 bar 即便触价也不会成交。
live 场景下这比回测更突出:策略挂的限价单语义上应 ...
enhancement
Improvement Description
伙伴对接发现需求,API转为MCP时,需要能够传入Authorization
Critical
来源:D-11 模拟盘设计复盘。是 #37.2(session 从 DB 重建)的上层特性缺口。
现状
main.py lifespan 把残留 running 全部 mark_running_as_errored(reason= service restarted ),没有任何自动续跑。
后果:每次部署 / 重启 = 所有模拟盘 run 集体阵亡,用户得手动一个个重新 start。对一个设计目标写明 ...
enhancement
Motivation
Current live order placement uses a single price point (now ask after #155). In thinly-traded markets like climate
events, this binary approach means either:
- Mid: better price, rarely ...
来源:D-11 模拟盘设计复盘。
现状
LiveEngineSession 用写死的 _LIVE_INITIAL_CASH = 10_000.0(live_runner.py:67)算权益,cumulative_pnl() = portfolio.equity() -
initial_cash(live_session.py:206)。
问题:
1. 与真实账户脱钩:session 是单币种、固定 ...
enhancement
来源:D-11 模拟盘设计复盘。
现状
run 永远跑到手动 stop 或 errored 为止:
- MaxDrawdownRule 命中只是锁下单(risk_rejected),run 本身仍 running,继续每个 timeframe 空轮询 data /bars——回撤熔断后并不停机。
- 没有 TTL / 没有 达到终止条件 auto-stop 。长跑实例会堆僵尸 run,叠加 ...
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.