issues Search Results · language:Dune language:JavaScript language:JavaScript language:HTML language:Java language:Python
Filter by
62M results
dashboard/data.py:30-40
list_runs wraps only _read in try/except; a result file that is valid JSON but a list/number/string reaches data.get(
total_pnl , ...) → AttributeError → breaks the whole /api/runs ...
strategy/setups.py:99-124, strategy/risk.py:27
No minimum thrust range or risk floor. A tight consolidation yields risk ≈ a few cents; size() then computes
floor(risk_per_trade / risk) which explodes, ...
live/ib_state.py:20-27
The filled 0 → partial branch precedes the cancelled branch, so a partial fill that is then cancelled never reaches
terminal canceled. Current callers don t hang (buy _poll returns ...
backtest/metrics.py:35-41, 62
- profit_factor returns 0.0 when gross_loss == 0 (all wins) — the worst value instead of inf; inconsistent with
ml/train.py:45 which returns inf.
- max_drawdown accumulates ...
This isn t a bug report or a feature request.
I simply wanted to share a brief summary of our journey with VideoHighlighter and thank you for creating such an
interesting project.
Over the past few weeks, ...
live/ib_client.py:183 (and 133, 210, 231, 238, 245, 256)
Every Event.wait(timeout=...) ignores its boolean return. A timeout on get_positions silently returns a partial/empty
positions list as if complete ...
live/ib_client.py:186-191, live/bar_aggregator.py
No cancelRealTimeBars exists, and each request_realtime_bars allocates a new reqId per symbol. Any re-subscribe
(reconnect, or a second subscribe) opens ...
Review の item で HITL が解除されたとき、未対応の人間コメントがあれば autopilot-address-review、approve のみなら autopilot-verify(DoD)
を自動ディスパッチする。phaseForItem と release 検知を拡張。
Part of #789
🤖 autopilot
live/executor.py:24-45
_poll returns as soon as filled_qty 0. enter() arms a stop for only the filled qty and returns without cancelling the
still-working DAY limit buy. The remainder can fill seconds ...
data/yf_provider.py:24-32, 58-99
yfinance returns an empty DataFrame on rate-limit/transient failure without raising. _cached then writes the empty/0.0
result to .cache/*.json permanently. Later runs ...

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.