Why market and timeframe matter
Every trading strategy starts with two fundamental decisions:- what you trade (market)
- how often logic is evaluated (timeframe)
Many unexpected backtest results come from misunderstood timeframe assumptions.
Market (symbol)
The market defines the instrument being traded. Examples:- BTC/USDT
- ETH/USDT
- other supported crypto pairs
- price behavior
- volatility profile
- available historical data
- liquidity characteristics
Timeframe
The timeframe defines the candle interval used to evaluate strategy logic. Common examples:- 5m
- 15m
- 1h
- 4h
- 1D
A strategy on 5m evaluates conditions twelve times more often.
How timeframe affects behavior
Trade frequency
Lower timeframes generally produce:- more signals
- more trades
- more noise
- fewer signals
- longer trades
- smoother equity curves
Indicator behavior
Indicators scale with timeframe. Example:- RSI(14) on 5m reacts quickly
- RSI(14) on 4h reacts slowly
Risk and drawdowns
Lower timeframes:- tighter stops
- more whipsaws
- higher transaction sensitivity
- wider stops
- longer drawdowns
- fewer decisions
Multi-timeframe strategies
Trinigence supports using multiple timeframes in one strategy. Typical structure:- higher timeframe → filters or trend context
- lower timeframe → entries and exits
Always be explicit about which timeframe controls which logic.
Default assumptions
If a timeframe is not specified:- ATI applies a reasonable default
- the chosen timeframe is always surfaced
- ATI will ask for clarification
- no strategy is created without a defined symbol
What Trinigence fills automatically
See how defaults and assumptions work.
Common mistakes
Assuming indicators behave the same on all timeframes
Assuming indicators behave the same on all timeframes
Indicator behavior changes dramatically with timeframe. Always re-evaluate when switching.
Mixing timeframes without intent
Mixing timeframes without intent
Using multiple timeframes without a clear role leads to confusion and unexpected results.
Choosing timeframes too small for the idea
Choosing timeframes too small for the idea
Not every strategy idea scales down cleanly to lower timeframes.
Best practices
- Start with one market and one timeframe
- Validate baseline behavior first
- Add multi-timeframe logic only when needed
- Change timeframe intentionally, not experimentally
Entry logic
Learn how entries are evaluated within a timeframe.
What to read next
Entry logic
How trades are opened.
Exit logic
How trades are closed.
Risk management
How risk is controlled.
Strategy structure overview
See the full strategy model.
Market choice defines the battlefield.
Timeframe defines the pace of the fight.
Timeframe defines the pace of the fight.