Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadMetricFromYahooCsv ¶
ReadMetricFromYahooCsv will parse a csv file that has been exported from http://finance.yahoo.com/ and convert it to a Metric. Currently just imports the adjustedClosingPrice in the metric.
Types ¶
type MetricArray ¶
type MetricArray []Metric
func (MetricArray) Len ¶
func (m MetricArray) Len() int
func (MetricArray) Less ¶
func (m MetricArray) Less(i, j int) bool
func (MetricArray) Swap ¶
func (m MetricArray) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.