trading-platform-backend-v2/src
Adrian Flores Cortes d73253130f fix(coherence): Add all trading enums aligned with DDL (E-COH-002, ST1.4)
- Extended src/modules/trading/types/order.types.ts with all DDL enums
- Added OrderType with trailing_stop support
- Added PositionStatus (open, closed, liquidated)
- Added SignalType (entry_long, entry_short, exit_long, exit_short, hold)
- Added ConfidenceLevel (low, medium, high, very_high)
- Added Timeframe (1m, 5m, 15m, 30m, 1h, 4h, 1d, 1w, 1M)
- Added BotType (paper, live, backtest)
- Added BotStatus (active, paused, stopped, error)

All types now aligned with trading.* enums from DDL schema.
Provides comprehensive type definitions for trading module.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 17:07:09 -06:00
..
__tests__ feat: Initial commit - Trading Platform Backend 2026-01-18 04:28:47 -06:00
config feat: Complete notifications system with push support and tests 2026-01-25 03:56:34 -06:00
core fix(coherence): Align backend types with DDL (E-COH-001, E-COH-003) 2026-01-26 16:48:44 -06:00
docs feat: Initial commit - Trading Platform Backend 2026-01-18 04:28:47 -06:00
modules fix(coherence): Add all trading enums aligned with DDL (E-COH-002, ST1.4) 2026-01-26 17:07:09 -06:00
shared feat: Complete notifications system with push support and tests 2026-01-25 03:56:34 -06:00
index.ts [OQI-008] feat: Initialize portfolio WebSocket service in server 2026-01-25 08:49:27 -06:00