yangfei222666-9/dsh-paper-trade

yangfei222666-9★ 0Python最后同步: 2026-08-21

在 GitHub 打开

Zero-dependency paper-trading CLI for the DeepSeek Harness ecosystem: virtual 100k, hash-chained tamper-evident trade ledger — paper only, never a real brokerage.

README 摘要

dsh-paper-trade A zero-dependency paper-trading CLI for the DeepSeek Harness ecosystem: a virtual $100,000 account, real daily stock quotes, and every trade recorded in a hash-chained, tamper-evident ledger . It exists to train one discipline — write the reason before the order, leave the evidence after the fill — without ever touching real money. MIT · pure Python standard library · by Taiji Whale (太极鲸) Why it exists The DSH ecosystem has almost no financial tooling. Most people jump straight to a real brokerage and burn real money. This tool turns "evidence-based trading discipline" into the smallest runnable system: - Paper only — no brokerage integration, no real funds. The red line is baked into the design. - Hash-chained ledger — every trade record carries the hash of the previous record; one command verifies nothing was altered. - Machine-enforced discipline — reject on insufficient cash, reject on insufficient position, reject when no quote exists , $1 virtual commission per trade, $20 minimum notional. - Zero dependencies — free Yahoo daily bars with a local CSV cache fallback. No third-party libraries. Install Requires Python 3.9+. No pip install step: the entire codebase…

在 GitHub 查看完整 README →
终端/TUIdeepseek-harnessdsh-pluginhash-chainpaper-tradingzero-dependencies

分类