Two ways to express a trading idea
Trinigence is designed to understand how traders actually think, not how computers expect instructions. That’s why there are two valid ways to express an idea:- Natural language (how you’d explain it to another trader)
- Structured input (explicit, precise definitions)
Natural language input
Natural language is the fastest and most intuitive way to start. Example:- what market you mean
- what “momentum” likely refers to
- how to turn “bullish shift” into a deterministic condition
- what exits are required to make the strategy valid
Natural language is ideal for exploration, ideation, and first drafts.
When to use natural language
- brainstorming strategy ideas
- testing rough concepts
- translating intuition into logic
- moving quickly from idea to backtest
Structured input
Structured input makes every assumption explicit. Example:- indicators are named explicitly
- parameters are defined
- conditions are unambiguous
- exits are deterministic
Structured input is ideal for precision, validation, and iteration.
When to use structured input
- refining a promising strategy
- comparing parameter changes
- debugging unexpected results
- preparing logic for execution
How ATI bridges the gap
ATI’s main job is to translate natural language into structured logic.1
Interpret
ATI identifies markets, indicators, directions, and intent.
2
Normalize
Ambiguous phrases are converted into explicit conditions.
3
Validate
ATI ensures entries, exits, and risk rules are complete.
4
Clarify
If intent is unclear, ATI asks targeted follow-up questions.
How ATI understands your input
Dive deeper into AI translation and validation.
Common misunderstandings
Is natural language less accurate?
Is natural language less accurate?
No. It’s simply less explicit. Accuracy depends on clarity, not format.
Do I have to switch to structured input later?
Do I have to switch to structured input later?
Not necessarily. Many users stay in natural language and refine through iteration.
Can I mix both styles?
Can I mix both styles?
Yes. Most advanced users naturally blend natural phrasing with explicit parameters.
A practical recommendation
Start natural, then move structured.- Write the idea as you think it.
- Let ATI translate and backtest.
- Make assumptions explicit only when results surprise you.
Examples side by side
Natural language
Buy breakouts when volatility expands and momentum confirms.
Structured input
Go long when ATR(14) increases and RSI(14) is above 60.
What to read next
How to write a trading idea
Learn how to express logic clearly.
Strategy structure overview
See how ideas become executable strategies.
Your first strategy in 5 minutes
Apply both styles in practice.
FAQ & troubleshooting
Common questions about input styles.
Natural language gets you started.
Structure gives you control.
Structure gives you control.