Skip to main content

How to use this page

This page shows concrete trading idea examples, grouped by indicator. The goal is not to provide “best strategies”, but to:
  • show typical usage patterns
  • demonstrate clean, readable logic
  • help you translate intuition into structure
You can copy, modify, or combine these examples.

Moving Averages (SMA / EMA)

Trend-following crossover

Trend filter + pullback


RSI

Oversold mean reversion

Momentum confirmation


MACD

Momentum crossover entry

Trend + MACD confirmation


Supertrend

Trend change entry

Trend filter only


ATR (Volatility)

Volatility filter

ATR-based stop logic


Volume

Breakout confirmation


Bollinger Bands

Mean reversion

Volatility expansion


Using multiple indicators together

Multiple indicators should each add new information.

Common mistakes

Always understand what each indicator measures.
Similar indicators often provide redundant signals.
More confirmations can reduce opportunity dramatically.

Indicator parameters

How parameters affect these examples.

Operators & conditions

Understand the logic behind examples.

Writing trading ideas

Learn to express these patterns clearly.

Beginner examples

Simpler strategy ideas.
Examples show how something can work, not that it will work.