AI Agent Hub
Back to plugins
dsh-trading preview

dsh-trading

Web Tools Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install maddogfinance/dsh-trading

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

Install dsh-trading in DeepSeek Harness from the source repository https://github.com/maddogfinance/dsh-trading.

About this plugin

dsh-trading addresses a common gap when doing trading research inside DeepSeek Harness: the agent can discuss markets and draw charts, but the user often lacks a persistent, live view they can control without interrupting the conversation. The plugin adds a chart-first workbench on top of the stock web or headless profile, with a live chart column beside the chat. When the agent analyzes an instrument, the panel can follow it live; when the user pins a chart, agent drawings become a Show offer instead of replacing the view, and the panel can publish what it is currently showing back to the model.

The core is designed around a replaceable market-data seam and read-only research tools. It includes a CSV provider template for bring-your-own-data workflows, a Futu OpenD provider for supported equities and crypto pairs, multi-timeframe indicator snapshots, raw OHLCV access, and chart annotation with strict matching rules. An optional frame can rearrange the shell into a wider chart layout without patching the core. With a hard boundary against order execution, it is aimed at traders, researchers, and DeepSeek Harness plugin developers who want a live market observation and chart-review workspace rather than an automated trading system. It is still an early scaffold, so it fits users comfortable with fast-moving developer-preview changes.

Screenshots

Use Cases

  • Ask the agent to annotate levels and view them on a live chart column.
  • Switch symbols and timeframes yourself while the model reads the current chart view.
  • Use local CSV or Futu OpenD data for multi-timeframe indicator research.

Best For

  • Traders who need market research and chart review.
  • DeepSeek Harness users who want to extend market-data capabilities.
  • Plugin developers building read-only analysis tools on a market-data interface.