README.md
pyproject.toml
tam/__init__.py
tam/config.py
tam/registry.py
tam/status.py
tam/backtest/__init__.py
tam/backtest/config.py
tam/backtest/harness.py
tam/backtest/live.py
tam/backtest/presenter.py
tam/backtest/report.py
tam/backtest/runner.py
tam/backtest/visualization.py
tam/data/__init__.py
tam/data/history.py
tam/data/providers.py
tam/data/repository.py
tam/data/schema.py
tam/data/storage.py
tam/events/__init__.py
tam/events/bus.py
tam/events/clock.py
tam/events/types.py
tam/notebook/__init__.py
tam/notebook/magic.py
tam/portfolio/__init__.py
tam/portfolio/orders.py
tam/portfolio/portfolio.py
tam/portfolio/registry.py
tam/strategy/__init__.py
tam/strategy/base.py
tam/strategy/buy_and_hold.py
tam/strategy/indicators.py
tam/strategy/intraday_hold.py
tam/strategy/llm_trading.py
tam/strategy/ma_crossover.py
tam/strategy/ml_walk_forward.py
tam/strategy/mlx_lora_client.py
tam/strategy/moving_average.py
tam/strategy/overnight_hold.py
tam/strategy/signals.py
tam/strategy/trend_rotation.py
tam/trading/__init__.py
tam/trading/gateway.py
tam/trading/trader.py
tam_quant.egg-info/PKG-INFO
tam_quant.egg-info/SOURCES.txt
tam_quant.egg-info/dependency_links.txt
tam_quant.egg-info/requires.txt
tam_quant.egg-info/top_level.txt
tests/test_backtest.py
tests/test_backtest_cli.py
tests/test_checkpointing.py
tests/test_config.py
tests/test_data.py
tests/test_events.py
tests/test_history.py
tests/test_indicators.py
tests/test_live.py
tests/test_llm_trading.py
tests/test_ma_crossover.py
tests/test_magic.py
tests/test_ml_walk_forward.py
tests/test_mlx_lora_client.py
tests/test_overnight_hold.py
tests/test_portfolio.py
tests/test_presenter_registry.py
tests/test_providers.py
tests/test_qty_resolution.py
tests/test_registry.py
tests/test_report.py
tests/test_signals.py
tests/test_strategy_factories.py
tests/test_trend_rotation.py
tests/test_visualization.py