maddogfinance/dsh-trading

maddogfinance★ 4TypeScriptLast synced: 2026-08-17

Open on GitHub

Trading research workbench for DeepSeek Harness (dsh): typed market-data seam, deterministic indicators, interactive chart cards, hard no-execution boundary — research only | 只读交易研究工作台插件:数据接缝 · 确定性指标 · 交互式K线卡 · 结构性禁下单

README excerpt

dsh-trading A trading research workbench built as plugins for DeepSeek Harness ( dsh ). No fork, no patched core — just a bundle you stack on the stock web or headless profile. Status: early scaffold. dsh itself is in developer preview and moves fast; expect breaking changes on both sides. Demo ▶ Watch the full 80-second demo with narration on YouTube — the agent answers with an interactive chart card, chips draw indicator panes from the exact per-bar series the model read, and annotate chart puts levels on the chart through a trust gate: mandatory provenance, prices validated against the real candle window. All footage is a live session, no mockups. Design Five packages, one direction of dependency: - market-data defines the seam and nothing else (its only peer is cordis). Every consumer talks to ctx.marketData ; every data source hides behind MarketDataProvider . - provider-csv is the bring-your-own-data template: 100 lines, local / / .csv files. Copy it to put ClickHouse, a broker API, or CCXT behind the same interface — tools upstream never change. - tool-market registers read-only analysis tools on ctx.tools . market snapshot returns a whole multi-timeframe indicator regime in…

View full README on GitHub →
Searchdeepseek-harnessdshdsh-pluginmarket-dataresearchtechnical-analysistradingagent

Category