LICENSE
README.md
pyproject.toml
setup.py
czsc/__init__.py
czsc/analyze.py
czsc/aphorism.py
czsc/cmd.py
czsc/eda.py
czsc/enum.py
czsc/envs.py
czsc/objects.py
czsc/strategies.py
czsc.egg-info/PKG-INFO
czsc.egg-info/SOURCES.txt
czsc.egg-info/dependency_links.txt
czsc.egg-info/entry_points.txt
czsc.egg-info/requires.txt
czsc.egg-info/top_level.txt
czsc/connectors/__init__.py
czsc/connectors/cooperation.py
czsc/connectors/gm_connector.py
czsc/connectors/jq_connector.py
czsc/connectors/qmt_connector.py
czsc/connectors/research.py
czsc/connectors/tq_connector.py
czsc/connectors/ts_connector.py
czsc/features/__init__.py
czsc/features/ret.py
czsc/features/tas.py
czsc/features/utils.py
czsc/features/vpf.py
czsc/fsa/__init__.py
czsc/fsa/base.py
czsc/fsa/bi_table.py
czsc/fsa/im.py
czsc/fsa/spreed_sheets.py
czsc/sensors/__init__.py
czsc/sensors/cta.py
czsc/sensors/event.py
czsc/sensors/feature.py
czsc/sensors/utils.py
czsc/signals/__init__.py
czsc/signals/ang.py
czsc/signals/bar.py
czsc/signals/byi.py
czsc/signals/coo.py
czsc/signals/cxt.py
czsc/signals/jcc.py
czsc/signals/pos.py
czsc/signals/tas.py
czsc/signals/vol.py
czsc/signals/xls.py
czsc/signals/zdy.py
czsc/traders/__init__.py
czsc/traders/base.py
czsc/traders/cwc.py
czsc/traders/dummy.py
czsc/traders/optimize.py
czsc/traders/performance.py
czsc/traders/rwc.py
czsc/traders/sig_parse.py
czsc/traders/weight_backtest.py
czsc/utils/__init__.py
czsc/utils/bar_generator.py
czsc/utils/bi_info.py
czsc/utils/cache.py
czsc/utils/calendar.py
czsc/utils/china_calendar.feather
czsc/utils/corr.py
czsc/utils/cross.py
czsc/utils/data_client.py
czsc/utils/echarts_plot.py
czsc/utils/events.py
czsc/utils/features.py
czsc/utils/fernet.py
czsc/utils/index_composition.py
czsc/utils/io.py
czsc/utils/kline_quality.py
czsc/utils/minutes_split.feather
czsc/utils/optuna.py
czsc/utils/oss.py
czsc/utils/plotly_plot.py
czsc/utils/portfolio.py
czsc/utils/qywx.py
czsc/utils/sig.py
czsc/utils/st_components.py
czsc/utils/stats.py
czsc/utils/ta.py
czsc/utils/trade.py
czsc/utils/word_writer.py
test/test_analyze.py
test/test_bar_generator.py
test/test_calendar.py
test/test_cross_sectional_strategy.py
test/test_eda.py
test/test_features.py
test/test_kline_quality.py
test/test_objects.py
test/test_plot.py
test/test_plotly_plot.py
test/test_rs.py
test/test_strategy.py
test/test_trade_utils.py
test/test_trader_base.py
test/test_trader_sig.py
test/test_utils.py
test/test_utils_cache.py
test/test_word_writer.py