Skip to main content

SpaceOption

A hyperopt optimization space option

type SpaceOption {
value: String!
label: String!
requiresParams: Boolean!
}

Fields

SpaceOption.value ● String! non-null scalar

Space identifier (e.g. "buy", "sell", "roi")

SpaceOption.label ● String! non-null scalar

Human-readable display name (e.g. "Buy Signal")

SpaceOption.requiresParams ● Boolean! non-null scalar

Whether this space requires declared hyperopt parameters in the strategy code to be useful (e.g. "buy" and "sell" require @hyperopt-decorated parameters). Task 20 sets the correct per-space values; currently false for all spaces.

Member Of

HyperoptMetadata object