ワンクリックで
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 職業分類に基づく
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.
| 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.