Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTrailing ¶ added in v0.2.1
func NewTrailing(pairs []string) strategy.HighFrequencyStrategy
Types ¶
type CrossEMA ¶
type CrossEMA struct{}
func (CrossEMA) Indicators ¶
func (e CrossEMA) Indicators(df *ninjabot.Dataframe) []strategy.ChartIndicator
func (CrossEMA) WarmupPeriod ¶
type OCOSell ¶
type OCOSell struct{}
func (OCOSell) Indicators ¶
func (e OCOSell) Indicators(df *model.Dataframe) []strategy.ChartIndicator
func (OCOSell) WarmupPeriod ¶
type Turtle ¶ added in v0.0.22
type Turtle struct{}
https://www.investopedia.com/articles/trading/08/turtle-trading.asp
func (Turtle) Indicators ¶ added in v0.0.22
func (e Turtle) Indicators(df *ninjabot.Dataframe) []strategy.ChartIndicator
func (Turtle) WarmupPeriod ¶ added in v0.0.22
Click to show internal directories.
Click to hide internal directories.