Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

TradeSearcher Agent Tools

БесплатноНе проверен

Enables interactive access to TradeSearcher strategies and backtests via CLI and MCP, allowing agents to search, backtest, and compare trading strategies.

GitHubEmbed

Описание

Enables interactive access to TradeSearcher strategies and backtests via CLI and MCP, allowing agents to search, backtest, and compare trading strategies.

README

Use TradeSearcher strategies and existing backtests inside Claude Code, Codex, and other coding agents.

Install

npm install -g @tradesearcher/cli

For MCP:

{
  "mcpServers": {
    "tradesearcher": {
      "command": "npx",
      "args": ["-y", "@tradesearcher/mcp-server"],
      "env": {
        "TRADESEARCHER_API_KEY": "your_api_key"
      }
    }
  }
}

CLI

tradesearcher auth login
tradesearcher auth status
tradesearcher search BTCUSD
tradesearcher best AAPL
tradesearcher backtest 12345 --details --trades --trade-limit 20
tradesearcher strategy 6789 --source
tradesearcher export 12345 --pine --out strategy.pine
tradesearcher compare 12345 67890
tradesearcher schema
tradesearcher schema backtest

Useful search sorts:

tradesearcher search BTCUSD --sort sharpe
tradesearcher search BTCUSD --sort profitFactor
tradesearcher search BTCUSD --sort roi
tradesearcher search BTCUSD --sort latestTradeDate
tradesearcher search BTCUSD --sort robustness

--equity can return large JSON arrays. Use it after narrowing to final candidates.

Use tradesearcher schema to print JSON command schemas for agents. Use tradesearcher schema backtest or tradesearcher schema strategy for one command.

Search, best, and compare rows show source available, source no, or source private when TradeSearcher knows whether Pine source text is available. available means TradeSearcher has source text for the strategy; it does not prove that the text is a complete standalone Pine strategy.

Export Pine source for a backtest strategy:

tradesearcher export 12345 --pine --out strategy.pine

Free accounts hide high-performance backtests with a profit factor above 3. Premium shows these stronger backtests, more results, recent trades, and full strategy details.

Upgrade: https://tradesearcher.ai/app/premium

MCP tools

See docs/mcp-tools.md for tool schemas, examples, and the recommended agent workflow.

Release check

Before publishing:

npm run release:check

See docs/release.md for the publish order.

from github.com/vnguyen42/tradesearcher-agent-tools

Установка TradeSearcher Agent Tools

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/vnguyen42/tradesearcher-agent-tools

FAQ

TradeSearcher Agent Tools MCP бесплатный?

Да, TradeSearcher Agent Tools MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для TradeSearcher Agent Tools?

Нет, TradeSearcher Agent Tools работает без API-ключей и переменных окружения.

TradeSearcher Agent Tools — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить TradeSearcher Agent Tools в Claude Desktop, Claude Code или Cursor?

Открой TradeSearcher Agent Tools на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare TradeSearcher Agent Tools with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai