trading-platform/docs/02-definicion-modulos/OQI-010-mt4-gateway/_MAP.md
Adrian Flores Cortes df43dd90cb [F0-F2] feat: Coherence analysis baseline + entity types + frontend stores
FASE 0 - Preparación y Purga:
- Archived 21 completed tasks to _archive/2026-01/
- Marked 4 docs as DEPRECATED
- Created 3 baseline coherence reports

FASE 1 - DDL-Backend Coherence:
- audit.types.ts: +4 types (SystemEvent, TradingAudit, ApiRequestLog, DataAccessLog)
- investment.types.ts: +4 types (RiskQuestionnaire, WithdrawalRequest, DailyPerformance, DistributionHistory)
- entity.types.ts: +5 types (Symbol, TradingBot, TradingSignal, TradingMetrics, PaperBalance)

FASE 2 - Backend-Frontend Coherence:
- investmentStore.ts: New Zustand store with 20+ actions
- mlStore.ts: New Zustand store with signal caching
- alerts.service.ts: New service with 15 functions

FASE 3 - Documentation:
- OQI-009: Updated to 100% coverage, added ET-MKT-004-productos.md
- OQI-010: Created full structure (STATUS.md, ROADMAP-MT4.md, ET-MT4-001-gateway.md)

Coherence Baseline Established:
- DDL-Backend: 31% (target 95%)
- Backend-Frontend: 72% (target 85%)
- Global: 39.6% (target 90%)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 22:08:04 -06:00

75 lines
2.0 KiB
Markdown

---
id: "_MAP"
title: "Mapa de Documentacion OQI-010 MT4 Gateway"
type: "Index"
project: "trading-platform"
epic: "OQI-010"
version: "0.1.0"
created_date: "2026-01-28"
updated_date: "2026-01-28"
---
# _MAP: OQI-010 MT4 Gateway
> **Estado: NO FUNCIONAL (15%)**
---
## Estructura de Documentacion
```
OQI-010-mt4-gateway/
├── _MAP.md <- Este archivo
├── README.md <- Vision general y estado
├── STATUS.md <- Estado detallado y bloqueos
├── ROADMAP-MT4.md <- Plan de implementacion
└── especificaciones/
└── ET-MT4-001-gateway.md <- Spec tecnica del gateway
```
---
## Indice de Documentos
| Documento | Tipo | Descripcion |
|-----------|------|-------------|
| [README.md](./README.md) | Overview | Vision general, arquitectura, estado |
| [STATUS.md](./STATUS.md) | Status | Estado actual, bloqueos, metricas |
| [ROADMAP-MT4.md](./ROADMAP-MT4.md) | Roadmap | Plan de implementacion por fases |
| [ET-MT4-001-gateway.md](./especificaciones/ET-MT4-001-gateway.md) | Technical Spec | Especificacion del MT4 Gateway Service |
---
## Documentos Pendientes (Futuro)
Cuando la epica se active, crear:
| Documento | Tipo | Cuando |
|-----------|------|--------|
| ET-MT4-002-expert-advisor.md | Technical Spec | Fase 2 |
| ET-MT4-003-mcp-integration.md | Technical Spec | Fase 3 |
| RF-MT4-001-trading.md | Requerimientos | Inicio de desarrollo |
| US-MT4-001-execute-trade.md | User Story | Sprint planning |
---
## Componentes Relacionados
| Componente | Ubicacion | Estado |
|------------|-----------|--------|
| MCP MT4 Connector | `mcp-mt4-connector/` | Parcial |
| MT4 Gateway | No existe | Pendiente |
| Expert Advisor | No existe | Pendiente |
---
## Referencias Externas
- [MCP Protocol](https://modelcontextprotocol.io)
- [MetaTrader 4 Docs](https://www.mql4.com/docs)
- [OQI-010-llm-trading-integration](../OQI-010-llm-trading-integration/) - Epica relacionada
---
*Actualizado: 2026-01-28*