What you’ll do on this page
In the next few minutes, you will:- write a simple trading idea
- turn it into a complete strategy
- run a backtest
- understand the results
This guide assumes you already understand basic trading concepts such as indicators, entries, exits, and risk management.
Step 1: Write a simple trading idea
Start with a clear and simple idea.Don’t try to be clever on your first run. Example input:
Step 2: ATI structures the strategy
Once you submit your idea, ATI (Artificial Trading Intelligence) automatically extracts and formalizes:- market and timeframe
- trade direction (long and/or short)
- indicators and their parameters
- entry logic
- exit rules
- risk behavior
What happens if something is missing?
What happens if something is missing?
ATI will either apply reasonable defaults or ask for clarification before proceeding.
A strategy is never backtested with undefined behavior.
Can I define both long and short logic?
Can I define both long and short logic?
Yes. A single strategy can include one or both directions, each with its own logic and exits.
How ATI understands your input
Learn how natural language is translated into structured strategy logic.
Step 3: Run the backtest
Once the strategy is fully defined, Trinigence automatically runs a backtest. You’ll immediately see:- performance metrics
- trade history
- equity curve
- drawdown and exposure statistics
Backtesting is performed using consistent historical data and standardized evaluation logic.
How backtesting works
Learn what is included in a Trinigence backtest.
Step 4: Read the results (quickly)
On your first strategy, focus on behavior rather than profit. Pay attention to:- number of trades
- win rate versus average win and loss
- maximum drawdown
- equity curve shape
How to read backtest results
Learn how to interpret backtest metrics correctly.
Step 5: Iterate once
Make a single, small change and rerun the backtest. Examples:- adjust the stop loss
- refine the entry condition
- add a simple time filter
- change the timeframe
Common beginner mistakes
Trying to optimize everything at once
Trying to optimize everything at once
Complexity hides problems. Start simple and iterate gradually.
Judging a strategy only by total return
Judging a strategy only by total return
Always consider risk, drawdown, and trade distribution.
Assuming AI understands intent perfectly
Assuming AI understands intent perfectly
ATI helps structure your logic, but clarity always improves results.
What to do next
Write better trading ideas
Learn how to express strategy logic clearly.
Understand strategy structure
See how entries, exits, and risk fit together.
Explore indicators & logic
Dive into supported indicators and conditions.
FAQ & troubleshooting
Answers to common questions when starting out.
If your first strategy didn’t perform well - that’s normal.
The goal is learning faster, not finding a perfect strategy.