Talib一直缺乏有效的中文文档,自己又有空闲时间,且在研究量化对冲系统,就发点时间,做一下翻译。原文地址: TA-LIB document 翻译地址: 这是一个Python 金融指数处理库TA-LIB,他是基于 Cython 而不是 SWIG。 TA-Lib is widely used by trading software developers requiring to perform technical analysis of financ...
If you are usingWindows, you will need to installWindows Build Toolswith the "--vs2015" param, which will download and install Visual C++ Build Tools 2015 and Python 2.7, configuring your machine and npm appropriately. Installation To install the most recent release from npm, run: ...
秀杰/node-talib 代码Issues0Pull Requests0Wiki统计流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 master 分支(2) 标签(17) 管理 管理 master dev v1.1.3 v1.0.6 v1.0.4 ...
```python real = MULT(high, low) ``` ### SUB - Vector Arithmetic Substraction > 函数名:SUB 名称:向量减法运算 ```python real = SUB(high, low) ``` ### SUM - Summation > 函数名:SUM 名称:周期内求和 ```python real = SUM(close, timeperiod=30) ``` [Documentation Index](../...