ワンクリックで
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.