File contents Trade Journaling AI
AI-powered trade journaling with psychological analysis and pattern detection.
Features
Automatic Trade Import - Sync trades from all connected exchanges
AI Trade Review - GPT analyzes each trade for lessons
Emotional Tracking - Log emotions and detect patterns
Mistake Detection - AI identifies recurring mistakes
Setup Tagging - Auto-tag setups based on entry patterns
Performance Analytics - Deep stats by setup, time, asset
Improvement Suggestions - Personalized coaching from AI
Voice Notes - Record verbal analysis of trades
Commands
kit journal add # Add trade manually
kit journal import # Import from exchanges
kit journal review <trade> # AI review of trade
kit journal emotions # Emotion pattern analysis
kit journal mistakes # Common mistake report
kit journal stats # Performance statistics
kit journal improve # Get improvement suggestions
API Endpoints
POST /api/journal/add - Add trade entry
POST /api/journal/import - Import trades
GET /api/journal/trades - List trades
GET /api/journal/review/:id - AI trade review
GET /api/journal/emotions - Emotion patterns
GET /api/journal/mistakes - Mistake analysis
GET /api/journal/stats - Statistics
GET /api/journal/coaching - AI coaching
Emotional States Tracked
Confident, Fearful, Neutral
Greedy, FOMO, Revenge
Panic, Relieved, Bored
Overconfident, Frustrated
Configuration
journal:
auto_import: true
import_interval: 1h
ai_review: true
emotion_prompts: true # Ask for emotions after trades
voice_notes: true
photo_attachments: true # Screenshot charts
ai_model: gpt-4
AI Coaching Features
Weekly performance reviews
Pattern recognition across trades
"What would you do differently?"
Risk management scoring
Consistency metrics
Comparison to best traders
1 --- 2 name: trade-journaling-ai 3 description: Trade Journaling AI 4 --- 5 # Trade Journaling AI 6 7 AI-powered trade journaling with psychological analysis and pattern detection. 8 9 ## Features 10 11 - **Automatic Trade Import** - Sync trades from all connected exchanges 12 - **AI Trade Review** - GPT analyzes each trade for lessons 13 - **Emotional Tracking** - Log emotions and detect patterns 14 - **Mistake Detection** - AI identifies recurring mistakes 15 - **Setup Tagging** - Auto-tag setups based on entry patterns 16 - **Performance Analytics** - Deep stats by setup, time, asset 17 - **Improvement Suggestions** - Personalized coaching from AI 18 - **Voice Notes** - Record verbal analysis of trades 19 20 ## Commands 21 22 ``` 23 kit journal add # Add trade manually 24 kit journal import # Import from exchanges 25 kit journal review <trade> # AI review of trade 26 kit journal emotions # Emotion pattern analysis 27 kit journal mistakes # Common mistake report 28 kit journal stats # Performance statistics 29 kit journal improve # Get improvement suggestions 30 ``` 31 32 ## API Endpoints 33 34 - `POST /api/journal/add` - Add trade entry 35 - `POST /api/journal/import` - Import trades 36 - `GET /api/journal/trades` - List trades 37 - `GET /api/journal/review/:id` - AI trade review 38 - `GET /api/journal/emotions` - Emotion patterns 39 - `GET /api/journal/mistakes` - Mistake analysis 40 - `GET /api/journal/stats` - Statistics 41 - `GET /api/journal/coaching` - AI coaching 42 43 ## Emotional States Tracked 44 45 - Confident, Fearful, Neutral 46 - Greedy, FOMO, Revenge 47 - Panic, Relieved, Bored 48 - Overconfident, Frustrated 49 50 ## Configuration 51 52 ```yaml 53 journal: 54 auto_import: true 55 import_interval: 1h 56 ai_review: true 57 emotion_prompts: true # Ask for emotions after trades 58 voice_notes: true 59 photo_attachments: true # Screenshot charts 60 ai_model: gpt-4 61 ``` 62 63 ## AI Coaching Features 64 65 - Weekly performance reviews 66 - Pattern recognition across trades 67 - "What would you do differently?" 68 - Risk management scoring 69 - Consistency metrics 70 - Comparison to best traders
Signal-Execution-Labs/forex-trading-ai-agent/tree/main/skills/trade-journaling-ai commit e1919f923b
Frequently asked questions How do I install the Trade Journaling AI skill? Run npx skillmds@latest add signal-execution-labs/trade-journaling-ai in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Trade Journaling AI skill do? Trade Journaling AI It is listed under Coding & Dev Tools on SkillMD.
Is Trade Journaling AI safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Trade Journaling AI? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Trade Journaling AI free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Trade Journaling AI? Signal-Execution-Labs (@signal-execution-labs) published this skill. Their other Agent Skills are listed on their SkillMD profile.