
from vibe-trading464
Convert Python backtest strategies into TradingView Pine Script v6 or generate Pine Script from natural-language strategy descriptions.
This skill converts Python-based backtest strategies (signal_engine.py / pandas logic) into TradingView Pine Script v6 strategies, and can also generate Pine Script directly from natural-language descriptions. It produces a ready-to-paste .pine file with strategy declaration, inputs, calculations, entry/exit logic, alerts, and usage instructions so users can add the strategy to TradingView and run backtests.
Use when you have a Python backtest and want a TradingView strategy for visual testing or live alerts, or when you want a Pine Script version of an idea described in plain English. Ideal for quant traders who prototype in Python but deploy or demo in TradingView.
artifacts/strategy.pine.Inferred: agents that run code-generation and IDE-style tooling (Copilot/Codex/Claude-Code/Code-focused assistants).
Pine Script Generator skill for exporting trading strategies to TradingView Pine Script v6, TDX Formula (Chinese equity platforms), and MQL5 (MT5). No bundled scripts — purely instructional reference with comprehensive Python-to-platform mapping tables and templates. Clean security profile with no executable content. Well-structured SKILL.md with clear workflows but monolithic structure that could benefit from splitting reference tables into separate files.
Pure instructional skill with no executable scripts. Comprehensive mapping tables for Pine Script v6, TDX Formula, and MQL5. Security is strong — no network calls, no shell commands, no credentials. Architecture is decent but the single large SKILL.md could be split into references/ for the platform-specific mapping tables.