daily-trader: backtest + rerank + FOM (2026-07-07) - #80
Open
SamprasZheng wants to merge 1 commit into
Open
Conversation
OFFLINE_STUB: first run; yfinance blocked by proxy (fc.yahoo.com 403), trader pipeline (agents/src/trader/) not yet installed. - wiki/synthesis/daily-trader-2026-07-07.md: full structured report with 15-ticker watchlist, placeholder scan verdicts, FOM v1.0 table (0.4×conf + 0.3×σ + 0.2×hit_rate + 0.1×news_mom), tier-1/2 rerank, blocker documentation, and tomorrow's backtest reference directions - wiki/log.md: one-line entry prepended - wiki/index.md: daily-trader section added under Synthesis Scan JSON at agents/outputs/scan-2026-07-07.json is gitignored per agents/.gitignore (outputs/* pattern). Co-Authored-By: Claude <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.
Summary
What's in this PR
wiki/synthesis/daily-trader-2026-07-07.mdwiki/log.mdwiki/index.md[[synthesis/daily-trader-2026-07-07]]added under Synthesisagents/outputs/scan-2026-07-07.jsonwas written locally but is excluded byagents/.gitignore(outputs/*).Blockers (need resolution before live data works)
B1 — Yahoo Finance proxy block (CRITICAL)
fc.yahoo.com:443returns HTTP 403 CONNECT via the environment proxy policy. No live price data, no realized returns, no momentum signals. Fix: addfc.yahoo.comto the proxy allowlist (see/root/.ccr/README.md).B2 — Trader pipeline not installed (HIGH)
agents/src/trader/does not exist. The task referencescli.py,orchestrator.py,tools/yfinance_client.py, andLLM_BACKEND=anthropic uv run trader scan— none present. Fix: scaffold the trader module mirroringagents/src/firefly/.FOM Formula (v1.0, documented in report)
Weights are priors; revisit after 5 days of hit-rate data via simple OLS.
Placeholder Directions (tomorrow's backtest reference)
NVDA=LONG, TSM=LONG, AVGO=LONG, PLTR=LONG, MSFT=LONG, META=LONG, AMZN=LONG, ORCL=LONG, TSLA=SHORT, GOOGL/AAPL/CRM/AMD/SMCI/NFLX=NEUTRAL
Generated by Claude Code