Files
conversation-history/README.md

112 lines
3.0 KiB
Markdown
Executable File

# 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-30 | Weekend Gap & Short Signals | Fixed weekend protection, short signal detection | [2026-03-30-weekend-gap-short-signal-fix.md](2026-03-30-weekend-gap-short-signal-fix.md) |
| 2026-03-29 | Settings Library | Created 24 .set files, critical bug fixes | [SESSION_SAVE_2026-03-29.md](SESSION_SAVE_2026-03-29.md) |
| 2026-03-21 | Initial Verification | Verified 19% profit, Gitea migration | [2026-03-21-mql-trading-bots.md](2026-03-21-mql-trading-bots.md) |
## How to Use This Repository
### For AI Agents:
1. Read `AGENTS.md` first - contains technical context
2. Check `conversation-history/` for session notes
3. Read latest README for current status
### 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
---
## Project Index
### Active EAs
| EA | Version | Status | Purpose |
|----|---------|--------|---------|
| MultiSignal_Confluence_EA.mq5 | v1.14 | ✅ Active | Pivot+Candle+Harmonic confluence |
| OrdersEA_Smart_Grid.mq5 | v3.1 | ✅ Active | Grid trading around pivots |
### Performance
| Account | Period | Return | Win Rate |
|---------|--------|--------|----------|
| 104125640 | March 2026 | ~15-19% | 46-87% |
| 103477358 | February 2026 | ~4% | - |
---
## Critical Fixes (Chronological)
| Date | Version | Fix |
|------|---------|-----|
| 2026-03-21 | v1.11 | Stop loss cross-symbol contamination |
| 2026-03-21 | v1.12 | Volatility/ADX filters |
| 2026-03-29 | v1.13 | Daily drawdown protection |
| 2026-03-29 | v3.0 | Grid daily forced closure bug |
| 2026-03-30 | v1.14 | Short signal detection |
| 2026-03-30 | v3.1 | Weekend gap protection |
---
## Template for New Sessions
```markdown
# Session: YYYY-MM-DD - Project Name
## Participants
- User: [Name]
- AI: [AI Assistant]
## 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]
```
---
## Trading Performance Reports
| Report | Date | Account | Return | File |
|--------|------|---------|--------|------|
| March Analysis | 2026-03-21 | 104125640 | 6.9% | [2026-03-21-mql-trading-report-analysis.md](2026-03-21-mql-trading-report-analysis.md) |
### Quick Stats
- **Best Win Rate**: 86.67% (13/15 trades)
- **Profit Factor**: 2.52
- **Current Balance**: ~$115,000 (from $100k start)
- **Strategy**: MultiSignal Confluence EA on USDJPY H1
---
## Gitea Repository
- **URL:** https://git.fetcherpay.com/garfield/mql-trading-bots
- **Last Push:** 2026-03-30
---
*Last Updated: 2026-03-30*