talib 中文文档:Price Transform Functions 价格指标

Posted fangbei

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了talib 中文文档:Price Transform Functions 价格指标相关的知识,希望对你有一定的参考价值。

Price Transform Functions

AVGPRICE - Average Price

函数名:AVGPRICE
名称:平均价格函数

real = AVGPRICE(open, high, low, close)

Learn more about the Average Price at tadoc.org.

MEDPRICE - Median Price

函数名:MEDPRICE
名称:中位数价格

real = MEDPRICE(high, low)

Learn more about the Median Price at tadoc.org.

TYPPRICE - Typical Price

函数名:TYPPRICE
名称:代表性价格

real = TYPPRICE(high, low, close)

Learn more about the Typical Price at tadoc.org.

WCLPRICE - Weighted Close Price

函数名:WCLPRICE
名称:加权收盘价

real = WCLPRICE(high, low, close)


以上是关于talib 中文文档:Price Transform Functions 价格指标的主要内容,如果未能解决你的问题,请参考以下文章

talib 中文文档:Cycle Indicator Functions 周期指标

talib 中文文档(十四):Math Transform Functions 数学变换

talib 中文文档: Momentum Indicator Functions 动量指标

talib 中文文档(十五):Math Operator Functions 数学方法

talib 中文文档:Volume Indicators 成交量指标

talib 中文文档:# Volatility Indicator Functions 波动率指标函数