Skip to main content
Generaldvcrn

strategy-translator

Translate trading strategies between different frameworks and languages. Use when converting Pine Script to Python, porting strategies to NautilusTrader, or cross-platform migration.

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--strategy-translator
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/ahuserious--strategy-translator/skills/strategy-translator/SKILL.md -o .claude/skills/strategy-translator.md

Drops the SKILL.md into .claude/skills/strategy-translator.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Strategy Translator

Source: https://mcpmarket.com/tools/skills/strategy-translator

Use When

  • You need to apply this capability as part of trading research workflows (data, features, backtests, ML, reporting).
  • You want a reproducible output that can be committed to this repo (code, configs, docs).

Inputs To Ask For

  • Objective: what success looks like (metric, constraints, time horizon).
  • Data: symbols, timeframe, sampling, data sources, and leakage risks.
  • Constraints: compute budget, latency, interpretability, and deployment requirements.

Outputs

  • A concrete plan (steps + checks).
  • A minimal implementation sketch (files to create/change) and verification steps.
  • If applicable: a risk checklist (leakage, overfitting, evaluation pitfalls).

Workflow

  1. Restate the task in measurable terms.
  2. Enumerate required artifacts (datasets, features, configs, scripts, reports).
  3. Propose a default approach and 1-2 alternatives.
  4. Add validation gates (walk-forward, Monte Carlo, sanity checks).
  5. Produce repo-ready deliverables (code + docs) and a run command.