# presets

Three preset configurations that control how all quantitative models behave. Access them in the Depth panel's Calibrate tab.

{% tabs %}
{% tab title="Conservative" %}
**Philosophy**: Minimize false signals. Require strong evidence before suggesting edge.

* Lower signal weights across the board
* Higher uncertainty penalties in Empirical Kelly
* Fewer Monte Carlo simulations flagged as significant
* Narrower bias zone thresholds
* Higher whale trade size minimum

**Best for**: New users, risk-averse traders, markets you're less familiar with.
{% endtab %}

{% tab title="Balanced" %}
**Philosophy**: Default configuration. Balanced signal weighting with moderate risk tolerance.

* Standard signal weights (as documented in each model)
* Moderate Empirical Kelly penalties
* Default Monte Carlo parameters
* Standard bias zone thresholds
* $500 whale trade minimum

**Best for**: General use. Start here and adjust if needed.
{% endtab %}

{% tab title="Aggressive" %}
**Philosophy**: Maximize signal sensitivity. More opportunities surfaced, more noise accepted.

* Higher signal weights (especially momentum and whale flow)
* Lower uncertainty penalties in Empirical Kelly
* More aggressive Monte Carlo drift estimates
* Wider bias zone detection (flags more markets)
* Lower whale trade threshold

**Best for**: Experienced traders who can filter noise, high-volume scalpers, active monitoring.
{% endtab %}
{% endtabs %}

## Switching Presets

{% stepper %}
{% step %}

### Open the Depth panel

Open the **Depth** panel.
{% endstep %}

{% step %}

### Click the Calibrate tab

Click the **Calibrate** tab.
{% endstep %}

{% step %}

### Select a preset

Select **Conservative**, **Balanced**, or **Aggressive**.
{% endstep %}

{% step %}

### Preset takes effect

All model outputs update immediately.
{% endstep %}
{% endstepper %}

Preset changes affect:

* Composite probability (signal weights)
* Kelly Criterion (Empirical Kelly uncertainty)
* Monte Carlo (volatility, drift, simulation count)
* Whale flow (minimum trade size)
* Bias zone detection (thresholds)

## Custom Configuration

After selecting a preset, you can adjust individual parameters. The preset serves as a starting point. See [Parameters](broken://pages/67f27b0f52c4427623e3cc4417c27b6bac570a97) for every adjustable value.


---

# 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://yesno-1.gitbook.io/yesno-docs/calibration/presets.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.
