Add 24-hour OrdersEA performance analysis

This commit is contained in:
2026-03-25 10:59:40 -04:00
parent c743adbb39
commit 477d726ae8

View File

@@ -398,3 +398,48 @@ The EA is now compiled and ready to use in MT5 with:
- ADX filter (<25 = ranging)
- ATR-based adaptive grid
- Full MT5 order management
---
## 24 Hour OrdersEA Performance Analysis
**Date:** March 25, 2026
### Performance Summary
- **Total Trades:** ~135 unique deals
- **GBPUSD:** 253 orders (most active pair)
- **EURUSD:** 113 orders
- **USDJPY:** 4 orders (filtered by ADX)
- **Trade Balance:** 179 SELL / 179 BUY (well balanced)
### Key Findings
1. **GBPUSD performed best** - high activity, good fills
2. **Filters working** - USDJPY correctly blocked when ADX=46.7
3. **Order management** - cancellations working at 07:00
4. **No orphan orders** - cleanup functioning
### Lot Size Recommendations
| Pair | Current | Recommended | Reason |
|------|---------|-------------|--------|
| GBPUSD | 0.01 | 0.01 or 0.005 | High volatility |
| EURUSD | 0.01 | 0.02-0.03 | Stable ranging |
| USDJPY | 0.01 | 0.02 | Tight ranges |
| EURJPY | 0.01 | 0.005 or avoid | Very high risk |
### Max Levels Adjustment
- GBPUSD: 10 → 6-8 levels
- EURUSD: 10 → 8-10 levels
- USDJPY: 10 → 10-12 levels
- EURJPY: 10 → 5-6 levels
### Grid Spacing Adjustment
- GBPUSD: Entry 15 → 20 pips, TP 25 → 30 pips
- EURUSD: Keep current settings
- USDJPY: Entry 8 → 5 pips, TP 12 → 8 pips
### Account Size Guidelines
- **$10,000:** 0.01 lots (current) - Conservative
- **$25,000:** 0.02-0.03 lots - Moderate
- **$50,000+:** 0.05 lots - Aggressive
**Overall Rating: 7/10** - Working well, needs lot optimization