# Reduction step in minutes

The value represents the number of minutes between each profit target reduction.

If this value is set to zero:

* Time-Based Profit Reduction is completely disabled

If set to a positive number:

* The first reduction happens after this many minutes from trade open
* Additional reductions happen repeatedly at the same interval

{% hint style="info" %}

## **How it works**

Smaller values:

* Apply reductions more frequently
* Encourage faster trade exits
* May reduce average profit per trade

Larger values:

* Apply reductions more slowly
* Give trades more time to reach the original target
  {% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://smartchoise.gitbook.io/smartchoise-manual/options/time-based-profit-reduction/reduction-step-in-minutes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
