Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintDataReport ¶
func PrintDataReport(symbols []string, report *backtest.DataReport)
Types ¶
type FetchSource ¶
func NewFetchData ¶
func NewFetchData(t string) FetchSource
type ReadSymbols ¶
type ReadSymbols interface {
Read() []string
}
func NewEnvSymbols ¶
func NewEnvSymbols() ReadSymbols
func NewFileSymbols ¶
func NewFileSymbols() ReadSymbols
func NewSymbolsReader ¶
func NewSymbolsReader(source string) ReadSymbols
Click to show internal directories.
Click to hide internal directories.