Documentation ¶
Index ¶
Constants ¶
View Source
const EvalSlope = "slope"
View Source
const SettingKeyName = "name"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BacktestRequest ¶
type BlockInfo ¶
type BlockInfo struct { Type string `json:"type"` Descr string `json:"description"` Params []*Param `json:"params"` Inputs []*Input `json:"inputs"` Outputs []*Port `json:"outputs"` }
func NewBlockInfo ¶
type Constraint ¶
type EvalSlopeRequest ¶
type Param ¶
type Param struct { Name string `json:"name"` Type string `json:"type"` Default any `json:"default"` Constraint *Constraint `json:"constraint"` }
type RunDayRequest ¶
Click to show internal directories.
Click to hide internal directories.