.coveragerc
.gitignore
.travis.yml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.py
dockerfiles/bionic/Dockerfile
dockerfiles/centos8/Dockerfile
dockerfiles/fedora33/Dockerfile
dockerfiles/focal/Dockerfile
examples/buy_and_hold.py
examples/download.py
examples/long_short.py
examples/momentum_taa.py
examples/sixty_forty.py
examples/sixty_forty_fees.py
qstrader/__init__.py
qstrader/settings.py
qstrader/alpha_model/__init__.py
qstrader/alpha_model/alpha_model.py
qstrader/alpha_model/fixed_signals.py
qstrader/alpha_model/single_signal.py
qstrader/asset/__init__.py
qstrader/asset/asset.py
qstrader/asset/cash.py
qstrader/asset/equity.py
qstrader/asset/universe/__init__.py
qstrader/asset/universe/dynamic.py
qstrader/asset/universe/static.py
qstrader/asset/universe/universe.py
qstrader/broker/__init__.py
qstrader/broker/broker.py
qstrader/broker/simulated_broker.py
qstrader/broker/fee_model/__init__.py
qstrader/broker/fee_model/fee_model.py
qstrader/broker/fee_model/percent_fee_model.py
qstrader/broker/fee_model/zero_fee_model.py
qstrader/broker/portfolio/__init__.py
qstrader/broker/portfolio/portfolio.py
qstrader/broker/portfolio/portfolio_event.py
qstrader/broker/portfolio/position.py
qstrader/broker/portfolio/position_handler.py
qstrader/broker/transaction/__init__.py
qstrader/broker/transaction/transaction.py
qstrader/data/__init__.py
qstrader/data/backtest_data_handler.py
qstrader/data/daily_bar_csv.py
qstrader/data/daily_bar_dataframe.py
qstrader/exchange/__init__.py
qstrader/exchange/exchange.py
qstrader/exchange/simulated_exchange.py
qstrader/execution/__init__.py
qstrader/execution/execution_handler.py
qstrader/execution/order.py
qstrader/execution/execution_algo/__init__.py
qstrader/execution/execution_algo/execution_algo.py
qstrader/execution/execution_algo/market_order.py
qstrader/portcon/__init__.py
qstrader/portcon/pcm.py
qstrader/portcon/optimiser/__init__.py
qstrader/portcon/optimiser/equal_weight.py
qstrader/portcon/optimiser/fixed_weight.py
qstrader/portcon/optimiser/optimiser.py
qstrader/portcon/order_sizer/__init__.py
qstrader/portcon/order_sizer/dollar_weighted.py
qstrader/portcon/order_sizer/long_short.py
qstrader/portcon/order_sizer/order_sizer.py
qstrader/risk_model/__init__.py
qstrader/risk_model/risk_model.py
qstrader/signals/__init__.py
qstrader/signals/buffer.py
qstrader/signals/momentum.py
qstrader/signals/signal.py
qstrader/signals/signals_collection.py
qstrader/signals/sma.py
qstrader/signals/vol.py
qstrader/simulation/__init__.py
qstrader/simulation/daily_bday.py
qstrader/simulation/event.py
qstrader/simulation/everyday.py
qstrader/simulation/sim_engine.py
qstrader/statistics/__init__.py
qstrader/statistics/json_statistics.py
qstrader/statistics/performance.py
qstrader/statistics/statistics.py
qstrader/statistics/tearsheet.py
qstrader/system/__init__.py
qstrader/system/qts.py
qstrader/system/rebalance/__init__.py
qstrader/system/rebalance/buy_and_hold.py
qstrader/system/rebalance/daily.py
qstrader/system/rebalance/end_of_month.py
qstrader/system/rebalance/rebalance.py
qstrader/system/rebalance/weekly.py
qstrader/trading/__init__.py
qstrader/trading/backtest.py
qstrader/trading/live.py
qstrader/trading/trading_session.py
qstrader/utils/__init__.py
qstrader/utils/console.py
requirements/base.txt
requirements/tests.txt
scripts/__init__.py
scripts/static_backtest.py
tests/conftest.py
tests/integration/portcon/test_pcm_e2e.py
tests/integration/trading/conftest.py
tests/integration/trading/test_backtest_e2e.py
tests/integration/trading/fixtures/ABC.csv
tests/integration/trading/fixtures/DEF.csv
tests/integration/trading/fixtures/long_short_history.dat
tests/integration/trading/fixtures/sixty_forty_history.dat
tests/unit/alpha_model/test_fixed_signals.py
tests/unit/alpha_model/test_single_signal.py
tests/unit/asset/test_cash.py
tests/unit/asset/universe/test_dynamic_universe.py
tests/unit/asset/universe/test_static_universe.py
tests/unit/broker/test_simulated_broker.py
tests/unit/broker/fee_model/test_percent_fee_model.py
tests/unit/broker/fee_model/test_zero_fee_model.py
tests/unit/broker/portfolio/test_portfolio.py
tests/unit/broker/portfolio/test_position.py
tests/unit/broker/portfolio/test_position_handler.py
tests/unit/broker/transaction/test_transaction.py
tests/unit/portcon/test_pcm.py
tests/unit/portcon/optimiser/test_equal_weight.py
tests/unit/portcon/optimiser/test_fixed_weight.py
tests/unit/portcon/order_sizer/test_dollar_weighted.py
tests/unit/portcon/order_sizer/test_long_short.py
tests/unit/signals/test_momentum.py
tests/unit/signals/test_sma.py
tests/unit/simulation/test_daily_bday.py
tests/unit/simulation/test_event.py
tests/unit/system/rebalance/test_buy_and_hold_rebalance.py
tests/unit/system/rebalance/test_daily_rebalance.py
tests/unit/system/rebalance/test_end_of_month_rebalance.py
tests/unit/system/rebalance/test_weekly_rebalance.py
tests/unit/utils/test_console.py
trading_strategy_qstrader.egg-info/PKG-INFO
trading_strategy_qstrader.egg-info/SOURCES.txt
trading_strategy_qstrader.egg-info/dependency_links.txt
trading_strategy_qstrader.egg-info/requires.txt
trading_strategy_qstrader.egg-info/top_level.txt