features

package
v1.12.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KLineShapeType added in v1.12.2

type KLineShapeType = uint64

KLineShapeType K线形态类型

const (
	KLineShapeYiZi                 KLineShapeType = 1 << iota // 一字
	KLineShapeLimitUp                                         // 涨停板
	KLineShapeLimitDown                                       // 跌停板
	KLineShapeNoChanged                                       // 平盘
	KLineShapeUp                                              // 上涨
	KLineShapeDown                                            // 下跌
	KLineShapeDoji                                            // 十字星
	KLineShapeLongUpShadow                                    // 长上影线
	KLineShapeLongDownShadow                                  // 长下影线
	KLineShapeDaYangLine                                      // 大阳线
	KLineShapeDaYinLine                                       // 大阴线
	KLineShapeZhongYangLine                                   // 中阳线
	KLineShapeZhongYinLine                                    // 中阴线
	KLineShapeXiaoYangLine                                    // 小阳线
	KLineShapeXiaoYinLine                                     // 小阴线
	KLineShapeNotLimitUp                                      // 炸板, 曾涨停
	KLineShapeNotLimitDown                                    // 曾跌停
	KLineShapeShrinkToHalf                                    // 第3日缩量到一半
	KLineShapeGrabChipInFinalRound                            // 尾盘抢筹
)

func KLineShape added in v1.12.2

func KLineShape(df pandas.DataFrame, securityCode string) (shape KLineShapeType)

KLineShape K线形态

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL