Strategy Configs

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": "strategies:<name of your strategy>",
    "config":{...}
}

Property
Description

strategy.namespace

The cannonical namespace of the strategy. Please refer Canonical Namespacesto understand more.

strategy.config

This is the strategy configuration received by the Strategy Class. Please refer Adding a Strategy section for more details.

Last updated