Plataforma de trading y educacion financiera
Go to file
Adrian Flores Cortes 8d7424e9d8 docs(inventarios): Update all inventories with ST4.2 & ST4.3 changes
METADATA.yml updates:
- Estado: en_progreso → completada (100%)
- Fases CAPVED: todas completadas
- Artefactos: 23 archivos documentados
- Commits: 15 commits listados
- Fecha fin: 2026-01-26 22:30
- Duración real: 7.5h

DATABASE_INVENTORY.yml updates (v1.0.0 → v1.0.1):
- Total tablas: 77 → 78
- Total archivos DDL: 114 → 115
- Schema education: 11 → 12 tablas
- Nueva tabla: education.videos (ST4.3.1)

BACKEND_INVENTORY.yml updates (v1.1.0 → v1.2.0):
- Total módulos: 12 → 13
- Total controllers: 24 → 25
- Total services: 35 → 38
- Total endpoints: 70 → 79
- Nuevo módulo: shared (storage.service, video-processing.service)
- Education: +1 controller (video.controller), +1 service (video.service)
- Integración: S3/R2 storage

FRONTEND_INVENTORY.yml updates (v2.0.0):
- Total services: 15 → 16
- Nueva sección: tests_e2e (1 archivo, 20+ casos)
- Nuevo service: video-upload.service.ts (ST4.3.5)
- Tests E2E: payments-stripe-elements.test.tsx (ST4.2.3)
- Roadmap actualizado: PCI-DSS , Video upload , E2E tests parcial 

Tasks: ST4.2 (PCI-DSS), ST4.3 (Video Upload)
Compliance: SIMCO v4.0.0 (98% compliance)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 23:40:54 -06:00
.gemini/antigravity [SEMANA-3-AGENTES] feat: Add IDE configurations (L3) 2026-01-24 17:45:06 -06:00
.trae [SEMANA-3-AGENTES] feat: Add IDE configurations (L3) 2026-01-24 17:45:06 -06:00
.windsurf [SEMANA-3-AGENTES] feat: Add IDE configurations (L3) 2026-01-24 17:45:06 -06:00
apps feat(ml): Complete FASE 11 - BTCUSD update and comprehensive documentation alignment 2026-01-07 09:31:29 -06:00
docker Initial commit - trading-platform 2026-01-04 06:12:13 -06:00
docs docs(payments): Add Developer Guidelines (ST4.2.5) 2026-01-26 22:03:47 -06:00
mcp-auth@a9de3e4331 [ESTANDAR-ORCHESTRATION] refactor: Consolidate to standard structure 2026-01-24 14:38:26 -06:00
mcp-binance-connector@fa75326bba [ESTANDAR-ORCHESTRATION] refactor: Consolidate to standard structure 2026-01-24 14:38:26 -06:00
mcp-investment@ce711aa6d4 [ESTANDAR-ORCHESTRATION] refactor: Consolidate to standard structure 2026-01-24 14:38:26 -06:00
mcp-mt4-connector@980e56de20 [ESTANDAR-ORCHESTRATION] refactor: Consolidate to standard structure 2026-01-24 14:38:26 -06:00
mcp-predictions@486bfa1670 [ESTANDAR-ORCHESTRATION] refactor: Consolidate to standard structure 2026-01-24 14:38:26 -06:00
mcp-products@2521b63c6d [ESTANDAR-ORCHESTRATION] refactor: Consolidate to standard structure 2026-01-24 14:38:26 -06:00
mcp-vip@41952f8985 [ESTANDAR-ORCHESTRATION] refactor: Consolidate to standard structure 2026-01-24 14:38:26 -06:00
mcp-wallet@733e1a4581 [ESTANDAR-ORCHESTRATION] refactor: Consolidate to standard structure 2026-01-24 14:38:26 -06:00
orchestration docs(inventarios): Update all inventories with ST4.2 & ST4.3 changes 2026-01-26 23:40:54 -06:00
packages feat(ml): Complete FASE 11 - BTCUSD update and comprehensive documentation alignment 2026-01-07 09:31:29 -06:00
.gitignore refactor: Configure subrepositorios for apps 2026-01-04 07:05:07 -06:00
.gitmodules refactor: Configure subrepositorios for apps 2026-01-04 07:05:07 -06:00
AGENTS.md feat(ml): Complete FASE 11 - BTCUSD update and comprehensive documentation alignment 2026-01-07 09:31:29 -06:00
CLAUDE.md [SEMANA-3-AGENTES] feat: Add IDE configurations (L3) 2026-01-24 17:45:06 -06:00
docker-compose.services.yml feat(ml): Complete FASE 11 - BTCUSD update and comprehensive documentation alignment 2026-01-07 09:31:29 -06:00
docker-compose.yml feat(ml): Complete FASE 11 - BTCUSD update and comprehensive documentation alignment 2026-01-07 09:31:29 -06:00
INVENTARIO.yml Initial commit - trading-platform 2026-01-04 06:12:13 -06:00
package.json feat(ml): Complete FASE 11 - BTCUSD update and comprehensive documentation alignment 2026-01-07 09:31:29 -06:00
README.md feat(ml): Complete FASE 11 - BTCUSD update and comprehensive documentation alignment 2026-01-07 09:31:29 -06:00

Trading Platform - Trading Platform

Descripción

Trading Platform es una plataforma integral de gestión de inversiones asistida por inteligencia artificial que combina:

  • Money Manager con IA: Agentes que gestionan cuentas de trading e inversión con diferentes perfiles de riesgo (conservador, moderado, agresivo)
  • Plataforma Educativa: Cursos de trading accesibles generados con IA
  • TradingView Privado: Visualización de gráficos, predicciones ML y señales en tiempo real
  • Sistema SaaS: Suscripciones, pagos con Stripe y wallets internos

Estado del Proyecto

  • Estado: MVP en desarrollo avanzado (~50%)
  • Código: 58,000+ líneas en producción
  • Servicios: 7 aplicaciones funcionando
  • Última actualización: 2025-12-08

Stack Tecnológico

Componente Tecnología Puerto
Frontend React 18 + TypeScript + Tailwind CSS 3080
Backend API Express.js 5 + Node.js 20 3081
WebSocket Real-time (charts, notifications) 3082
ML Engine Python + FastAPI + PyTorch/XGBoost 3083
Data Service Python + FastAPI 3084
LLM Agent Python + FastAPI + Ollama 3085
Trading Agents Python + FastAPI + CCXT 3086
Ollama WebUI Interfaz gestión modelos LLM 3087
Database PostgreSQL 16 (trading_platform) 5432
Cache Redis 7 6379

Estructura del Proyecto

trading-platform/
├── apps/                          # Aplicaciones
│   ├── backend/                   # API principal (Express.js)
│   │   └── src/
│   │       ├── modules/           # Módulos por funcionalidad
│   │       │   ├── auth/          # Autenticación
│   │       │   ├── users/         # Usuarios
│   │       │   ├── trading/       # Trading
│   │       │   ├── portfolio/     # Portafolios
│   │       │   ├── education/     # Educación
│   │       │   ├── payments/      # Pagos (Stripe)
│   │       │   ├── ml/            # Integración ML
│   │       │   ├── llm/           # Integración LLM
│   │       │   └── admin/         # Administración
│   │       └── shared/            # Compartido
│   │
│   ├── frontend/                  # UI (React)
│   │   └── src/
│   │       └── modules/           # Módulos UI
│   │
│   ├── ml-engine/                 # Servicio ML (Python)
│   │   └── src/
│   │       ├── models/            # Modelos ML
│   │       ├── pipelines/         # Pipelines de entrenamiento
│   │       ├── backtesting/       # Motor de backtesting
│   │       └── api/               # Endpoints FastAPI
│   │
│   ├── llm-agent/                 # Copiloto IA (Python)
│   │   └── src/
│   │       ├── core/              # Core LLM
│   │       ├── tools/             # 12 herramientas de trading
│   │       └── prompts/           # System prompts
│   │
│   ├── trading-agents/            # Agentes de trading (Python)
│   │   └── src/
│   │       ├── agents/            # Atlas, Orion, Nova
│   │       ├── strategies/        # Estrategias de trading
│   │       └── exchange/          # Integración exchanges
│   │
│   ├── data-service/              # Datos de mercado (Python) ⚠️ INCOMPLETO
│   │   └── src/
│   │       └── providers/         # Proveedores de datos
│   │
│   └── database/                  # PostgreSQL
│       └── ddl/
│           └── schemas/           # 8 schemas, 98 tablas
│
├── packages/                      # Código compartido
│   ├── sdk-typescript/            # SDK para frontend/backend
│   ├── sdk-python/                # SDK para servicios Python
│   ├── config/                    # Configuración centralizada
│   └── types/                     # Tipos compartidos
│
├── docker/                        # Configuración Docker
│   └── docker-compose.yml
│
├── docs/                          # Documentación
└── orchestration/                 # Sistema de agentes NEXUS

Agentes de Trading

Agente Perfil Target Mensual Max Drawdown Estrategias
Atlas Conservador 3-5% 5% Mean Reversion, Grid Trading
Orion Moderado 5-10% 10% Trend Following, Breakouts
Nova Agresivo 10%+ 20% Momentum, Scalping

Modelos ML

Modelo Propósito Algoritmos
AMD Detector Detectar fases Smart Money CNN + LSTM + XGBoost Ensemble
Range Predictor Predecir rangos de precio XGBoost, Random Forest
Signal Generator Generar señales de trading Neural Network + Technical Analysis

Base de Datos (8 Schemas)

Schema Propósito Tablas
auth Autenticación y usuarios 10
trading Trading y órdenes 10
investment Productos PAMM 7
financial Pagos y wallets 10
education Cursos y gamificación 14
llm Conversaciones IA 5
ml Modelos y predicciones 5
audit Logs y auditoría 7

Inicio Rápido

Requisitos

  • Node.js 20+
  • Python 3.10+
  • PostgreSQL 16+
  • Redis 7+
  • Docker & Docker Compose

Instalación

# Clonar e instalar
cd /home/isem/workspace/projects/trading-platform

# Backend
cd apps/backend
npm install
cp .env.example .env
npm run dev

# Frontend
cd ../frontend
npm install
cp .env.example .env
npm run dev

# Servicios Python
cd ../ml-engine
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn src.main:app --port 8001

# Con Docker (recomendado)
docker-compose up -d

Uso del SDK

TypeScript

import { Trading PlatformClient } from '@trading-platform/sdk-typescript';

const client = new Trading PlatformClient({
  baseUrl: 'http://localhost:3000',
});

// Login
await client.auth.login({ email, password });

// Obtener señales
const signals = await client.ml.getSignals({ symbol: 'BTCUSDT' });

// Chat con copiloto
const response = await client.ml.chat({
  message: '¿Qué opinas del BTC ahora?',
});

Python

from trading_sdk import Trading PlatformClient, Config

config = Config.from_env()
async with Trading PlatformClient(config) as client:
    # Obtener predicción
    prediction = await client.get_prediction("BTCUSDT", "1h")

    # Chat con LLM
    response = await client.chat("Analiza el mercado de ETH")

Tareas Pendientes

Crítico (P0)

  • Completar data-service (actualmente ~20%)
  • Agregar tests unitarios
  • Implementar retry/circuit breaker entre servicios

Alto (P1)

  • Documentar APIs (OpenAPI)
  • Implementar métricas Prometheus
  • Completar sistema PAMM

Medio (P2)

  • KYC/AML
  • Notificaciones push
  • Exportación de reportes

Documentación


Proyecto parte del workspace de Fábrica de Software con Agentes IA Directivas: /home/isem/workspace/core/orchestration/directivas/