CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/quickstart.md
docs/simulator-semantics.md
docs/strategy-api.md
examples/__init__.py
examples/ema_cross_strategy.py
examples/metadata_strategy.py
examples/minimal_backtest.py
examples/run_usdjpy_m15_wfo.py
src/trading_wfo/__init__.py
src/trading_wfo/_account.py
src/trading_wfo/_data.py
src/trading_wfo/_execution.py
src/trading_wfo/_portfolio.py
src/trading_wfo/account.py
src/trading_wfo/cli.py
src/trading_wfo/constraints.py
src/trading_wfo/errors.py
src/trading_wfo/execution.py
src/trading_wfo/metrics.py
src/trading_wfo/models.py
src/trading_wfo/optimizer.py
src/trading_wfo/progress.py
src/trading_wfo/result.py
src/trading_wfo/robustness.py
src/trading_wfo/simulator.py
src/trading_wfo/strategy.py
src/trading_wfo/trade_logger.py
src/trading_wfo/wfo.py
src/trading_wfo/window.py
src/trading_wfo.egg-info/PKG-INFO
src/trading_wfo.egg-info/SOURCES.txt
src/trading_wfo.egg-info/dependency_links.txt
src/trading_wfo.egg-info/entry_points.txt
src/trading_wfo.egg-info/requires.txt
src/trading_wfo.egg-info/top_level.txt
src/trading_wfo/dashboard/__init__.py
src/trading_wfo/dashboard/app.py
src/trading_wfo/dashboard/static/app.js
src/trading_wfo/dashboard/static/chart-export.js
src/trading_wfo/dashboard/static/index.html
src/trading_wfo/dashboard/static/styles.css
src/trading_wfo/dashboard/static/trade-chart.js
tests/test_account_risk.py
tests/test_calculation_audit.py
tests/test_dashboard.py
tests/test_data_flow.py
tests/test_error_handling.py
tests/test_metrics.py
tests/test_models.py
tests/test_mt5_integration.py
tests/test_optimizer.py
tests/test_portfolio.py
tests/test_public_api.py
tests/test_robustness.py
tests/test_simulator_run.py
tests/test_trade_logger.py
tests/test_usdjpy_m15_wfo_e2e.py
tests/test_wfo.py