pine-script

Translate Python strategies into Pine Script v6, TDX Formula, and MQL5 code.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/GGwujun/SigmX --skill pine-script-ggwujun
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pine-script
Source: https://github.com/GGwujun/SigmX/tree/main/agent/src/skills/pine-script
Command: npx skills add https://github.com/GGwujun/SigmX --skill pine-script-ggwujun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Exports backtested Vibe-Trading strategies into multi-platform code so users can deploy strategies across TradingView, TDX, and MT5 without manual rewriting.

Core Features & Use Cases

  • Cross-platform export: Generates indicator/strategy code for Pine Script v6, TDX Formula, and MQL5 from a single strategy source.
  • Unified output artifact: Produces a single artifacts/strategy.pine containing all platform sections and ready-to-run blocks.
  • Platform-aware translation: Reads config.json and code/signal_engine.py to map instrument formats and translate signals coherently across platforms.
  • Use Case: A quant team exports a backtested strategy to run on TradingView, TDX, and MT5 with consistent signals and notes.

Quick Start

Translate a Vibe-Trading backtest strategy into multi-platform code by supplying your strategy details and config, then run the translation workflow to generate platform-specific code blocks and artifacts.

Frequently Asked Questions about pine-script

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export a backtested strategy to Pine Script, TDX, and MQL5?▼

To export a backtested strategy to Pine Script, TDX, and MQL5, you supply your config.json and code/signal_engine.py files. The workflow translates the Python logic into platform-specific code blocks, outputting a combined strategy.pine artifact for TradingView, TDX, and MT5.

What is the best way to translate a Python trading strategy into TradingView Pine Script v6?▼

Translating a Python trading strategy into TradingView Pine Script v6 involves mapping instrument formats and signal logic coherently. This workflow reads your Python source and config to generate ready-to-run Pine Script v6 blocks within a unified output artifact.

Can I generate TDX Formula and MQL5 code from a single Python backtest source?▼

Yes, you can generate TDX Formula and MQL5 code from a single Python backtest source. The translation process reads your source logic and maps the signals coherently across TradingView, TDX, and MT5, producing consistent strategy code for all platforms.

Do I need to manually rewrite my strategy logic for different trading platforms?▼

No, you do not need to manually rewrite your strategy logic for different trading platforms. By reading your configuration and signal engine source, the workflow performs a platform-aware translation to output ready-to-run code for TradingView, TDX, and MT5.

How does cross-platform strategy export handle different instrument formats?▼

Cross-platform strategy export handles different instrument formats by performing platform-aware translation. It reads your config.json and signal_engine.py to map instrument formats accurately and translate signals coherently across TradingView, TDX, and MT5 environments.

What outputs should I expect when converting a strategy to multi-platform code?▼

When converting a strategy to multi-platform code, you should expect a single artifacts/strategy.pine file containing all platform-specific sections. This unified output includes ready-to-run blocks and usage instructions for TradingView, TDX, and MT5.