Back to skills
extension
Category: Development & EngineeringNo API key required

crypto-trading-logger

Log the thought process, execution actions, and outcomes of a cryptocurrency trader into a local Markdown log file. Whenever conducting market analysis, placing trade orders, or receiving trade results, this skill must be used to record these activities to ensure that the trading process is transparent and traceable.

personAuthor: jakexiaohubgithub

Crypto Trading Logger

此技能用于将加密货币交易活动持久化到本地日志中。日志按日期分类存储在 logs/YYYY-MM-DD.md 中。

核心流程

每当你(交易员)执行以下操作时,请调用此技能:

  1. 分析市场:记录你的逻辑、观察到的信号和风险评估。
  2. 下达指令:记录具体的买入/卖出/挂单操作。
  3. 获取结果:记录订单是否成功、错误信息或成交价格。

使用方法

使用提供的脚本 scripts/log_trade.sh 进行记录。

脚本参数

  1. Thinking: 详细的思考逻辑。
  2. Action: 采取的具体动作。
  3. Result: 最终的执行结果或状态。

示例调用

./scripts/log_trade.sh "RSI超卖,支撑位稳固" "市价买入 0.1 BTC" "✅ 成功,订单号 #123"

日志存储路径

所有日志均存储在当前工作目录下的 logs/ 文件夹中。