Files
foxhunt/services/trading_agent_service
jgrusewski 9775e5c48b feat(tick): TickProcessor — real-time Databento MBP-10 → 20 features
OFICalculator + MicrostructureState fed per-tick. Bar close snapshots
and broadcasts 20 features via tokio::watch channel. Intermediate
snapshots available for speculative compute between bars.
Databento live client integration deferred (requires crate dep).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-17 01:39:30 +02:00
..

trading_agent_service

Portfolio management with autonomous universe selection, asset allocation, and order generation.

Key Types

  • TradingAgentServiceImpl -- main gRPC service
  • AutonomousUniverseManager -- dynamic universe scaling
  • AssetSelector -- instrument selection
  • Allocator -- position sizing and allocation
  • OrderGenerator -- order creation from signals

Configuration

  • ML_SERVICE_URL -- ensemble ML service endpoint
  • TRADING_SERVICE_URL -- order execution endpoint