一键导入
openpine-trading
Operate OpenPine Pine Script v6 strategy compilation, backtests, signal monitoring, and trade approvals.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Operate OpenPine Pine Script v6 strategy compilation, backtests, signal monitoring, and trade approvals.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | openpine-trading |
| description | Operate OpenPine Pine Script v6 strategy compilation, backtests, signal monitoring, and trade approvals. |
Use this skill when the user wants to compile, backtest, schedule, monitor, approve, resize, or reject Pine Script v6 strategy trades through OpenPine.
OpenPine is a ready Pine Script v6 interpreter and trading automation gateway. This plugin provides the operator skill on top of that gateway: it turns compiled Pine strategy signals into clear Telegram approval cards and controlled execution actions.
Use this model when explaining or operating the system:
pine2ast parses Pine v6-style code into a normalized AST.ast2python generates executable Python from the AST.pinelib supplies Pine-compatible runtime helpers.backtest_engine executes strategy logic on candles.Trade messages should be short and operator-friendly:
OpenPine trade signal
Strategy: <name>
Pair: <symbol>
Market: <spot|futures>
Side: <BUY|SELL>
Type: <MARKET|LIMIT|...>
Amount: <amount> <asset>
Exchange: <exchange>
Mode: <paper|testnet|live>
ID: <approval_id>
Change amount: /OpenPine approve <approval_id> <amount>
Do not include local filesystem paths, Python command paths, or implementation details in user-facing trade cards.
Approve default amount:
/OpenPine approve <approval_id>
Approve custom amount:
/OpenPine approve <approval_id> <amount>
Reject:
/OpenPine reject <approval_id>
Be concise and operational. The user cares about whether the strategy compiled, whether the backtest ran, whether the watcher is current, and whether orders are safe to approve.