> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polywin.bot/llms.txt
> Use this file to discover all available pages before exploring further.

# Filters & Limits

> Decide which trades you actually want to copy.

Filters keep your strategy tight. Limits keep your bankroll safe.

## Filters

<AccordionGroup>
  <Accordion title="Category filter">
    Restrict copying to specific market categories (Sports, Politics, Crypto, etc.) or exclude ones you don't trade.
  </Accordion>

  <Accordion title="Min / max trade size">
    Skip trades below your floor and clamp trades above your ceiling.
  </Accordion>

  <Accordion title="Min market volume">
    Only copy trades in markets with enough liquidity to exit cleanly.
  </Accordion>

  <Accordion title="Max trades per market">
    Cap how many positions you'll open per leader in a single market — useful when a leader ladders in. Different leaders trading the same market each get their own count, so two leaders both buying YES on the same market won't block each other.
  </Accordion>

  <Accordion title="Price range">
    Only copy trades where the market price falls inside your range. Filters out long-shots that are too cheap (high risk of going to zero) and near-resolutions that are too expensive (low upside).

    <Frame caption="Price range picker — four presets plus Any Price">
      <img src="https://mintcdn.com/polywin/_sMY107hkYxZBIrd/images/copy-trade-price-range.png?fit=max&auto=format&n=_sMY107hkYxZBIrd&q=85&s=9d0daa58eabf078242c73f4e8bcb628d" alt="Price range picker" width="1290" height="2796" data-path="images/copy-trade-price-range.png" />
    </Frame>

    Presets: `2¢–98¢` · `5¢–95¢` · `10¢–90¢` · `30¢–70¢`. Or type a custom range (e.g. `15¢–85¢`). Default is **Any Price** — no filtering.
  </Accordion>
</AccordionGroup>

## Limits

<AccordionGroup>
  <Accordion title="Daily spending cap">
    Once your strategy hits this dollar amount in a 24-hour window, copying pauses automatically. Resets at midnight UTC.
  </Accordion>

  <Accordion title="Slippage tolerance">
    Maximum acceptable slippage on market entries. Trades that exceed it are skipped.
  </Accordion>

  <Accordion title="Auto-remove inactive leaders">
    Leaders who haven't traded in N days are removed from the strategy automatically.
  </Accordion>
</AccordionGroup>

<Note>
  Skipped trades trigger a notification (if enabled) so you know exactly why a copy didn't fire.
</Note>
