CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
WINDOWS.md
pyproject.toml
strategy.bat
strategy.py
strategy.sh
backtester/__init__.py
backtester/core.py
backtester/py.typed
backtester/reporting_frequency.py
backtester/sample_data.py
backtester/universe.py
backtester/version.py
backtester/cli/__init__.py
backtester/cli/qj_data.py
backtester/cli/qj_data_api.py
backtester/cli/qj_data_views.py
backtester/engines/__init__.py
backtester/engines/benchmark.py
backtester/engines/blotter.py
backtester/engines/performance.py
backtester/execution/__init__.py
backtester/execution/commission.py
backtester/execution/contract_spec.py
backtester/execution/fill_engine.py
backtester/execution/order_types.py
backtester/execution/simulator.py
backtester/execution/slippage.py
backtester/metrics/__init__.py
backtester/metrics/formatters.py
backtester/metrics/utils.py
backtester/metrics/configs/__init__.py
backtester/metrics/configs/portfolio_perf.py
backtester/mixins/__init__.py
backtester/mixins/reporting.py
backtester/mixins/sdk_client.py
backtester/plots/__init__.py
backtester/plots/plot_compat.py
backtester/plots/theme/__init__.py
backtester/plots/theme/date_formatter.py
backtester/plots/theme/manager.py
backtester/plots/theme/types.py
backtester/plots/theme/configs/__init__.py
backtester/plots/theme/configs/quantjourney.py
backtester/portfolio/__init__.py
backtester/portfolio/_time.py
backtester/portfolio/book.py
backtester/portfolio/config.py
backtester/portfolio/instr_calc.py
backtester/portfolio/instr_data.py
backtester/portfolio/instrument_plots.py
backtester/portfolio/portf_calc.py
backtester/portfolio/portf_data.py
backtester/portfolio/portfolio_plots.py
backtester/portfolio/portfolio_utils.py
backtester/portfolio/rebalance.py
backtester/portfolio/schemas.py
backtester/portfolio/weight_cost.py
backtester/portfolio/accounting/__init__.py
backtester/portfolio/accounting/ledger.py
backtester/portfolio/calc/__init__.py
backtester/portfolio/calc/metrics.py
backtester/portfolio/calc/returns.py
backtester/portfolio/calc/risk.py
backtester/portfolio/calc/rolling_stats.py
backtester/risk/__init__.py
backtester/risk/base.py
backtester/risk/inverse_vol.py
backtester/risk/position_limit.py
backtester/risk/pre_trade.py
backtester/risk/risk_parity.py
backtester/risk/vol_target.py
backtester/sdk/__init__.py
backtester/sdk/client.py
backtester/utils/__init__.py
backtester/utils/decorators.py
backtester/utils/logger.py
backtester/walkforward/__init__.py
backtester/walkforward/config.py
backtester/walkforward/engine.py
backtester/walkforward/persistence.py
backtester/walkforward/result.py
backtester/walkforward/runner.py
backtester/walkforward/folds/__init__.py
backtester/walkforward/folds/anchored.py
backtester/walkforward/folds/base.py
backtester/walkforward/folds/cpcv.py
backtester/walkforward/folds/expanding.py
backtester/walkforward/folds/purge.py
backtester/walkforward/folds/rolling.py
backtester/walkforward/optimization/__init__.py
backtester/walkforward/optimization/base.py
backtester/walkforward/optimization/grid.py
backtester/walkforward/optimization/optuna_.py
backtester/walkforward/optimization/result.py
backtester/walkforward/optimization/summary.py
backtester/walkforward/statistics/__init__.py
backtester/walkforward/statistics/aggregation.py
backtester/walkforward/statistics/deflated_sharpe.py
backtester/walkforward/statistics/interpretation.py
backtester/walkforward/statistics/overfit.py
backtester/walkforward/statistics/pbo.py
benchmarks/README.md
benchmarks/strategy_suite.md
compare/README.md
docs/ROADMAP.md
docs/public_scope.md
docs/release.md
docs/strategy-results/README.md
quantjourney_bt.egg-info/PKG-INFO
quantjourney_bt.egg-info/SOURCES.txt
quantjourney_bt.egg-info/dependency_links.txt
quantjourney_bt.egg-info/entry_points.txt
quantjourney_bt.egg-info/requires.txt
quantjourney_bt.egg-info/top_level.txt
skills/README.md
skills/qj-config-helper/SKILL.md
skills/qj-report-analyst/SKILL.md
skills/qj-strategy-author/SKILL.md
skills/qj-strategy-ideas/SKILL.md
skills/qj-strategy-reviewer/SKILL.md
strategies/README.md
strategies/example_orders_01_market_sma_cross.py
strategies/example_orders_02_market_rsi_reversion.py
strategies/example_orders_03_limit_rsi_dip.py
strategies/example_orders_04_limit_trend_pullback.py
strategies/example_orders_05_stop_breakout_entry.py
strategies/example_orders_06_stop_loss_protection.py
strategies/example_orders_07_stop_limit_breakout.py
strategies/example_orders_08_stop_limit_protection.py
strategies/example_orders_09_trailing_stop_trend.py
strategies/example_orders_10_trailing_stop_rsi.py
strategies/example_orders_11_trailing_stop_limit.py
strategies/example_orders_12_bracket_trend.py
strategies/example_orders_13_bracket_rsi_reversion.py
strategies/example_orders_14_oco_dip_or_breakout.py
strategies/example_orders_15_intraday_5m_bracket_reversion.py
strategies/example_orders_16_intraday_30m_stop_breakout.py
strategies/example_orders_17_monthly_rotation_orders.py
strategies/example_orders_18_signal_change_rotation_orders.py
strategies/example_orders_19_fx_momentum_lots.py
strategies/example_orders_20_futures_donchian_contracts.py
strategies/example_weights_01_sma_daily.py
strategies/example_weights_02_monthly_drift_etf.py
strategies/example_weights_03_weekly_rsi_reversion.py
strategies/example_weights_04_quarterly_dual_momentum.py
strategies/example_weights_05_monthly_inverse_vol.py
strategies/example_weights_06_signal_change_defensive.py
strategies/example_weights_07_intraday_rsi_15m.py
strategies/example_weights_08_intraday_1m_ema_scalp.py
strategies/example_weights_09_intraday_1h_sma_trend.py
strategies/example_weights_10_monthly_circuit_breaker.py
strategies/example_weights_11_quarterly_te_cost_gate.py
strategies/example_weights_12_daily_partial_drift.py
strategies/example_weights_13_pairs_ratio_zscore.py
strategies/example_weights_14_pairs_hedge_ratio.py
strategies/example_weights_15_cross_sectional_momentum.py
strategies/example_weights_16_cross_sectional_reversal.py
strategies/example_weights_17_vol_target_trend.py
strategies/example_weights_18_vol_target_momentum.py
strategies/example_weights_19_risk_parity_multiasset.py
strategies/example_weights_20_risk_parity_capped.py
strategies/example_weights_21_bollinger_reversion.py
strategies/example_weights_22_macd_trend.py
strategies/example_weights_23_fx_time_series_momentum.py
strategies/example_weights_24_fx_cross_sectional_momentum.py
strategies/example_weights_25_continuous_futures_trend.py
strategies/example_wf_01_rolling_walkforward.py
strategies/example_wf_02_expanding_walkforward.py
strategies/example_wf_03_anchored_purge_embargo.py
strategies/example_wf_04_grid_search_optimization.py
strategies/example_wf_05_optuna_tpe_optimization.py