pine-script

Export Vibe-Trading strategies to Pine Script, TDX Formula, and MQL5 code.

Updated May 15, 2026
One-click install
npx skills add https://github.com/philipcoller-777/Vibe-Trading-TV2 --skill pine-script-philipcoller-777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pine-script
Source: https://github.com/philipcoller-777/Vibe-Trading-TV2/tree/main/agent/src/skills/pine-script
Command: npx skills add https://github.com/philipcoller-777/Vibe-Trading-TV2 --skill pine-script-philipcoller-777

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Exports backtested Vibe-Trading strategies to platform-specific indicator and strategy code across TradingView Pine Script, TDX Formula, and MT5 (MQL5) for seamless deployment.

Core Features & Use Cases

  • Multi-platform export: Pine Script v6 for TradingView, TDX Formula for China platforms, and MT5 via MQL5.
  • Workflow-driven translation: load strategy, read config.json and code/signal_engine.py, translate to all platforms, and write output artifacts under artifacts/.
  • Use Case: Convert a backtested strategy description into ready-to-run code for TradingView, Chinese stock/FX platforms, and MT5 with a single description.

Quick Start

Provide your strategy details and run the pine-script skill to generate code for TradingView, TDX Formula, and MT5.

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 backtest strategy to Pine Script for TradingView?

To export a backtest strategy to Pine Script, provide your strategy details to generate ready-to-run Pine Script v6 code. The workflow reads your config.json and signal_engine.py to translate the strategy and writes the output artifacts under the artifacts/ directory.

Can I convert my TradingView strategy to MT5 MQL5 and TDX Formula?

Yes, you can convert a strategy to MT5 MQL5 and TDX Formula. The export workflow translates a single strategy description into platform-specific code for TradingView, Chinese stock/FX platforms via TDX Formula, and MetaTrader 5 simultaneously.

What files do I need to generate platform-specific trading code?

Generating platform-specific trading code requires a config.json file and a code/signal_engine.py file. These inputs contain the strategy logic and configuration needed to translate and export the backtest artifacts for each platform.

Does the multi-platform strategy export support Pine Script v6?

Yes, the multi-platform strategy export supports Pine Script v6 for TradingView. It generates code artifacts specifically targeting Pine Script v6, TDX Formula, and MQL5 to ensure seamless deployment across these major trading platforms.

Where are the exported strategy code artifacts written?

Exported strategy code artifacts are written under the artifacts/ directory. The workflow generates separate output files for TradingView Pine Script, TDX Formula, and MT5 MQL5 within this directory during the translation process.