GLOSSARY · AUTOMATION
What is strategy tournament?
A strategy tournament is a selection mechanism where multiple strategies generate candidate signals simultaneously and only the highest-scoring one is executed.
What it means
Rather than running strategies in parallel and taking every signal, a tournament collects all valid signals on each scan and executes exactly one. This bounds risk — several strategies agreeing does not produce several positions — and it forces an explicit ranking rule.
Why it matters
The ranking rule is where the design lives. Ours scores each signal on the Wilson lower bound of that strategy's measured win rate, plus a base priority and a timeframe bonus. Using the lower bound rather than the raw win rate is what prevents a strategy that won its only two trades from outranking one with a long record.
What this changes in practice
Signals are also deduplicated by strategy type before scoring, which surfaced something useful: several distinct-sounding strategies in our original set were identifying the same setups. That redundancy is invisible when strategies run independently, and it is why three of the four we ship come from different families rather than being variations on one idea.
Related terms
- Wilson score intervalThe Wilson score interval is a confidence interval for a proportion that behaves sensibly on sma…
- Market regimeA market regime is the prevailing behavioural state of an instrument — trending, ranging or mixe…
- Magic numberA magic number is an integer an EA stamps onto every order it places, allowing it to identify it…
- Win rateWin rate is the percentage of trades that close profitably, and on its own it says nothing usefu…
Educational information only, not financial advice. Trading leveraged products carries substantial risk of loss. Last updated 2026-08-11.