원클릭으로
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.