What problem does it solve?
Turning a single backtest strategy into usable code for multiple trading platforms is slow and error-prone, especially when you need consistent signals across ecosystems.
Core Features & Use Cases
- One-click multi-platform export: Generates TradingView (Pine Script v6), 通达信/同花顺/东方财富 (TDX Formula), and MetaTrader 5 (MQL5) from the same strategy logic.
- Backtest-to-code workflow: Uses your config and Python signal logic to translate conditions into platform-native syntax while keeping entry/exit semantics aligned.
- Deterministic combined output: Writes a single artifact file (artifacts/strategy.pine) containing all platform sections and paste/save instructions.
Quick Start
Load the skill pine-script and export the strategy using your config.json and code/signal_engine.py, then paste the generated TradingView, TDX, and MT5 sections from artifacts/strategy.pine into each platform.