python缠论代码_缠论dll(czsc - 缠中说禅技术分析工具)
【實例簡介】dll插件
【實例截圖】
【核心代碼】
czsc-master
├── LICENSE
├── README.md
├── czsc
│? ?├── __init__.py
│? ?├── analyze.py
│? ?├── cobra
│? ?│? ?├── __init__.py
│? ?│? ?├── factor_analyst.py
│? ?│? ?└── utils.py
│? ?├── data
│? ?│? ?├── __init__.py
│? ?│? ?├── jq.py
│? ?│? ?└── ts.py
│? ?├── plot.py
│? ?├── signals.py
│? ?├── ta.py
│? ?└── utils.py
├── docs
│? ?├── README.md
│? ?├── czsc.drawio
│? ?├── objs.py
│? ?└── 單因子分析工具開發文檔.md
├── examples
│? ?├── combine_with_tushare.py
│? ?├── plot.py
│? ?├── pyecharts 可視化分析結果.ipynb
│? ?├── use_czsc_with_jq.py
│? ?└── 使用CZSC進行選股.ipynb
├── requirements.txt
├── setup.py
├── single
│? ?└── czsc_0.5.3.py
└── test
├── __init__.py
├── data
│? ?├── 000001.SH_D.csv
│? ?└── 000001.XSHG_1MIN.csv
├── profile_modify.py
├── test_analyze.py
├── test_cobra_factor_analyst.py
├── test_cobra_utils.py
├── test_kline_generator.py
├── test_plot.py
├── test_signals.py
└── test_ta.py
8 directories, 37 files
總結
以上是生活随笔為你收集整理的python缠论代码_缠论dll(czsc - 缠中说禅技术分析工具)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python读取多个sheet文件_Py
- 下一篇: linux 编辑器vim配置