OptionaldefaultThe declared default, as a string, if one was given. Absent, not null, when none was declared.
OptionaldescriptionHuman-readable label, as declared.
OptionalmaxSuggested sweep/range maximum, if declared. Advisory only, never validated.
OptionalminSuggested sweep/range minimum, if declared. Advisory only, never validated.
The key a sweep or execute param map uses for this property.
OptionalreflectedWhether a value for this key is injected into the strategy's field (true) or only
available through the property map (false).
OptionalstepSuggested sweep/range step, if declared. Advisory only, never validated.
One property name
POST /strategycould establish without constructing the strategy — either declared with@StrategyPropertyon the compiled source, or one of the small set of base properties every strategy carries (amnt,enabled,multiEntry, ...).Best-effort, not exhaustive. A property registered through an attached risk/backtest config needs a live instance to discover and is not listed here. Use this to catch a typo'd sweep key before submitting, not as the definitive list of what a sweep will accept — a name absent from this list may still be valid.