> For the complete documentation index, see [llms.txt](https://chain-of-demand.gitbook.io/chain-of-demand-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chain-of-demand.gitbook.io/chain-of-demand-docs/user-guide/getting-started/configuration.md).

# Configuration

There are 3 steps on the strategy configuration page:

1. Name Strategy
2. Model Settings
3. Trading Parameters

<figure><img src="/files/AF28qOCIy6yVsxXKQAmv" alt=""><figcaption></figcaption></figure>

### 1. Strategy Name

Name your model for reference in the future.

### 2. Model Settings

There are 2 sets of settings for Strategy Parameters:

**Historical Data**

How far back do you want the strategy to look at?

* 1 year
* 6 months (Coming soon!)
* 1.5 years (Coming soon!)
* 2 years (Coming soon!)

**Prediction Interval**

How far ahead do you want the strategy to predict?

* 1 year
* 6 hours (Coming soon!)
* 12 hours (Coming soon!)
* 1 week (Coming soon!)

### 3. Trading Parameters

There are 3 sets of settings for Trading Parameters:

**Maximize Profit**

* Optimizing a strategy to maximize profit by setting higher take-profit and lower stop-loss percentages.

**Minimize Risk**

* Optimizing a strategy to minimize risk by setting lower take-profit and higher stop-loss percentages.

**Advanced Parameters**

* Initial Capital
* Take Profit (%)
* Stop-loss (%)
* Trailing Stop (Y/N)
* Threshold (%)

Click on **Run** to run the model.
