python 股票包_Python stockstats包_程序模块 - PyPI - Python中文网

# volume delta against previous daystock['volume_delta']# open delta against next 2 daystock['open_2_d']# open price change (in percent) between today and the day before yesterday# 'r' stands for rate.stock['open_-2_r']# CR indicator, including 5, 10, 20 days moving averagestock['cr']stock['cr-ma1']stock['cr-ma2']stock['cr-ma3']# volume max of three days ago, yesterday and two days laterstock['volume_-3,2,-1_max']# volume min between 3 days ago and tomorrowstock['volume_-3~1_min']# KDJ, default to 9 daysstock['kdjk']stock['kdjd']stock['kdjj']# three days KDJK cross up 3 days KDJDstock['kdj_3_xu_kdjd_3']# 2 days simple moving average on open pricestock['open_2_sma']# MACDstock['macd']# MACD signal linestock['macds']# MACD histogramstock['macdh']# bolling, including upper band and lower bandstock['boll']stock['boll_ub']stock['boll_lb']# close price less than 10.0 in 5 days countstock['close_10.0_le_5_c']# CR MA2 cross up CR MA1 in 20 days countstock['cr-ma2_xu_cr-ma1_20_c']# count forward(future) where close prise is larger than 10stock['close_10.0_ge_5_fc']# 6 days RSIstock['rsi_6']# 12 days RSIstock['rsi_12']# 10 days WRstock['wr_10']# 6 days WRstock['wr_6']# CCI, default to 14 daysstock['cci']# 20 days CCIstock['cci_20']# TR (true range)stock['tr']# ATR (Average True Range)stock['atr']# DMA, difference of 10 and 50 moving averagestock['dma']# DMI# +DI, default to 14 daysstock['pdi']# -DI, default to 14 daysstock['mdi']# DX, default to 14 days of +DI and -DIstock['dx']# ADX, 6 days SMA of DX, same as stock['dx_6_ema']stock['adx']# ADXR, 6 days SMA of ADX, same as stock['adx_6_ema']stock['adxr']# TRIX, default to 12 daysstock['trix']# MATRIX is the simple moving average of TRIXstock['trix_9_sma']# TEMA, another implementation for triple emastock['tema']# VR, default to 26 daysstock['vr']# MAVR is the simple moving average of VRstock['vr_6_sma']

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值