一键导入
rollbacktrade
Rollback a trade execution in case of failure or user cancellation request.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Rollback a trade execution in case of failure or user cancellation request.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | rollbackTrade |
| description | Rollback a trade execution in case of failure or user cancellation request. |
如果执行失败或用户请求取消,则回滚交易。
interface RollbackTradeInput {
tradeId: string; // 要回滚的交易 ID
reason: string; // 回滚原因
}
interface RollbackTradeOutput {
success: boolean;
tradeId: string;
originalTrade: TradeRecord; // 原始交易记录
rollbackDetails: {
timestamp: Date;
reason: string;
actions: string[]; // 回滚期间执行的操作
};
warnings: string[];
errors: string[];
}
INVALID_TRADE_ID: 交易 ID 无效ROLLBACK_NOT_AVAILABLE: 此交易不可回滚ROLLBACK_FAILED: 交易回滚失败Analyze overall market sentiment, sector trends, and identify hot topics and stocks.
Analyze individual stocks, providing technical, fundamental, and sentiment analysis along with trading recommendations.
Analyze the results of executed trades to evaluate performance and extract lessons.
Verify if a trading plan complies with user-defined risk limits such as position size and stop-loss levels.
Collect market data, technical indicators, news, KOL views, and option data for financial analysis.
Create a detailed trading plan based on stock analysis, portfolio status, and user preferences.