Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTrailing ¶
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 ¶
type Turtle struct{}
https://www.investopedia.com/articles/trading/08/turtle-trading.asp
func (Turtle) Indicators ¶
func (e Turtle) Indicators(df *ninjabot.Dataframe) []strategy.ChartIndicator
func (Turtle) WarmupPeriod ¶
Click to show internal directories.
Click to hide internal directories.