trend-following

Designs and implements trend-following trading strategies for multiple asset classes.

10|2|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/brainbytes-dev/everything-claude-trading --skill trend-following
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trend-following
Source: https://github.com/brainbytes-dev/everything-claude-trading/tree/main/skills/strategies/trend-following
Command: npx skills add https://github.com/brainbytes-dev/everything-claude-trading --skill trend-following

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trend-following strategies enable systematic capture of persistent price trends across asset classes, turning volatile markets into rule-based signals.

Core Features & Use Cases

  • Moving-average based entries: Use crossovers or channel breakouts to trigger trades.
  • Channel breakout & Turtle rules: Implement Donchian channels and Turtle-style entries with risk controls.
  • Risk sizing & portfolio scaling: Apply ATR/volatility targeting and position sizing to maintain consistent risk.
  • Use Case: Design a diversified trend portfolio across futures, equities, FX, and commodities, then backtest, optimize, and deploy.

Quick Start

Implement a basic trend-following setup using 50/200 EMAs and ATR-based sizing to generate initial signals.

Frequently Asked Questions about trend-following

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a trend-following strategy for diversified futures and FX markets?

To design a trend-following strategy, you apply moving average crossovers or Donchian channel breakouts to diversified futures and FX, then enforce ATR-based position sizing to maintain consistent risk across the portfolio.

What moving average setup should I use for trend-following entries?

A basic trend-following setup uses 50/200 EMAs to generate initial signals, combined with ATR-based sizing. Crossovers trigger entries, while channel breakouts can capture persistent price trends across multiple asset classes.

Can I implement Turtle Trading rules with ATR volatility targeting?

Yes, you can implement Turtle Trading rules using Donchian channel entries with ATR-based volatility targeting. This enforces risk controls and position sizing to maintain consistent portfolio risk across futures, equities, and commodities.

Does trend-following work across multiple asset classes like equities and commodities?

Trend-following works across equities, commodities, FX, and futures by systematically capturing persistent price trends. Applying moving averages and breakout rules to diversified markets turns volatile conditions into rule-based signals.

What's the best way to backtest a trend-following strategy before deployment?

The best way to backtest a trend-following strategy is applying multi-timeframe confirmation and ATR-based sizing rules to historical data. Robust backtesting verifies that moving average and breakout signals meet production-grade requirements.

Why do I need volatility-based position sizing in a trend-following system?

You need volatility-based position sizing in a trend-following system to maintain consistent risk exposure. ATR targeting normalizes position sizes across diversified futures, equities, and FX markets so no single trade overwhelms the portfolio.