strategy

package
v0.0.0-...-ab49fd9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2023 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const BacktestStartedTopic = "strategy.BacktestStarted"
View Source
const NewBacktestTopic = "strategy.NewBacktest"
View Source
const StopBacktestTopic = "strategy.StopBacktest"

Variables

This section is empty.

Functions

Types

type BacktestStartedPayload

type BacktestStartedPayload struct {
	Execution backtest.AutomatedBacktest `json:"backtest"`
}

type NewBacktestPayload

type NewBacktestPayload struct {
	ID       string                 `json:"id"`
	Backtest serviceStorage.Service `json:"backtest"`
	Worker   serviceStorage.Service `json:"worker"`
}

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL