Skip to content

Commit 222e884

Browse files
committed
update docs
1 parent 60c2076 commit 222e884

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/source/indicator/indicator.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@
984984
:rtype: Indicator
985985

986986

987-
.. py:function:: REPLACE(ind, [old_value=constant.nan, new_value=0.0, ignore_discard=False]
987+
.. py:function:: REPLACE(ind, [old_value=constant.nan, new_value=0.0, ignore_discard=False])
988988
989989
替换指标中指定值,默认为替换 nan 值为 0.0。
990990

docs/source/indicator/overview.rst

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* :py:func:`PRICELIST` - 将PriceList或Indicator的结果集包装为Indicator,同名 VALUE
2323
* :py:func:`REPLACE` - 替换指标中指定值,默认为替换 nan 值为 0.0
2424
* :py:func:`RESULT` - 以指标公式的方式返回指定指标中相应的结果集
25+
* :py:func:`SLICE` - 获取某指标中指定范围 [start, end) 的数据,生成新的指标
2526
* :py:func:`WEAVE` - 将两个ind的结果合并到一个ind中
2627
* :py:func:`ZSCORE` - ZScore 标准化
2728

0 commit comments

Comments
 (0)