pine-script

Translate Vibe-Trading strategies to TradingView Pine Script, TDX Formula, China Equity platforms, and MQL5 for MetaTrader 5.

1|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/644408071-design/Kokpop --skill pine-script-644408071-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pine-script
Source: https://github.com/644408071-design/Kokpop/tree/main/agent/src/skills/pine-script
Command: npx skills add https://github.com/644408071-design/Kokpop --skill pine-script-644408071-design

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Vibe-Trading, Pine Script, TDX Formula, MQL5, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the issue of manually converting and exporting backtest strategies to various trading platforms, which can be time-consuming and error-prone.

Core Features & Use Cases

  • Batch Export: Convert and export a single Vibe-Trading strategy to all major trading platforms simultaneously.
  • Platform Support: Supports platforms like TradingView, 通达信, 同花顺, 东方财富, and MT5.
  • Use Case: If you have a backtested strategy on Vibe-Trading and want to use it on TradingView, you can use this Skill to export the strategy directly in the appropriate format.

Quick Start

To export your backtest strategy to all major trading platforms, simply use the following command: load_skill("pine-script") and then write_file("artifacts/strategy.pine").

Frequently Asked Questions about pine-script

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

FAQPage Schema
How do I convert a Python backtesting strategy to Pine Script for TradingView?

To convert a Python backtesting strategy to Pine Script, you need a Vibe-Trading strategy in Python. This Skill translates and exports it directly into Pine Script format for use on TradingView.

Can I export my trading strategy to MT5 and 通达信 at the same time?

Yes, you can export a trading strategy to MT5 and 通达信 simultaneously. The Skill performs batch exports, translating a single Vibe-Trading strategy into MQL5 for MetaTrader 5 and TDX Formula for China Equities in one go.

What do I need to convert Vibe-Trading strategies to MQL5 and TDX Formula?

To convert Vibe-Trading strategies to MQL5 and TDX Formula, you need the original strategy written in Python and appropriate knowledge of each target platform's specific scripting language.

Does this tool support exporting backtest strategies to 同花顺 and 东方财富?

Yes, it supports exporting backtest strategies to 同花顺 and 东方财富. It translates your Vibe-Trading Python strategy into the appropriate TDX Formula format required by these China Equities platforms.

Why does my strategy conversion to Pine Script require Python code?

Strategy conversion to Pine Script requires Python code because the tool acts as a translator. It uses your Vibe-Trading strategy in Python as the source input to accurately generate the equivalent Pine Script output.

What is the best way to automate exporting trading strategies to multiple platforms?

The best way to automate exporting trading strategies is using a batch export tool. This Skill converts a single Vibe-Trading strategy into Pine Script, TDX Formula, and MQL5 formats simultaneously, avoiding manual translation errors.