Filter Setups
A filter is a stack of components. Different combinations produce different shapes. Four canonical setups cover the common starting points: pick one, build it, run it on paper, and iterate.
The setups are not exclusive. Most experienced users start with Setup 1 or 2 and end up at the Hybrid (Setup 3) after a few weeks of iteration. The Specialist (Setup 4) is a constraint that can be layered on top of any of the others.
| Setup | Start here when |
|---|---|
| 1. Multi-Trader Whitelist | You trust your judgment on individual traders |
| 2. Cohort Filter | You trust attribute thresholds more than individuals |
| 3. Hybrid | You have been iterating and want a refined shape |
| 4. Specialist | You have domain expertise in a specific category |
For component-level field reference, see Filters. For the full paper-trading iteration loop, see Quick Start: Paper Trading.
Setup 1: Multi-Trader Whitelist
You handpick the traders you want to follow. The Trader Whitelist component bypasses the trader-side criteria gate: a whitelisted trader passes regardless of attribute thresholds. If their buy also passes the market and trade gates (or those gates are open), the trade matches.
Mechanics: Trader Whitelist populated. Trader Criteria removed (or left empty). Market and Trade Criteria optional.
Build steps
- Open the Traders tab. Sort by Sharpe Ratio, Sortino, Profit Factor, or Trader Score.
- Click each candidate to open their profile. Inspect the equity curve for steady-up shape vs lottery-spike. Look at trade-distribution patterns: are wins spread across markets, or did one bet do all the work.
- Open the Filters tab and click the + button.
- Remove the Trader Criteria component using the X on the component header.
- From the Add Component dropdown, add Trader Whitelist.
- Search by name or wallet address and add each trader.
- Optionally add Market Criteria or Trade Criteria to gate even whitelisted traders by market attributes (volume, liquidity, days remaining) or trade size.
- Click Save.
Sample configuration
| Component | Field | Value |
|---|---|---|
| Trader Whitelist | Traders | 5 to 10 handpicked addresses |
| Trade Criteria | Trade Size min | $500 (optional, skip dust trades) |
Tradeoffs
- Pro: Concentrated exposure to operators you trust. The work happens at selection time, not in the filter logic.
- Con: Concentrated risk. A whitelist of five traders is a portfolio of five strategies; if three go cold simultaneously, the automation goes cold. There is no diversification beneath the picks.
Setup 2: Cohort Filter
You define a population by attribute thresholds. Anyone whose lifetime stats clear all the bars matches automatically.
Mechanics: Trader Criteria + Market Criteria + Trade Criteria, all populated. No whitelist.
Build steps
- Open the Filters tab and click the + button.
- In Trader Criteria, set min and/or max thresholds on the attributes that matter. See Filters → Trader Criteria for every field.
- In Market Criteria, set guardrails on market quality: Volume min, Liquidity min, Days Remaining min and max.
- In Trade Criteria, set a Trade Size minimum to skip dust trades. Optionally constrain the entry price range.
- Click Estimate coverage to confirm the filter matches a healthy population. Target 500 to 2,000 traders for a starter; under 200 is overfit, over 3,000 is too loose.
- Click Save.
Sample starter recipe
| Component | Field | Value | Why |
|---|---|---|---|
| Trader Criteria | Sharpe Ratio min | 1.5 | Strong risk-adjusted performers |
| Trader Criteria | Trader Score min | 70 | Composite quality threshold |
| Trader Criteria | Closed Positions min | 20 | Sufficient track record |
| Trader Criteria | Profit Factor min | 1.5 | Consistently net-profitable |
| Trade Criteria | Trade Size min | $500 | Skip dust |
For the full step-by-step including reading the live estimate, attaching a paper automation, and tuning via analytics, see Quick Start: Paper Trading.
Tradeoffs
- Pro: Diversified across many traders. Less concentration risk on any individual operator. New qualifying traders are auto-enrolled as their stats cross the thresholds.
- Con: Loose criteria can dilute edge below fees and slippage. Tight criteria can starve the automation of trades. The Hybrid (Setup 3) is the answer to both.
Setup 3: Hybrid
A Cohort filter that has been iterated on, layered with a Trader Whitelist for high-conviction operators below the criteria threshold and Trader / Market Blacklists for known leaks. Most experienced users arrive here after running Setup 1 or 2 for a few weeks and reading the analytics breakdowns.
Mechanics: Trader Criteria + Trader Whitelist (boost) + Trader Blacklist (guardrail) + Market Blacklist (often with tag-level exclusions).
Build steps
These steps assume a paper automation has been running on a Setup 2 (Cohort) filter for at least a week and has accumulated 50+ closed positions.
- Open the automation’s Analytics tab.
- Set the Performance Breakdown dimension to By Trader. Sort by Total PnL ascending. Note the underperformers with high Trades count: they are dragging the cohort. In the filter editor, add them to Trader Blacklist.
- Sort the same breakdown descending. Note the high-conviction performers carrying the PnL. If any have lifetime stats that wouldn’t pass your criteria thresholds (low total volume, low total trades), add them to Trader Whitelist to guarantee they continue to match even if their stats remain below threshold.
- Switch the breakdown to By Market Tag. Sort by Total PnL ascending. Identify categories that consistently bleed (e.g., high-variance esports markets where general-purpose traders have no domain edge). In the filter editor, add the category tag to Market Blacklist. The market blacklist accepts both specific markets and tags; a tag entry excludes every market carrying that tag.
- Click Save. The live automation picks up the new criteria on the next matching trade.
- Hold the new shape for another 50 to 100 closed positions before iterating again. Changing too frequently turns the feedback loop into noise.
Tradeoffs
- Pro: Combines the diversification of a cohort with the precision of handpicked overrides. Lets you fix specific leaks without rebuilding the filter from scratch.
- Con: Iterative. Only useful after the analytics breakdowns have a meaningful sample. Resist the temptation to tune every day.
Setup 4: Specialist
You restrict the cohort to one or two market categories where you have domain edge. This is a constraint that can be applied on top of any of the other setups: a specialist whitelist (Setup 1 + tag restriction), a specialist cohort (Setup 2 + tag restriction), or a specialist hybrid.
Mechanics: Market Criteria → Tags populated with one or two category tags. Tags use OR logic: a market matches if it carries any of the selected tags.
Build steps
- Build any of Setups 1, 2, or 3 as your base.
- In Market Criteria, click into the Tags field.
- Select the category tags you want to restrict to. Common choices:
Sports,Crypto,Politics,Macro,US Elections. A market carrying any one of those tags will pass. - Click Save.
To exclude a category instead of restricting to one, use Market Blacklist with a tag entry. Blacklisted tags are excluded from matches regardless of other criteria.
Tradeoffs
- Pro: Signal density. Every trade you copy is in a market type you understand; every loss you take is one you can reason about and learn from. Good fit for users with strong domain bias (sports, crypto, politics).
- Con: Opportunity cost. Capital cannot follow a perfectly good trader into a category you have walled off. For users without a strong domain view, this is probably the wrong starting shape; start with Setup 2 instead.
How to choose
| Situation | Setup |
|---|---|
| You have identified specific traders worth copying | Setup 1 (Whitelist) |
| You don’t trust your individual picks but trust attribute thresholds | Setup 2 (Cohort) |
| You have been running Setup 1 or 2 for a few weeks and have analytics to lean on | Setup 3 (Hybrid) |
| You want category focus regardless of base shape | Setup 4 (Specialist), applied on top of 1, 2, or 3 |
In practice, most users start with Setup 2, run it on paper for two to three weeks, then evolve toward Setup 3 by acting on what the Analytics breakdowns reveal.
Iterating across setups
The four setups are starting points; the real work is the iteration. The full feedback loop (paper automation, trade-flow check, analytics breakdowns, whitelist/blacklist tightening) is documented in Quick Start: Paper Trading.
A few rules of thumb:
- Hold each filter version for ~50 to 100 closed positions before judging. Changing too often turns the loop into noise; you can’t tell whether the last edit helped or hurt.
- Widen and narrow in small steps. A filter that goes from 50 matches a week to 500 may have lost its edge entirely while aggregate PnL appears unchanged. Measure profitability per trade, not just in aggregate.
- Paper before real. Every setup should run on paper for at least two weeks before being promoted to a Real Copy Trade automation. The UI does not enforce this; a misconfigured real automation burns capital fast.
Cross-references
- Filters: full component reference. Every field, combine logic, validation rules.
- Quick Start: Paper Trading: the eight-step iteration loop.
- Automations: connecting a filter to a paper or real copy-trade automation.
- Real Copy Trading Setup: wallet wiring and access flow for real trading.