Documentation ¶
Index ¶
Constants ¶
View Source
const Version = "1.0.10"
Version of stonks
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chart ¶
type Chart struct { Ticker string Exchange string Currency string Start *datetime.Datetime End *datetime.Datetime Length int High decimal.Decimal Low decimal.Decimal Open decimal.Decimal Close decimal.Decimal Interval datetime.Interval Bars []*Bar Change decimal.Decimal ChangeVal decimal.Decimal Prev decimal.Decimal }
Chart used to generate graphs
Click to show internal directories.
Click to hide internal directories.