Algorithmic Trading Platform

Architecture / Design

Overview

CSV replay market data adapter. Replays historical tick data from a CSV file (columns: symbol, bid, ask, last, volume). Implements IMarketDataAdapter. Used for backtesting and deterministic testing. src/core/market_data_adapter.py.

Referenced By 1

Architecture