How to use these examples
These examples are intentionally simple. They are designed to:- produce trades
- be easy to understand
- behave predictably in backtests
A beginner strategy is not a bad strategy.
Simple ideas are easier to evaluate and improve.
Example 1: Basic RSI reversal
Trading idea:- clear market and timeframe
- single indicator
- deterministic entry
- fixed risk
- oversold logic
- trade frequency
- basic risk/reward behavior
Example 2: Moving average crossover
Trading idea:- classic trend-following logic
- entry and exit symmetry
- no fixed TP/SL required
- crossover behavior
- trend duration
- drawdowns during ranges
Example 3: Fixed TP/SL with momentum confirmation
Trading idea:- momentum confirmation is explicit
- exits are deterministic
- produces frequent trades
- win rate vs average win/loss
- impact of fixed exits
Example 4: Long and short symmetry
Trading idea:- demonstrates bidirectional logic
- same rules for long and short
- easy to compare performance
- understanding short trades
- market regime differences
Example 5: Time-filtered trading
Trading idea:- introduces filters without complexity
- shows how schedules affect trade count
Common beginner mistakes
Too many indicators
Too many indicators
Start with one indicator. Add confirmations only after you understand baseline behavior.
No exits defined
No exits defined
Always define exits. If you forget, ATI will stop and ask.
Judging performance too quickly
Judging performance too quickly
Look at behavior first, profit later.
How to build on these examples
Once you’re comfortable:- change timeframes
- adjust parameters slightly
- add one filter at a time
- compare results side by side
Iteration & optimization
Learn how to improve strategies without overfitting.
What to read next
How to write a trading idea
The mental model behind clear ideas.
Natural language vs structured input
Learn when to stay intuitive and when to be precise.
What Trinigence fills automatically
Understand what AI handles for you.
Strategy structure overview
See how these ideas are formalized.
If a beginner strategy behaves “badly”, that’s still valuable information.
Simple strategies teach faster than complex ones.