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>
82 lines
2.1 KiB
YAML
82 lines
2.1 KiB
YAML
# METADATA.yml - ML Data Migration & Model Training
|
|
id: TASK-2026-01-25-ML-DATA-MIGRATION
|
|
fecha: "2026-01-25"
|
|
titulo: "Migración MySQL→PostgreSQL y Entrenamiento Modelos ML"
|
|
descripcion: |
|
|
Carga de datos de mercado desde Polygon API a PostgreSQL,
|
|
migración del ML Engine de MySQL a PostgreSQL, y
|
|
entrenamiento de 12 modelos de atención (Level 0).
|
|
|
|
clasificacion:
|
|
tipo: feature
|
|
origen: plan
|
|
prioridad: P1
|
|
feature: OQI-006-senales-ml
|
|
|
|
proyecto:
|
|
nombre: trading-platform
|
|
path: projects/trading-platform
|
|
nivel: STANDALONE
|
|
|
|
estado:
|
|
actual: completada
|
|
progreso: 100%
|
|
fecha_inicio: "2026-01-25"
|
|
fecha_fin: "2026-01-25"
|
|
|
|
fases_capved:
|
|
contexto: completada
|
|
analisis: completada
|
|
planeacion: completada
|
|
validacion: completada
|
|
ejecucion: completada
|
|
documentacion: completada
|
|
|
|
agente:
|
|
principal: claude-code
|
|
subagentes:
|
|
- ml-specialist
|
|
|
|
entregables:
|
|
scripts_creados:
|
|
- apps/data-service/scripts/fetch_polygon_data.py
|
|
modulos_creados:
|
|
- apps/ml-engine/src/data/database.py
|
|
- apps/ml-engine/src/data/__init__.py
|
|
configs_modificados:
|
|
- apps/ml-engine/config/database.yaml
|
|
- apps/data-service/.env
|
|
- apps/ml-engine/.env
|
|
modelos_entrenados:
|
|
count: 12
|
|
path: apps/ml-engine/models/attention/
|
|
symbols: [XAUUSD, EURUSD, BTCUSD, GBPUSD, USDJPY, AUDUSD]
|
|
timeframes: [5m, 15m]
|
|
documentacion_actualizada:
|
|
- docs/90-transversal/inventarios/DATABASE_INVENTORY.yml
|
|
- docs/90-transversal/inventarios/ML_INVENTORY.yml
|
|
|
|
commits:
|
|
- repo: trading-platform
|
|
hash: ffee190
|
|
mensaje: "docs: Update DATABASE_INVENTORY and ML_INVENTORY"
|
|
- repo: trading-platform-ml-engine-v2
|
|
hash: 475e913
|
|
mensaje: "config: Update database.yaml for PostgreSQL"
|
|
- repo: trading-platform-data-service-v2
|
|
hash: 0e20c7c
|
|
mensaje: "feat: Add Polygon data fetch script"
|
|
- repo: workspace-v2
|
|
hash: 9b9ca7b0
|
|
mensaje: "chore: Update submodules"
|
|
|
|
metricas:
|
|
archivos_modificados: 4
|
|
archivos_creados: 4
|
|
lineas_codigo: 650
|
|
modelos_entrenados: 12
|
|
datos_cargados:
|
|
tickers: 6
|
|
bars_total: 469217
|
|
dias: 365
|