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.
$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namestrategy-translator
descriptionTranslate trading strategies between different frameworks and languages. Use when converting Pine Script to Python, porting strategies to NautilusTrader, or cross-platform migration.
version1.0.0
allowed-toolsRead, Write, Edit
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
- Restate the task in measurable terms.
- Enumerate required artifacts (datasets, features, configs, scripts, reports).
- Propose a default approach and 1-2 alternatives.
- Add validation gates (walk-forward, Monte Carlo, sanity checks).
- Produce repo-ready deliverables (code + docs) and a run command.