LICENSE
MANIFEST.in
README.md
setup.py
qff/__init__.py
qff/__main__.py
qff/config.ts.json
qff.egg-info/PKG-INFO
qff.egg-info/SOURCES.txt
qff.egg-info/dependency_links.txt
qff.egg-info/entry_points.txt
qff.egg-info/requires.txt
qff.egg-info/top_level.txt
qff.egg-info/zip-safe
qff/frame/__init__.py
qff/frame/backtest.py
qff/frame/backup.py
qff/frame/cli.py
qff/frame/context.py
qff/frame/entry.py
qff/frame/evaluation.py
qff/frame/interface.py
qff/frame/order.py
qff/frame/performance.py
qff/frame/risk.py
qff/frame/settle.py
qff/frame/simtrade.py
qff/helper/__init__.py
qff/helper/common.py
qff/helper/formula.py
qff/helper/indicator.py
qff/helper/ts.py
qff/price/__init__.py
qff/price/cache.py
qff/price/crawl.py
qff/price/fetch.py
qff/price/query.py
qff/price/report.py
qff/store/__init__.py
qff/store/save_info.py
qff/store/save_mtss.py
qff/store/save_price.py
qff/store/save_report.py
qff/store/save_valuation.py
qff/store/update_all.py
qff/tools/__init__.py
qff/tools/config.py
qff/tools/date.py
qff/tools/kshow.py
qff/tools/local.py
qff/tools/logs.py
qff/tools/tdx.py
qff/tools/utils.py
qff/tools/word.py
test/test.py
test/test_word_writer.py