Python Workspace

🌐Community
by terrylica · vlatest · Repository

Automates Python project setup, dependency management, and virtual environment creation within a dedicated workspace.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add python-workspace npx -- -y @trustedskills/python-workspace
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "python-workspace": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/python-workspace"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill facilitates the translation of MQL5 indicators to Python implementations within a dedicated workspace. It automates this process with features like headless market data export, CLI compilation, and automated validation against the original MQL5 indicator. The goal is to make MQL5-Python translation as seamless as possible, ensuring high accuracy (correlation >= 0.999).

When to use it

  • Exporting market data or indicator values from MetaTrader 5.
  • Translating MQL5 indicators into Python code.
  • Validating the accuracy of translated Python indicators against their MQL5 counterparts.
  • Understanding the capabilities and limitations of the MQL5-Python workflow.
  • Troubleshooting common translation issues.

Key capabilities

  • Automated Headless Market Data Export: Fetches OHLCV data and built-in indicators (RSI, SMA) from any symbol/timeframe without GUI interaction.
  • MQL5 Indicator Translation: Converts MQL5 indicator code to Python implementations.
  • Accuracy Validation: Ensures translated indicators maintain a correlation of at least 0.999 with the original MQL5 version.
  • Self-Correction: Documents and prevents recurring errors in the translation process.

Example prompts

  • "Translate this MQL5 indicator to Python."
  • "Export market data for EURUSD, period M1, 5000 bars."
  • "Validate the accuracy of my translated indicator."

Tips & gotchas

  • MetaTrader 5 must be running before attempting to export data.
  • The skill cannot access custom indicator buffers due to API restrictions; use CSV export from MT5 in those cases.
  • Refer to the documentation for detailed information, troubleshooting steps and version history.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
terrylica
Installs
41

🌐 Community

Passed automated security scans.