Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BarEventFromCSVFile ¶
BarEventFromCSVFile loads the market data from csv files. It expands the underlying data struct.
func (*BarEventFromCSVFile) Load ¶
func (d *BarEventFromCSVFile) Load(symbols []string) (err error)
Load single data events into the stream ordered by date (latest first).
type BarEventFromSQLiteData ¶
BarEventFromSQLiteData loads the market data from a SQLite database. It expands the underlying data struct.
func (*BarEventFromSQLiteData) Load ¶
func (d *BarEventFromSQLiteData) Load(symbols []string) error
Load single data events into a stream ordered by date (latest first).
Click to show internal directories.
Click to hide internal directories.