TALIB
文章平均质量分 60
artu001
这个作者很懒,什么都没留下…
展开
-
【python】Windows环境下python3.7的talib库的安装详解
首先你要明确你的系统版本,win32系统还是Linux,X86还是X64; 如果你的系统是x86平台,在安装了anaconda 的基础上,可以直接使用pip安装,命令如下: pip install talib 如果你的系统是x64平台,直接使用上述命令安装汇报错如下: 原因在于python pip源中TA-...转载 2018-11-04 06:45:09 · 6597 阅读 · 0 评论 -
ta-lib 支持的指标
Function Groups Overlap Studies 重叠研究 Momentum Indicators 动量指标 Volume Indicators 成交量指标 Volatility Indicators 波动性指标 Price Transform 价格指标 Cycle Indicators 周期指标 Pattern Recognition 形态识别 Statistic Fun...原创 2018-11-04 15:35:31 · 1748 阅读 · 0 评论