pine-script

Export Vibe-Trading backtest strategies into TradingView Pine Script v6, TDX Formula, and MetaTrader 5 MQL5 code.

Updated May 5, 2026
One-click install
npx skills add https://github.com/wudye/traderAssistHK --skill pine-script-wudye
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pine-script
Source: https://github.com/wudye/traderAssistHK/tree/main/backend/src/skills/pine-script
Command: npx skills add https://github.com/wudye/traderAssistHK --skill pine-script-wudye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns a Vibe-Trading backtest strategy into ready-to-use indicator/strategy code for multiple trading platforms, so you can deploy the same logic without rewriting it by hand.

Core Features & Use Cases

  • One-source-to-multi-platform export: Generates TradingView Pine Script v6, TDX Formula (for 通达信/同花顺/东方财富), and MetaTrader 5 MQL5 in a single run.
  • Backtest-to-code workflow: Uses the Vibe strategy description plus config and Python logic inputs to produce consistent cross-platform outputs.
  • Practical deployment: Produces an artifacts file for TradingView/TDX/MT5, each with copy/paste or save/compile instructions for immediate use.

Quick Start

Load the pine-script skill and export from your Vibe backtest so it generates artifacts/strategy.pine containing TradingView Pine Script v6, TDX Formula code, and MT5 MQL5 sections.

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 TradingView Pine Script and MT5?▼

You can export a backtest strategy to TradingView Pine Script and MT5 by using a multi-platform code generator that takes your strategy logic and outputs executable Pine Script v6 and MQL5 code in a single run.

Can I generate TDX Formula code for Chinese stock platforms from a single trading strategy?▼

Yes, you can generate TDX Formula code compatible with Chinese stock platforms like Tongdaxin and Tonghuashun by translating your original strategy logic into the platform-specific formula syntax.

What is the best way to deploy the same trading signals across different charting platforms?▼

The best way to deploy the same trading signals across different charting platforms is to use a one-source-to-multi-platform export tool that standardizes entry and exit logic into platform-specific templates.

Does this tool require Python logic inputs to produce MetaTrader 5 MQL5 code?▼

Yes, generating MetaTrader 5 MQL5 code requires Python logic inputs along with your strategy description and configuration to accurately map indicators and position semantics for the final executable file.

How to convert Vibe-Trading backtest logic into executable indicator code?▼

To convert Vibe-Trading backtest logic into executable indicator code, input your strategy configuration and the tool will produce a combined artifacts file containing ready-to-compile code sections for your target platforms.