Why this matters
When you write a trading idea, you rarely specify everything. That’s normal. Trinigence is designed to:- remove unnecessary friction
- avoid invalid or ambiguous strategies
- keep you focused on logic, not boilerplate
Nothing is silently guessed in a way that changes strategy behavior without visibility.
What Trinigence fills automatically
1. Missing but required components
A strategy must be deterministic to be backtested. If your idea includes:- an entry but no exit
- a direction but no risk rule
- logic without a timeframe
- default take profit and stop loss (clearly surfaced)
- standard indicator parameters
- execution assumptions required for backtesting
2. Standard indicator parameters
If you mention an indicator without parameters, ATI applies commonly accepted defaults. Examples:- RSI → RSI(14)
- MACD → MACD(12, 26, 9)
- EMA → context-aware defaults
All inferred parameters are visible and editable.
3. Trade direction assumptions
If direction is implied but not explicit:4. Exit symmetry
When exits are defined for one direction but not the other, ATI may:- mirror exits for both long and short
- or ask whether exits should differ
5. Backtest boundaries
If you don’t specify:- backtest start date
- trading sessions or days
- the maximum available historical range
- default trade-anytime behavior
What Trinigence does NOT auto-fill
Some things are too important to guess. ATI will always ask for clarification if:- no exit is defined at all
- risk is unbounded
- logic is contradictory
- language is non-deterministic
- “exit when it feels overextended”
- “trade during high volatility”
- “enter on strong trend”
Assumptions vs clarifications
Assumptions
Safe defaults applied when industry standards exist and behavior is predictable.
Clarifications
Follow-up questions asked when behavior would materially change based on interpretation.
Can I override defaults later?
Can I override defaults later?
Yes. Every inferred value can be modified through iteration.
Will ATI always ask before changing behavior?
Will ATI always ask before changing behavior?
If a choice affects trade outcomes in a meaningful way, ATI asks instead of guessing.
Practical examples
Minimal idea
- timeframe
- RSI parameters
- long direction
- default exits
- backtest range
Partial structure
- MACD parameters
- exits
- risk limits
Best practices
- Let ATI fill boilerplate on the first pass
- Review inferred details before judging results
- Make assumptions explicit only when needed
- Iterate instead of rewriting everything
Natural language vs structured input
Learn when to stay natural and when to be explicit.
What to read next
Common missing details
The most frequent gaps in trading ideas.
How to write a trading idea
Learn how to express intent clearly.
Strategy structure overview
See how filled details map to strategy components.
FAQ & troubleshooting
Answers to common questions about AI assumptions.
ATI removes friction - not responsibility.
You stay in control of strategy behavior.