Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionDay ¶
type TradingSession ¶
type TradingSession struct {
Days []*SessionDay `json:"days"`
}
func (*TradingSession) IsStartOfSession ¶
func (td *TradingSession) IsStartOfSession(t time.Time, timeframe int) bool
Click to show internal directories.
Click to hide internal directories.