LICENSE
README.md
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/gm_connector.py
czsc/connectors/jq_connector.py
czsc/connectors/qmt_connector.py
czsc/connectors/research.py
czsc/connectors/ts_connector.py
czsc/data/__init__.py
czsc/data/base.py
czsc/data/ts.py
czsc/data/ts_cache.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/plates.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/traders/__init__.py
czsc/traders/base.py
czsc/traders/dummy.py
czsc/traders/performance.py
czsc/traders/sig_parse.py
czsc/utils/__init__.py
czsc/utils/bar_generator.py
czsc/utils/cache.py
czsc/utils/corr.py
czsc/utils/cross.py
czsc/utils/echarts_plot.py
czsc/utils/io.py
czsc/utils/oss.py
czsc/utils/plotly_plot.py
czsc/utils/plt_plot.py
czsc/utils/qywx.py
czsc/utils/sig.py
czsc/utils/signal_analyzer.py
czsc/utils/stats.py
czsc/utils/ta.py
czsc/utils/ta1.py
czsc/utils/trade.py
czsc/utils/word_writer.py
examples/develop/__init__.py
examples/develop/event_match_sensor.py
examples/develop/fixed_number_selector.py
examples/dropit/__init__.py
examples/dropit/create_trade_price.py
examples/signals_dev/__init__.py
examples/signals_dev/bar_eight_V230702.py
examples/signals_dev/cxt_intraday_V230701.py
examples/signals_dev/signal_match.py
examples/signals_dev/tas_rumi_V230704.py
examples/streamlit_pages/JSON策略回放.py
examples/streamlit_pages/JSON策略回测.py
examples/streamlit_pages/__init__.py
examples/streamlit_pages/信号观察.py
examples/streamlit_pages/策略回放.py
examples/test_offline/__init__.py
examples/test_offline/test_fsa.py
examples/test_offline/test_ts_cache.py
test/test_analyze.py
test/test_bar_generator.py
test/test_data.py
test/test_objects.py
test/test_plot.py
test/test_plotly_plot.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_word_writer.py