Strategy Configs
Last updated
Last updated
Strategy configurations defines the namespace of the strategy and the parameters of the strategy. Please refer to Sample Trading Configs section to read more about how to upload Strategy Configs via the trading UI or refer to our API guide.
The following JSON structure outlines the required parameters.
strategy.namespace
The cannonical namespace of the strategy. Please refer to understand more.
strategy.config
This is the strategy configuration received by the Strategy Class. Please refer section for more details.