LICENSE
README.md
setup.py
czsc/__init__.py
czsc/analyze.py
czsc/aphorism.py
czsc/enum.py
czsc/objects.py
czsc.egg-info/PKG-INFO
czsc.egg-info/SOURCES.txt
czsc.egg-info/dependency_links.txt
czsc.egg-info/requires.txt
czsc.egg-info/top_level.txt
czsc/data/__init__.py
czsc/data/base.py
czsc/data/jq.py
czsc/data/ts.py
czsc/data/ts_cache.py
czsc/sensors/__init__.py
czsc/sensors/factors.py
czsc/sensors/plates.py
czsc/sensors/stocks.py
czsc/sensors/utils.py
czsc/signals/__init__.py
czsc/signals/bxt.py
czsc/signals/signals.py
czsc/signals/ta.py
czsc/signals/utils.py
czsc/traders/__init__.py
czsc/traders/advanced.py
czsc/traders/daily.py
czsc/traders/utils.py
czsc/utils/__init__.py
czsc/utils/bar_generator.py
czsc/utils/cache.py
czsc/utils/echarts_plot.py
czsc/utils/io.py
czsc/utils/kline_generator.py
czsc/utils/log.py
czsc/utils/qywx.py
czsc/utils/ta.py
czsc/utils/ta1.py
czsc/utils/word_writer.py
hist/scripts_gm_20211212/__init__.py
hist/scripts_gm_20211212/check_bs.py
hist/scripts_gm_20211212/run_share_bt.py
hist/scripts_gm_20211212/run_share_rt.py
hist/scripts_gm_20211212/src/__init__.py
hist/scripts_gm_20211212/src/monitor.py
hist/scripts_gm_20211212/src/selector.py
hist/scripts_gm_20211212/src/tactics/__init__.py
hist/scripts_gm_20211212/src/tactics/share.py
hist/scripts_gm_20211212/src/utils/__init__.py
hist/scripts_gm_20211212/src/utils/base.py
hist/scripts_gm_20211212/src/utils/bt.py
hist/scripts_gm_20211212/src/utils/rt.py
test/test_advanced_trader.py
test/test_analyze.py
test/test_bar_generator.py
test/test_objects.py
test/test_plot.py
test/test_sensors.py
test/test_signals_utils.py
test/test_ta.py
test/test_traders_daily.py
test/test_ts_cache.py
test/test_word_writer.py