Update conversation history and add recent notes
This commit is contained in:
70
README.md
Normal file → Executable file
70
README.md
Normal file → Executable file
@@ -6,31 +6,54 @@ This repository stores session notes and project context for AI-assisted develop
|
||||
|
||||
| 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) |
|
||||
| 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
|
||||
|
||||
### 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
|
||||
### Active EAs
|
||||
|
||||
### Future Projects
|
||||
(Add new projects here as they're started)
|
||||
| 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
|
||||
|
||||
@@ -39,7 +62,7 @@ This repository stores session notes and project context for AI-assisted develop
|
||||
|
||||
## Participants
|
||||
- User: [Name]
|
||||
- AI: Kimi Code CLI
|
||||
- AI: [AI Assistant]
|
||||
|
||||
## Session Overview
|
||||
Brief summary of what was done.
|
||||
@@ -60,16 +83,29 @@ Files modified, settings, configurations.
|
||||
What needs to be done next.
|
||||
|
||||
## Session Status: [IN PROGRESS / COMPLETE]
|
||||
```
|
||||
|
||||
## 📊 Trading Performance Reports
|
||||
---
|
||||
|
||||
## Trading Performance Reports
|
||||
|
||||
| Report | Date | Account | Return | File |
|
||||
|--------|------|---------|--------|------|
|
||||
| Account 104125640 Analysis | 2026-03-21 | 104125640 | 6.9% | [2026-03-21-mql-trading-report-analysis.md](2026-03-21-mql-trading-report-analysis.md) |
|
||||
| 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**: $106,935.12 (from $100k start)
|
||||
- **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*
|
||||
|
||||
Reference in New Issue
Block a user