Skip to content

Commit 5c9686f

Browse files
authored
Update README.md
1 parent 043c867 commit 5c9686f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Talib一直缺乏有效的中文文档,自己又有空闲时间,且在研究
2727

2828
Similar to TA-Lib, the function interface provides a lightweight wrapper of
2929
the exposed TA-Lib indicators.
30-
类似于TA-Lib,函数接口提供了一个暴漏TA-Lib指标的轻量级封装。
30+
类似于TA-Lib,函数接口提供了一个暴露TA-Lib指标的轻量级封装。
3131

3232
Each function returns an output array and have default values for their
3333
parameters, unless specified as keyword arguments. Typically, these functions
@@ -153,8 +153,8 @@ SAR Parabolic SAR #抛物线转向指标
153153
SAREXT Parabolic SAR - Extended #抛物线转向指标 - 扩展
154154
SMA Simple Moving Average# 简单移动平均线
155155
T3 Triple Exponential Moving Average (T3)
156-
TEMA Triple Exponential Moving Average
157-
TRIMA Triangular Moving Average
156+
TEMA Triple Exponential Moving Average#三次指数移动平均
157+
TRIMA Triangular Moving Average# 三角形移动平均
158158
WMA Weighted Moving Average#加权移动平均线
159159
```
160160

0 commit comments

Comments
 (0)