What indicators represent
Indicators are tools for transforming raw price and volume data into signals. In Trinigence, indicators:- never act on their own
- are always part of explicit logic
- are evaluated deterministically
- Is the market trending or ranging?
- Is momentum increasing or weakening?
- Is price overbought or oversold?
Indicators vs logic
It’s important to separate indicators from logic.- Indicators produce values or states
- Logic decides what to do with those values
- RSI(14) → indicator
-
50 → logic
Common indicator categories
Trinigence supports a wide range of indicator types.Trend indicators
EMA, SMA, Supertrend, Moving Averages.
Momentum indicators
RSI, MACD, Stochastic.
Volatility indicators
ATR, Bollinger Bands.
Volume indicators
Volume, VWAP, OBV.
Indicator outputs
Indicators typically output one of the following:- numeric values (e.g. RSI = 62)
- directional states (trend up/down)
- crossover events
- relative comparisons
Common logic patterns
Indicators are combined using logic patterns. Examples:- comparisons
- crossovers
- threshold checks
- state changes
Multiple indicators together
Strategies often combine indicators. Example:More indicators do not automatically mean better strategies.
Indicator parameters
Indicator parameters control sensitivity. Examples:- RSI length
- EMA period
- ATR window
Evaluation timing
Indicators are evaluated:- on candle close
- on the strategy timeframe
- in the order defined by logic
Defaults and assumptions
If indicator parameters are:- explicitly defined → used as-is
- omitted but standard → ATI applies defaults
- ambiguous → ATI asks for clarification
What Trinigence fills automatically
See how indicator defaults are inferred.
Common mistakes
Using too many indicators
Using too many indicators
Redundant indicators often measure the same thing.
Ignoring timeframe effects
Ignoring timeframe effects
Indicator behavior changes dramatically with timeframe.
Over-optimizing parameters
Over-optimizing parameters
Tight parameter tuning often fails out of sample.
Best practices
- Start with one indicator
- Understand what it measures
- Combine indicators intentionally
- Validate behavior visually
Indicator conditions
Learn how indicators are used inside logic.
What to read next
Indicator conditions
How indicator outputs become rules.
Indicator categories
Explore indicator types in detail.
Strategy entry logic
How indicators trigger trades.
Writing trading ideas
Express indicator logic clearly.
Indicators describe the market.
Logic defines the decision.
Logic defines the decision.