TOptValue

This section provides documentation for different types of TOptValue classes which are used to create configurable parameters in trading strategies. These parameters allow users to customize strategy behavior through the strategy settings panel.

Available Types

Common Usage

All TOptValue types:

  • Must be created in the strategy's Init() method

  • Need to be registered using RegOption

  • Can be accessed via the .value property

  • Support setting default values during creation

Last updated