trading-platform-data-service/src/__init__.py

12 lines
354 B
Python

"""
Data Service - OrbiQuant IA Trading Platform
Provides market data integration from multiple sources:
- Polygon.io / Massive.com API for historical and real-time data
- MetaTrader 4 for broker prices and trade execution
- Price adjustment model for broker vs data source alignment
- Spread tracking and analysis
"""
__version__ = "0.1.0"