- Session 2026-03-21: MQL Trading Bots verification - Documented 19% trading profit - Fixed stop loss bug - Gitea migration complete - Created project index and templates
63 lines
1.6 KiB
Markdown
63 lines
1.6 KiB
Markdown
# Conversation History & Project Context
|
|
|
|
This repository stores session notes and project context for AI-assisted development work. It enables continuity across conversations.
|
|
|
|
## Quick Navigation
|
|
|
|
| Date | Project | Summary | File |
|
|
|------|---------|---------|------|
|
|
| 2026-03-21 | MQL Trading Bots | Verified 19% profit, fixed bugs, migrated to Gitea | [2026-03-21-mql-trading-bots.md](2026-03-21-mql-trading-bots.md) |
|
|
|
|
## How to Use This Repository
|
|
|
|
### For Returning Users:
|
|
1. Read the latest session file for your project
|
|
2. Share the file content with AI at start of new session
|
|
3. AI will have full context of previous work
|
|
|
|
### For New Projects:
|
|
1. Create new session file: `YYYY-MM-DD-project-name.md`
|
|
2. Document what was built, configured, and decided
|
|
3. Include file locations, settings, and performance data
|
|
4. Commit and push to preserve context
|
|
|
|
## Project Index
|
|
|
|
### Active Projects
|
|
- **mql-trading-bots** - MetaTrader EA development (profitable!)
|
|
- Repository: http://10.152.183.192:3000/garfield/mql-trading-bots
|
|
- Status: Active, ~19% return achieved
|
|
- Last Session: 2026-03-21
|
|
|
|
### Future Projects
|
|
(Add new projects here as they're started)
|
|
|
|
## Template for New Sessions
|
|
|
|
```markdown
|
|
# Session: YYYY-MM-DD - Project Name
|
|
|
|
## Participants
|
|
- User: [Name]
|
|
- AI: Kimi Code CLI
|
|
|
|
## Session Overview
|
|
Brief summary of what was done.
|
|
|
|
## 1. Context/Problem
|
|
What we were trying to solve.
|
|
|
|
## 2. Investigation/Work Done
|
|
Steps taken, findings.
|
|
|
|
## 3. Results
|
|
What was achieved.
|
|
|
|
## 4. Technical Details
|
|
Files modified, settings, configurations.
|
|
|
|
## 5. Next Steps
|
|
What needs to be done next.
|
|
|
|
## Session Status: [IN PROGRESS / COMPLETE]
|