Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVDOHLCVRecordParser ¶
type CSVDOHLCVRecordParser struct { }
func (*CSVDOHLCVRecordParser) ParseRecord ¶
type CSVFileFeed ¶
type CSVFileFeed struct { *CSVDOHLCVRecordParser // contains filtered or unexported fields }
func NewCSVFileFeed ¶
func NewCSVFileFeed(fileName string, dateColumnIndex int, openPriceColumnIndex int, highPriceColumnIndex int, lowPriceColumnIndex int, closePriceColumnIndex int, volumeColumnIndex int, dateParser TextDateParser) *CSVFileFeed
func NewCSVFileFeedWithDOHLCVFormat ¶
func NewCSVFileFeedWithDOHLCVFormat(fileName string, dateParser TextDateParser) *CSVFileFeed
func (*CSVFileFeed) FillDOHLCVStream ¶
func (csvFPSF *CSVFileFeed) FillDOHLCVStream(priceStream gotrade.DOHLCVStreamTickReceiver) (err error)
type TextDateParser ¶
func DashedYearDayMonthDateParser ¶
func DashedYearDayMonthDateParser() TextDateParser
func DashedYearDayMonthDateParserForLocation ¶
func DashedYearDayMonthDateParserForLocation(location *time.Location) TextDateParser
Click to show internal directories.
Click to hide internal directories.