AI Agent Hub
Back to plugins
🖥️

dsh-quant-workspace

Client Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install AllenCX/dsh-quant-workspace

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install AllenCX/dsh-quant-workspace in your terminal to install; the source code is available at https://github.com/AllenCX/dsh-quant-workspace .

About this plugin

Quant research often means bouncing between data scripts, backtesting frameworks, and plotting libraries, with a pile of glue code in between. dsh-quant-workspace collapses that pipeline into a single DeepSeek Harness conversation: describe what you want in plain language, and the bundled Python engine pulls Yahoo Finance daily bars, runs a rule-based backtest, and emits a self-contained interactive HTML report — all without leaving the chat window.

Backtest output includes a per-trade table, total return, max drawdown, win rate, average holding period, and a buy-and-hold baseline. The interactive charts carry candlesticks with Bollinger bands and entry/exit markers, volume, %B, and an equity curve, with cursor-anchored zoom, pan, crosshair, and a colour-scheme toggle — a single HTML file with zero external dependencies. Strategies you have researched can be saved to a built-in registry and reused by ID; a Bollinger mean-reversion example rule ships out of the box so the workspace works immediately.

The plugin is strictly read-only: it places no orders, modifies no positions, and requires no market-data API key. It suits quant enthusiasts, strategy researchers, or any developer who wants to close the idea-to-validation-to-visualisation loop inside a chat interface without assembling a separate project pipeline.

Use Cases

  • Grab a daily signal card for any ticker right in the chat
  • Run a full backtest and get an interactive HTML chart in one call
  • Save a researched strategy and reuse it by ID later

Best For

  • Researchers who want a chat-first quant validation loop
  • Developers prototyping rule strategies without a separate project pipeline
  • Users who prefer read-only tools with no order placement or market-data keys