pine-script

Convert backtest trading strategies into Pine Script, TDX Formula, and MQL5 code.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, python-dateutil, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of converting trading strategies into code for multiple trading platforms, eliminating the need for manual translation and reducing errors.

Core Features & Use Cases

  • Platform Conversion: Translates strategies into code compatible with TradingView, MetaTrader 5, and other platforms.
  • Code Generation: Generates code for indicator and strategy files for all supported platforms in a single output file.
  • Use Case: For a trader who has developed a backtest strategy in Vibe-Trading, this Skill can convert it into code for use on TradingView, MetaTrader 5, and Chinese trading platforms.

Quick Start

Load the skill with load_skill("pine-script"), configure your strategy, and run write_file("artifacts/strategy.pine") to generate the multi-platform code.

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 trading strategy into Pine Script and MQL5 code?

You can convert a trading strategy into Pine Script and MQL5 code by loading the skill, configuring your strategy parameters, and running write_file to generate multi-platform code outputs.

Can I generate code for both TradingView and MetaTrader 5 at the same time?

Yes, you can generate code for both TradingView and MetaTrader 5 simultaneously. The skill outputs indicator and strategy files for all supported platforms in a single output file.

Do I need Python to generate MQL5 and Pine Script code?

Yes, you need Python installed to generate MQL5 and Pine Script code, because the translation logic and code generation rely on Python dependencies like pandas and numpy.

What is the best way to translate a backtest strategy for Chinese trading platforms?

The best way to translate a backtest strategy for Chinese trading platforms is to use this skill, which directly converts your strategy into the TDX Formula format alongside Pine Script and MQL5.

Does the strategy conversion tool support TDX Formula output?

Yes, the strategy conversion tool supports TDX Formula output. It converts backtest trading strategies into TDX Formula specifically for compatibility with Chinese trading platforms.

Why does multi-platform code generation require pandas and numpy?

Multi-platform code generation requires pandas and numpy because these Python libraries handle the underlying data manipulation and translation logic needed to map your strategy into different platform syntaxes.