Concept · Is it a real edge, or luck?
A property of a strategy's rules: how often the entry conditions fire. A selective (picky) strategy generates few entries; a permissive one generates many. Selectivity is unrelated to per-trade confidence.
When a backtest report shows few trades, it is tempting to interpret that as "the strategy was careful, only entering high-quality setups." This is wrong.
A strategy has no concept of confidence. It has rules — "fast EMA crosses slow EMA AND ADX > 25" — that either match the current candle or do not. Every entry is treated identically by the engine. The strategy does not know which trades are better than others.
What looks like selectivity is really just the strategy's rules happening to fire rarely, driven by:
A selective strategy can have real per-trade edge — but you cannot tell from the data alone whether the few observed trades are skill or luck. See sample size and statistical significance.
Trade counts in this dossier swing wildly with interval and EMA pair, purely structurally — not because some strategies are "choosier." At the two extremes: a 50/200 pair on daily candles produced just N=3 trades (id478), while a 9/21 scalp on 1-minute candles produced N=10,574 (id628). The 50/200-on-daily pair averages only ≈28 trades across the fleet — structurally few, because daily candles cross rarely.
No strategy on the 1d interval is "more confident" than a 1h strategy — it just has far fewer candles to look at. And selectivity buys nothing on its own: that 9/21 1-minute scalp fires the most of any pair, yet the 9/21 pair is 0% profitable fleet-wide.
| Concept | What it means | Where it lives |
|---|---|---|
| Selectivity | How often entry rules fire | Property of the rules |
| Confidence | "How sure am I this trade will win?" | Does NOT exist in this engine |
| Edge | True statistical advantage | Property of the rules + the market |
| Statistical significance | "Do I have enough trades to estimate edge?" | Property of the measurement |
The user's instinct ("few trades = high confidence") collapses these four into one. Keeping them separate is the foundation of clean strategy evaluation.
The right comparison is not "selective vs. permissive." It is "high-N reliable vs. low-N speculative." And note the worst offender: the 9/21 scalp fires the most of any pair, yet is 0% profitable — proof that frequency tells you nothing about per-trade quality, in either direction.
wiki/qa-sessions/2026-05-17-session.md#q2 (first asked here)Related concepts
See it in a real result →Put it to the test
Spawn your variant, run it on the same engine, and read the edge-significance verdict — before you risk real money.