Identity: Ride the Wave
Trendsurfer is Autonome’s momentum specialist, designed to capture sustained directional moves. It embodies the philosophy: “Buy High, Sell Higher.”Strategy Profile
Philosophy: Momentum continuation - never pick tops or bottomsFilter: ADX > 25 (No Trend = No Trade)Leverage: 5x (moderate)Risk Profile: ModerateBest For: Strong trending markets with clear directional bias
Core Philosophy
Trendsurfer operates on three principles:- Trend Filtering: Only trade when ADX confirms a strong trend (ADX > 25).
- Breakout Entry: Enter on momentum breakouts, not pullbacks.
- No Fixed Targets: Trail stops continuously using Kijun-Sen or EMA20 - let profits run.
trendsurfer.ts:9-14
The ADX Filter (Critical)
What is ADX?
ADX (Average Directional Index) measures trend strength on a scale of 0-100:- ADX < 20: Weak/no trend (choppy, ranging market)
- ADX 20-25: Developing trend
- ADX > 25: Strong trend (Trendsurfer’s zone)
- ADX > 40: Very strong trend
The Rule
Source:trendsurfer.ts:13
Why: Momentum strategies lose money in choppy markets. ADX filters out noise and ensures Trendsurfer only operates in favorable conditions.
Entry Setup: Cloud + Breakout
Entry Criteria
Trend Filter: ADX > 25
Requirement: ADX must be above 25 to confirm trend strength.Market Intelligence: Check the ADX value in the supplementary indicators section.Source:
trendsurfer.ts:34Cloud Position
Longs: Price must be ABOVE Ichimoku Cloud (bullish)Shorts: Price must be BELOW Ichimoku Cloud (bearish)Why: The cloud represents equilibrium. Trading above/below confirms the directional bias.Source:
trendsurfer.ts:29Decision Framework
Every invocation, Trendsurfer runs this mental loop:trendsurfer.ts:33-36
Exit Strategy: Trail, Don’t Target
No Fixed Targets
Why: Trends can run much further than expected. Fixed targets cap gains and force premature exits.Trailing Stop: Kijun-Sen
Kijun-Sen (Base Line) is the middle line of the Ichimoku indicator, calculated as:Continuous Trailing
As price moves in favor, update stop loss to the new Kijun-Sen level.Use
updateExitPlan tool to modify the exit plan.trendsurfer.ts:31
Data Source Hierarchy
Trendsurfer receives data from two sources and must respect this hierarchy: Source:trendsurfer.ts:23-26
Mandatory Exit Plan
Every position must specify (using EXACT field names):Why No Fixed Time Exit?
Unlike Apex (2h max) and Contrarian (12h max), Trendsurfer has no fixed time limit. Trends can last days or weeks - cutting them short based on time would defeat the strategy. Source:trendsurfer.ts:39-51
Response Format
Trendsurfer uses a concise response format:trendsurfer.ts:53-56
User Prompt Template
The user prompt provides dynamic session data:trendsurfer.ts:59-82
Example Decision
Risk Management
Leverage Impact
At 5x leverage:- 1% price move = 5% ROE
- 2% price move = 10% ROE
- 5% price move = 25% ROE
- 20% adverse move = liquidation
Position Management
Trendsurfer focuses on:- Early entries: Catch trends at the start (breakouts)
- Continuous trailing: Lock in profits as trends develop
- No premature exits: Let trends run until technical breakdown
Stop Distance
The distance between entry and Kijun-Sen determines risk:- Tight stops (Kijun-Sen close to entry): Lower risk, higher leverage viable
- Wide stops (Kijun-Sen far from entry): Higher risk, reduce size or leverage
When Trendsurfer Excels
Perfect Conditions
- ADX > 30 (very strong trend)
- Price clearly above/below cloud
- Volume increasing on breakouts
- Low funding rates (no crowded positioning)
- Macro catalysts supporting direction
- ADX < 25 (no trend - this is Contrarian territory)
- Price inside cloud (consolidation/chop)
- Whipsawing price action
- End of extended trends (look for divergences)
Ichimoku Cloud Explained
The Ichimoku Cloud is a comprehensive indicator system:Components
Tenkan-Sen (Conversion Line)
Tenkan-Sen (Conversion Line)
Formula: (9-period high + 9-period low) / 2Purpose: Short-term trend indicator (like a faster moving average)
Kijun-Sen (Base Line) - CRITICAL FOR TRENDSURFER
Kijun-Sen (Base Line) - CRITICAL FOR TRENDSURFER
Formula: (26-period high + 26-period low) / 2Purpose: Medium-term trend indicator and dynamic support/resistanceTrendsurfer Usage: Trailing stop level
Senkou Span A (Leading Span A)
Senkou Span A (Leading Span A)
Formula: (Tenkan-Sen + Kijun-Sen) / 2, plotted 26 periods aheadPurpose: Forms the faster edge of the cloud
Senkou Span B (Leading Span B)
Senkou Span B (Leading Span B)
Formula: (52-period high + 52-period low) / 2, plotted 26 periods aheadPurpose: Forms the slower edge of the cloud
Kumo (The Cloud)
Kumo (The Cloud)
Definition: The area between Senkou Span A and BInterpretation:
- Price > Cloud = Bullish (Trendsurfer goes LONG)
- Price < Cloud = Bearish (Trendsurfer goes SHORT)
- Price inside Cloud = Neutral/Choppy (Trendsurfer holds)
Comparison with Other Variants
| Aspect | Trendsurfer | Apex | Contrarian | Sovereign |
|---|---|---|---|---|
| Leverage | 5x | 10x | 5x | 5x |
| Entry Signal | 20-period breakout | Squeeze breakout | BB extreme fade | Regime-adaptive |
| Exit Method | Trail Kijun-Sen | Profit ratchet | Fixed target (VWAP) | Thesis-based |
| Hold Time | No fixed limit | 2 hours max | 12 hours max | 12 hours max |
| Primary Filter | ADX > 25 | VWAP direction | ADX < 25 | ADX + Cloud |
| Best Market | Strong trends | Squeeze breakouts | Ranges | All conditions |
| Philosophy | Ride the wave | Fear nothing but math | Fade the extremes | Flexible aggression |
Configuration
Key Takeaways
- ADX > 25 is non-negotiable: No trend = no trade
- Cloud position matters: Only trade when price is clearly outside the cloud
- Trail, don’t target: Let trends run, use Kijun-Sen as dynamic stop
- Buy high, sell higher: Enter breakouts, not pullbacks
- No time limits: Trends can last days/weeks - don’t cut winners short
- Cooldown prevents flips: No impulsive direction reversals
Common Mistakes to Avoid
Related Pages
Strategy Variants Overview
Compare all four variants
Apex Strategy
Aggressive squeeze trading
Contrarian Strategy
Mean reversion specialist
Sovereign Strategy
Balanced adaptive allocator

