rqalpha 5.4.3__tar.gz → 5.5.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- rqalpha-5.5.1/PKG-INFO +48 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/_version.py +3 -3
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/const.py +1 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/data/base_data_source/data_source.py +0 -2
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/data/bundle.py +8 -8
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_analyser/mod.py +38 -45
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/config.py +1 -1
- rqalpha-5.5.1/rqalpha.egg-info/PKG-INFO +48 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/setup.cfg +1 -1
- {rqalpha-5.4.3 → rqalpha-5.5.1}/versioneer.py +0 -4
- rqalpha-5.4.3/PKG-INFO +0 -20
- rqalpha-5.4.3/rqalpha.egg-info/PKG-INFO +0 -20
- {rqalpha-5.4.3 → rqalpha-5.5.1}/CHANGELOG.rst +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/LICENSE +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/MANIFEST.in +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/README.rst +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/__main__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/api.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/apis/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/apis/api_abstract.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/apis/api_base.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/apis/api_rqdatac.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/apis/names.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/cmds/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/cmds/bundle.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/cmds/entry.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/cmds/misc.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/cmds/mod.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/cmds/run.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/config.yml +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/core/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/core/events.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/core/execution_context.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/core/executor.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/core/global_var.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/core/strategy.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/core/strategy_context.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/core/strategy_loader.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/core/strategy_universe.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/data/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/data/bar_dict_price_board.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/data/base_data_source/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/data/base_data_source/adjust.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/data/base_data_source/storage_interface.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/data/base_data_source/storages.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/data/data_proxy.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/data/trading_dates_mixin.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/environment.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/IF1706_20161108.csv +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/IF_macd.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/buy_and_hold.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/data_source/get_csv_module.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/data_source/import_get_csv_module.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/data_source/read_csv_as_df.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/extend_api/rqalpha_mod_extend_api_demo.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/extend_api/test_extend_api.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/golden_cross.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/macd.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/pair_trading.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/rsi.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/run_code_demo.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/run_file_demo.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/run_func_demo.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/subscribe_event.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/test_pt.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/examples/turtle.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/interface.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/main.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_accounts/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_accounts/api/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_accounts/api/api_future.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_accounts/api/api_stock.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_accounts/component_validator.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_accounts/mod.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_accounts/position_model.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_accounts/position_validator.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_accounts/validator.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_analyser/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_analyser/plot/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_analyser/plot/consts.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_analyser/plot/plot.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_analyser/plot/utils.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_analyser/plot_store.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_analyser/report/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_analyser/report/excel_template.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_analyser/report/report.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_analyser/report/templates/summary.xlsx +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_progress/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_progress/mod.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_risk/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_risk/mod.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_risk/validators/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_risk/validators/cash_validator.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_risk/validators/is_trading_validator.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_risk/validators/price_validator.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_risk/validators/self_trade_validator.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_scheduler/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_scheduler/mod.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_scheduler/scheduler.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_simulation/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_simulation/matcher.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_simulation/mod.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_simulation/signal_broker.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_simulation/simulation_broker.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_simulation/simulation_event_source.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_simulation/slippage.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_simulation/testing.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_simulation/validator.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_transaction_cost/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_transaction_cost/deciders.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_transaction_cost/mod.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/utils.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod_config.yml +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/model/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/model/bar.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/model/instrument.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/model/order.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/model/tick.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/model/trade.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/portfolio/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/portfolio/account.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/portfolio/position.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/resource/ricequant-logo.png +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/user_module.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/arg_checker.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/class_helper.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/click_helper.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/concurrent.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/datetime_func.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/dict_func.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/exception.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/functools.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/i18n.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/log_capture.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/logger.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/package_helper.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/persisit_helper.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/repr.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/risk_free_helper.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/rq_json.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/strategy_loader_help.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/testing/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/testing/fixtures.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/testing/mocking.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/translations/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/translations/zh_Hans_CN/LC_MESSAGES/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/translations/zh_Hans_CN/LC_MESSAGES/messages.mo +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/translations/zh_Hans_CN/LC_MESSAGES/messages.po +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/translations/zh_Hans_CN/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/typing.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha.egg-info/SOURCES.txt +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha.egg-info/dependency_links.txt +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha.egg-info/entry_points.txt +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha.egg-info/not-zip-safe +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha.egg-info/requires.txt +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha.egg-info/top_level.txt +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/setup.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_accounts/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_accounts/test_account_model.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_accounts/test_futures_settlement_price_type.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_accounts/test_margin_stocks.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_accounts/test_position_models.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_scheduler/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_scheduler/test_physical_time.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_scheduler/test_scheduler.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_simulation/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_simulation/test_management_fee.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_simulation/test_match.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_simulation/test_signal_broker.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_simulation/test_simulation_broker.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_simulation/test_simulation_event_source.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_transaction_cost/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_transaction_cost/test_commission_multiplier.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/test_api_base.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/test_api_future.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/test_api_stock.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/test_config.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/utils.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/test_f_buy_and_hold.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/test_f_delivery.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/test_f_macd.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/test_f_macd_signal.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/test_f_mean_reverting.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/test_f_tick_size.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/test_s_buy_and_hold.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/test_s_dual_thrust.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/test_s_pit_tax.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/test_s_scheduler.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/test_s_tick_size.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/test_s_turtle.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/test_s_turtle_signal.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/test_sf_buy_and_hold.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/unittest/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/unittest/test_data/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/unittest/test_data/test_auto_update_bundle/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/unittest/test_data/test_auto_update_bundle/test_auto_update_bundle_mixin.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/unittest/test_data/test_instrument_mixin.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/unittest/test_data/test_trading_dates_mixin.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/unittest/test_mod/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/unittest/test_mod/test_sys_simulation/__init__.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/unittest/test_mod/test_sys_simulation/test_simulation_event_source.py +0 -0
- {rqalpha-5.4.3 → rqalpha-5.5.1}/tests/utils.py +0 -0
rqalpha-5.5.1/PKG-INFO
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: rqalpha
|
|
3
|
+
Version: 5.5.1
|
|
4
|
+
Summary: Ricequant Algorithm Trading System
|
|
5
|
+
Home-page: https://github.com/ricequant/rqalpha
|
|
6
|
+
Author: ricequant
|
|
7
|
+
Author-email: public@ricequant.com
|
|
8
|
+
License: Apache License v2
|
|
9
|
+
Classifier: Programming Language :: Python
|
|
10
|
+
Classifier: Operating System :: OS Independent
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Requires-Python: >=3.6
|
|
19
|
+
License-File: LICENSE
|
|
20
|
+
Requires-Dist: requests
|
|
21
|
+
Requires-Dist: numpy<2.0.0
|
|
22
|
+
Requires-Dist: pandas>=1.0.5
|
|
23
|
+
Requires-Dist: python-dateutil
|
|
24
|
+
Requires-Dist: six
|
|
25
|
+
Requires-Dist: logbook
|
|
26
|
+
Requires-Dist: click>=7.0.0
|
|
27
|
+
Requires-Dist: jsonpickle
|
|
28
|
+
Requires-Dist: simplejson
|
|
29
|
+
Requires-Dist: PyYAML
|
|
30
|
+
Requires-Dist: tabulate
|
|
31
|
+
Requires-Dist: rqrisk>=1.0.6
|
|
32
|
+
Requires-Dist: h5py
|
|
33
|
+
Requires-Dist: matplotlib>=3.1.0
|
|
34
|
+
Requires-Dist: openpyxl
|
|
35
|
+
Requires-Dist: methodtools
|
|
36
|
+
Requires-Dist: filelock
|
|
37
|
+
Provides-Extra: profiler
|
|
38
|
+
Requires-Dist: line_profiler; extra == "profiler"
|
|
39
|
+
Dynamic: author
|
|
40
|
+
Dynamic: author-email
|
|
41
|
+
Dynamic: classifier
|
|
42
|
+
Dynamic: home-page
|
|
43
|
+
Dynamic: license
|
|
44
|
+
Dynamic: license-file
|
|
45
|
+
Dynamic: provides-extra
|
|
46
|
+
Dynamic: requires-dist
|
|
47
|
+
Dynamic: requires-python
|
|
48
|
+
Dynamic: summary
|
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "
|
|
11
|
+
"date": "2025-04-07T16:24:09+0800",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "5.
|
|
14
|
+
"full-revisionid": "22400497651160be7269f527d99aff33c4603d49",
|
|
15
|
+
"version": "5.5.1"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -100,8 +100,6 @@ class BaseDataSource(AbstractDataSource):
|
|
|
100
100
|
instruments.append(Instrument(
|
|
101
101
|
i,
|
|
102
102
|
lambda i: self._future_info_store.get_tick_size(i),
|
|
103
|
-
# lambda i, dt: env.data_proxy.get_futures_trading_parameters(i, dt).long_margin_ratio,
|
|
104
|
-
# lambda i, dt: env.data_proxy.get_futures_trading_parameters(i, dt).short_margin_ratio
|
|
105
103
|
))
|
|
106
104
|
for ins_type in self.DEFAULT_INS_TYPES:
|
|
107
105
|
self.register_instruments_store(InstrumentStore(instruments, ins_type))
|
|
@@ -419,11 +419,12 @@ class UpdateDayBarTask(DayBarTask):
|
|
|
419
419
|
h5.close()
|
|
420
420
|
|
|
421
421
|
|
|
422
|
-
def process_init(args: Optional[Synchronized] = None):
|
|
422
|
+
def process_init(args: Optional[Synchronized] = None, kwargs = None):
|
|
423
|
+
kwargs = kwargs or {}
|
|
423
424
|
import warnings
|
|
424
425
|
with warnings.catch_warnings(record=True):
|
|
425
426
|
# catch warning: rqdatac is already inited. Settings will be changed
|
|
426
|
-
rqdatac.init()
|
|
427
|
+
rqdatac.init(**kwargs)
|
|
427
428
|
init_logger()
|
|
428
429
|
# Initialize process shared variables
|
|
429
430
|
if args:
|
|
@@ -431,17 +432,13 @@ def process_init(args: Optional[Synchronized] = None):
|
|
|
431
432
|
sval = args
|
|
432
433
|
|
|
433
434
|
|
|
434
|
-
def update_bundle(path, create, enable_compression=False, concurrency=1):
|
|
435
|
+
def update_bundle(path, create, enable_compression=False, concurrency=1, **kwargs):
|
|
435
436
|
if create:
|
|
436
437
|
_DayBarTask = GenerateDayBarTask
|
|
437
438
|
else:
|
|
438
439
|
_DayBarTask = UpdateDayBarTask
|
|
439
440
|
|
|
440
441
|
init_logger()
|
|
441
|
-
kwargs = {}
|
|
442
|
-
if enable_compression:
|
|
443
|
-
kwargs['compression'] = 9
|
|
444
|
-
|
|
445
442
|
day_bar_args = (
|
|
446
443
|
("stocks.h5", rqdatac.all_instruments('CS').order_book_id.tolist(), STOCK_FIELDS),
|
|
447
444
|
("indexes.h5", rqdatac.all_instruments('INDX').order_book_id.tolist(), INDEX_FIELDS),
|
|
@@ -458,8 +455,11 @@ def update_bundle(path, create, enable_compression=False, concurrency=1):
|
|
|
458
455
|
|
|
459
456
|
succeed = multiprocessing.Value(c_bool, True)
|
|
460
457
|
with ProgressedProcessPoolExecutor(
|
|
461
|
-
max_workers=concurrency, initializer=process_init, initargs=(succeed, )
|
|
458
|
+
max_workers=concurrency, initializer=process_init, initargs=(succeed, kwargs)
|
|
462
459
|
) as executor:
|
|
460
|
+
kwargs = {}
|
|
461
|
+
if enable_compression:
|
|
462
|
+
kwargs['compression'] = 9
|
|
463
463
|
# windows上子进程需要执行rqdatac.init, 其他os则需要执行rqdatac.reset; rqdatac.init包含了rqdatac.reset的功能
|
|
464
464
|
for func in gen_file_funcs:
|
|
465
465
|
executor.submit(GenerateFileTask(func), path)
|
|
@@ -116,21 +116,9 @@ class AnalyserMod(AbstractMod):
|
|
|
116
116
|
|
|
117
117
|
self._plot_store = PlotStore(env)
|
|
118
118
|
export_as_api(self._plot_store.plot)
|
|
119
|
-
|
|
120
|
-
def get_benchmark_daily_returns(self):
|
|
121
|
-
if self._benchmark is None:
|
|
122
|
-
return np.nan
|
|
123
|
-
daily_return_list = []
|
|
124
|
-
weights = 0
|
|
125
|
-
for benchmark in self._benchmark:
|
|
126
|
-
bar = self._env.data_proxy.get_bar(benchmark[0], self._env.calendar_dt, '1d')
|
|
127
|
-
if bar.close != bar.close:
|
|
128
|
-
daily_return_list.append((0.0, benchmark[1]))
|
|
129
|
-
else:
|
|
130
|
-
daily_return_list.append((bar.close / bar.prev_close - 1.0, benchmark[1]))
|
|
131
|
-
weights += benchmark[1]
|
|
132
|
-
return sum([daily[0] * daily[1] / weights for daily in daily_return_list])
|
|
133
119
|
|
|
120
|
+
NULL_OID = {"null", "NULL"}
|
|
121
|
+
|
|
134
122
|
def generate_benchmark_daily_returns_and_portfolio(self, event):
|
|
135
123
|
_s = self._env.config.base.start_date
|
|
136
124
|
_e = self._env.config.base.end_date
|
|
@@ -143,37 +131,41 @@ class AnalyserMod(AbstractMod):
|
|
|
143
131
|
self._benchmark_daily_returns = np.zeros(len(trading_dates))
|
|
144
132
|
weights = 0
|
|
145
133
|
for order_book_id, weight in self._benchmark:
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
raise RuntimeError(
|
|
149
|
-
_("benchmark {} not exists, please entry correct order_book_id").format(order_book_id)
|
|
150
|
-
)
|
|
151
|
-
bars = self._env.data_proxy.history_bars(
|
|
152
|
-
order_book_id = order_book_id,
|
|
153
|
-
bar_count = len(trading_dates) + 1, # Get an extra day for calculation
|
|
154
|
-
frequency = "1d",
|
|
155
|
-
field = ["datetime", "close"],
|
|
156
|
-
dt = _e,
|
|
157
|
-
skip_suspended=False,
|
|
158
|
-
)
|
|
159
|
-
if len(bars) == len(trading_dates) + 1:
|
|
160
|
-
if convert_int_to_date(bars[1]['datetime']).date() != _s:
|
|
161
|
-
raise RuntimeError(_(
|
|
162
|
-
"benchmark {} missing data between backtest start date {} and end date {}").format(order_book_id, _s, _e)
|
|
163
|
-
)
|
|
164
|
-
daily_returns = (bars['close'] / np.roll(bars['close'], 1) - 1.0)[1: ]
|
|
165
|
-
self._benchmark_daily_returns = self._benchmark_daily_returns + daily_returns * weight
|
|
166
|
-
weights += weight
|
|
134
|
+
if order_book_id in self.NULL_OID:
|
|
135
|
+
daily_returns = np.zeros(len(trading_dates))
|
|
167
136
|
else:
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
137
|
+
ins = self._env.data_proxy.instrument(order_book_id)
|
|
138
|
+
if ins is None:
|
|
139
|
+
raise RuntimeError(
|
|
140
|
+
_("benchmark {} not exists, please entry correct order_book_id").format(order_book_id)
|
|
141
|
+
)
|
|
142
|
+
bars = self._env.data_proxy.history_bars(
|
|
143
|
+
order_book_id = order_book_id,
|
|
144
|
+
bar_count = len(trading_dates) + 1, # Get an extra day for calculation
|
|
145
|
+
frequency = "1d",
|
|
146
|
+
field = ["datetime", "close"],
|
|
147
|
+
dt = _e,
|
|
148
|
+
skip_suspended=False,
|
|
175
149
|
)
|
|
176
|
-
|
|
150
|
+
if len(bars) == len(trading_dates) + 1:
|
|
151
|
+
if convert_int_to_date(bars[1]['datetime']).date() != _s:
|
|
152
|
+
raise RuntimeError(_(
|
|
153
|
+
"benchmark {} missing data between backtest start date {} and end date {}").format(order_book_id, _s, _e)
|
|
154
|
+
)
|
|
155
|
+
daily_returns = (bars['close'] / np.roll(bars['close'], 1) - 1.0)[1: ]
|
|
156
|
+
else:
|
|
157
|
+
if len(bars) == 0:
|
|
158
|
+
(available_s, available_e) = (ins.listed_date, ins.de_listed_date)
|
|
159
|
+
else:
|
|
160
|
+
(available_s, available_e) = (convert_int_to_date(bars[0]['datetime']).date(), convert_int_to_date(bars[-1]['datetime']).date())
|
|
161
|
+
raise RuntimeError(
|
|
162
|
+
_("benchmark {} available data start date {} >= backtest start date {} or end date {} <= backtest end "
|
|
163
|
+
"date {}").format(order_book_id, available_s, _s, available_e, _e)
|
|
164
|
+
)
|
|
165
|
+
self._benchmark_daily_returns = self._benchmark_daily_returns + daily_returns * weight
|
|
166
|
+
weights += weight
|
|
167
|
+
|
|
168
|
+
self._benchmark_daily_returns = self._benchmark_daily_returns / weights
|
|
177
169
|
|
|
178
170
|
# generate benchmark portfolio
|
|
179
171
|
unit_net_value = (self._benchmark_daily_returns + 1).cumprod()
|
|
@@ -229,7 +221,8 @@ class AnalyserMod(AbstractMod):
|
|
|
229
221
|
benchmark_list = benchmarks.split(',')
|
|
230
222
|
if len(benchmark_list) == 1:
|
|
231
223
|
if len(benchmark_list[0].split(':')) > 1:
|
|
232
|
-
|
|
224
|
+
oid, weight = benchmark_list[0].split(':')
|
|
225
|
+
result.append((oid, float(weight)))
|
|
233
226
|
return result
|
|
234
227
|
result.append((benchmark_list[0], 1.0))
|
|
235
228
|
return result
|
|
@@ -360,7 +353,7 @@ class AnalyserMod(AbstractMod):
|
|
|
360
353
|
summary["benchmark_symbol"] = self._env.data_proxy.instrument(benchmark_obid).symbol
|
|
361
354
|
else:
|
|
362
355
|
summary["benchmark"] = ",".join(f"{o}:{w}" for o, w in self._benchmark)
|
|
363
|
-
summary["benchmark_symbol"] = ",".join(f"{self._env.data_proxy.instrument(o).symbol}:{w}" for o, w in self._benchmark)
|
|
356
|
+
summary["benchmark_symbol"] = ",".join(f"{self._env.data_proxy.instrument(o).symbol if o not in self.NULL_OID else 'null'}:{w}" for o, w in self._benchmark)
|
|
364
357
|
|
|
365
358
|
risk_free_rate = data_proxy.get_risk_free_rate(self._env.config.base.start_date, self._env.config.base.end_date)
|
|
366
359
|
risk = Risk(
|
|
@@ -236,7 +236,7 @@ def parse_accounts(accounts):
|
|
|
236
236
|
def parse_init_positions(positions):
|
|
237
237
|
# --position 000001.XSHE:1000,IF1701:-1
|
|
238
238
|
result = []
|
|
239
|
-
if not isinstance(positions, str):
|
|
239
|
+
if not isinstance(positions, str) or not positions:
|
|
240
240
|
return result
|
|
241
241
|
for s in positions.split(','):
|
|
242
242
|
try:
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: rqalpha
|
|
3
|
+
Version: 5.5.1
|
|
4
|
+
Summary: Ricequant Algorithm Trading System
|
|
5
|
+
Home-page: https://github.com/ricequant/rqalpha
|
|
6
|
+
Author: ricequant
|
|
7
|
+
Author-email: public@ricequant.com
|
|
8
|
+
License: Apache License v2
|
|
9
|
+
Classifier: Programming Language :: Python
|
|
10
|
+
Classifier: Operating System :: OS Independent
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Requires-Python: >=3.6
|
|
19
|
+
License-File: LICENSE
|
|
20
|
+
Requires-Dist: requests
|
|
21
|
+
Requires-Dist: numpy<2.0.0
|
|
22
|
+
Requires-Dist: pandas>=1.0.5
|
|
23
|
+
Requires-Dist: python-dateutil
|
|
24
|
+
Requires-Dist: six
|
|
25
|
+
Requires-Dist: logbook
|
|
26
|
+
Requires-Dist: click>=7.0.0
|
|
27
|
+
Requires-Dist: jsonpickle
|
|
28
|
+
Requires-Dist: simplejson
|
|
29
|
+
Requires-Dist: PyYAML
|
|
30
|
+
Requires-Dist: tabulate
|
|
31
|
+
Requires-Dist: rqrisk>=1.0.6
|
|
32
|
+
Requires-Dist: h5py
|
|
33
|
+
Requires-Dist: matplotlib>=3.1.0
|
|
34
|
+
Requires-Dist: openpyxl
|
|
35
|
+
Requires-Dist: methodtools
|
|
36
|
+
Requires-Dist: filelock
|
|
37
|
+
Provides-Extra: profiler
|
|
38
|
+
Requires-Dist: line_profiler; extra == "profiler"
|
|
39
|
+
Dynamic: author
|
|
40
|
+
Dynamic: author-email
|
|
41
|
+
Dynamic: classifier
|
|
42
|
+
Dynamic: home-page
|
|
43
|
+
Dynamic: license
|
|
44
|
+
Dynamic: license-file
|
|
45
|
+
Dynamic: provides-extra
|
|
46
|
+
Dynamic: requires-dist
|
|
47
|
+
Dynamic: requires-python
|
|
48
|
+
Dynamic: summary
|
|
@@ -1665,13 +1665,9 @@ def render_pep440_ricequant(pieces):
|
|
|
1665
1665
|
# # 如果是dev和master分支或者hotfix分支来的,或者是一个tag,那就用pep440的版本号,否则带上git commit id
|
|
1666
1666
|
if tracking_branch in ["origin/develop", "origin/master"] or tracking_branch.startswith("origin/hotfix/") or pieces[
|
|
1667
1667
|
"distance"] == 0:
|
|
1668
|
-
if pieces["dirty"]:
|
|
1669
|
-
rendered += ".dirty"
|
|
1670
1668
|
return rendered
|
|
1671
1669
|
|
|
1672
1670
|
rendered += "+%s" % format(pieces["short"])
|
|
1673
|
-
if pieces["dirty"]:
|
|
1674
|
-
rendered += ".dirty"
|
|
1675
1671
|
return rendered
|
|
1676
1672
|
|
|
1677
1673
|
|
rqalpha-5.4.3/PKG-INFO
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: rqalpha
|
|
3
|
-
Version: 5.4.3
|
|
4
|
-
Summary: Ricequant Algorithm Trading System
|
|
5
|
-
Home-page: https://github.com/ricequant/rqalpha
|
|
6
|
-
Author: ricequant
|
|
7
|
-
Author-email: public@ricequant.com
|
|
8
|
-
License: Apache License v2
|
|
9
|
-
Classifier: Programming Language :: Python
|
|
10
|
-
Classifier: Operating System :: OS Independent
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
-
Requires-Python: >=3.6
|
|
19
|
-
Provides-Extra: profiler
|
|
20
|
-
License-File: LICENSE
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: rqalpha
|
|
3
|
-
Version: 5.4.3
|
|
4
|
-
Summary: Ricequant Algorithm Trading System
|
|
5
|
-
Home-page: https://github.com/ricequant/rqalpha
|
|
6
|
-
Author: ricequant
|
|
7
|
-
Author-email: public@ricequant.com
|
|
8
|
-
License: Apache License v2
|
|
9
|
-
Classifier: Programming Language :: Python
|
|
10
|
-
Classifier: Operating System :: OS Independent
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
-
Requires-Python: >=3.6
|
|
19
|
-
Provides-Extra: profiler
|
|
20
|
-
License-File: LICENSE
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_analyser/report/excel_template.py
RENAMED
|
File without changes
|
|
File without changes
|
{rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_analyser/report/templates/summary.xlsx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_risk/validators/cash_validator.py
RENAMED
|
File without changes
|
{rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_risk/validators/is_trading_validator.py
RENAMED
|
File without changes
|
{rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_risk/validators/price_validator.py
RENAMED
|
File without changes
|
{rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_risk/validators/self_trade_validator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/mod/rqalpha_mod_sys_simulation/simulation_event_source.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/translations/zh_Hans_CN/LC_MESSAGES/__init__.py
RENAMED
|
File without changes
|
{rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/translations/zh_Hans_CN/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{rqalpha-5.4.3 → rqalpha-5.5.1}/rqalpha/utils/translations/zh_Hans_CN/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_simulation/test_simulation_broker.py
RENAMED
|
File without changes
|
{rqalpha-5.4.3 → rqalpha-5.5.1}/tests/api_tests/mod/sys_simulation/test_simulation_event_source.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rqalpha-5.4.3 → rqalpha-5.5.1}/tests/unittest/test_data/test_auto_update_bundle/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|