一键导入
self-improvement
Learn from executed trades and research notes to improve future decisions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Learn from executed trades and research notes to improve future decisions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | self-improvement |
| description | Learn from executed trades and research notes to improve future decisions. |
| metadata | {"openclaw":{"emoji":"📉","requires":{"bins":["python3"]}}} |
Run after trading sessions and at end of day:
python3 ${OPENCLAW_HOME:-$HOME/.openclaw}/tools/risk/self_improve.py
Reads journal tags:
SETUP:RESULT: WIN/LOSS/BREAKEVENR_MULTIPLE:ERROR:Writes:
trading/learning/latest-summary.jsontrading/learning/latest-summary.mdUse output to update sizing, setup selection, and process rules.
Weekly cadence: follow the Keep / Stop / Test loop in
knowledge/wiki-highlights/JOURNAL.md. Reference
knowledge/wiki-highlights/SIZING.md when reviewing R-multiple
distribution and expectancy by setup, and
knowledge/wiki-highlights/PSYCHOLOGY.md when a rule violation is
the root cause rather than the strategy.
Bias-pattern aggregation (weekly): the eod-review skill tags every
losing trade and rule violation with the Munger tendencies that fired
(see knowledge/wiki-highlights/MUNGER.md). The weekly job here is
to look at the aggregate — not which biases fired on which trade,
but which biases keep firing across trades. Specifically:
The output of this aggregation feeds the Stop and Test lists in the weekly Keep/Stop/Test loop. The Keep list comes from the process scorecard; the Stop and Test lists come from the bias aggregation.
End-of-day and rolling review of trade outcomes to improve rules and skills.
One-command defensive stop management for breakeven and profit protection on Alpaca.
On every wakeup, load what happened before (journals, pending orders, EOD/self summaries, premarket snapshot).
Build premarket cross-market context (indices, commodities, rates, FX, crypto) before US open.
Load compact trading highlights as default context for any trade decision.
Run virattt/ai-hedge-fund for multi-agent analysis and convert output into a risk-defined plan.