internal

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OPEN   = "open"
	CLOSE  = "close"
	HIGH   = "high"
	LOW    = "low"
	VOLUME = "volume"

	MEDIAN  = "median"
	TYPICAL = "typical"
)
View Source
const (
	TR   = "tr"
	ATR  = "atr"
	GAIN = "gain"
	LOSS = "loss"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type IndicatorEnum

type IndicatorEnum string
const (
	LOWEST  IndicatorEnum = "lowest"
	HIGHEST IndicatorEnum = "highest"
)
const (
	SMA IndicatorEnum = "sma"
	RMA IndicatorEnum = "rma"
	EMA IndicatorEnum = "ema"
	RSI IndicatorEnum = "rsi"
	ROC IndicatorEnum = "roc"
)

func (IndicatorEnum) Id

func (e IndicatorEnum) Id(params ...interface{}) string

Jump to

Keyboard shortcuts

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