feat(technicals,engine): add V2 multi-timeframe scoring, SMC patterns, and COS V2 engine

This commit is contained in:
2026-09-01 17:38:13 +02:00
parent c5d7d359ba
commit cb8a169043
10 changed files with 1386 additions and 12 deletions
@@ -889,6 +889,7 @@ public class TradeLifecycleService : ITradeLifecycleService
return new ActiveTradeDto(
TradeId: e.Id,
ProposalId: e.ProposalId,
UserId: e.UserId,
UnderlyingIsin: e.UnderlyingIsin,
Symbol: e.Symbol,
DerivativeIsin: e.DerivativeIsin,