Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnsupportedMode = errors.New("unsupported mode")
)
Functions ¶
This section is empty.
Types ¶
type Backtest ¶
type Backtest struct {
// contains filtered or unexported fields
}
func NewBacktest ¶
type ForwardTest ¶
type ForwardTest struct {
// contains filtered or unexported fields
}
func NewForwardTest ¶
func NewForwardTest( ctx context.Context, services Services, parameters forwardtest.NewPayload, bot Bot, ) (*ForwardTest, error)
type Run ¶
func (Run) CreateOrder ¶
type Services ¶
type Services struct { Backtests backtests.Client Candlesticks candlesticks.Client Exchanges exchanges.Client Forwardtests forwardtests.Client Indicators indicators.Client Ticks ticks.Client }
func (Services) ServicesInfo ¶
Click to show internal directories.
Click to hide internal directories.