TrendPullback ATR Pro
cBot
3 purchases
Version 1.0, Nov 2025
Windows, Mac, Mobile, Web
5.0
Reviews: 2
Trading product for TrendPullback ATR Pro cBot Signal Breakout, image 2
Trading product for TrendPullback ATR Pro cBot Signal Breakout, image 3
Trading product for TrendPullback ATR Pro cBot Signal Breakout, image 4
Trading product for TrendPullback ATR Pro cBot Signal Breakout, image 5
Trading product for TrendPullback ATR Pro cBot Signal Breakout, image 6
Trading product for TrendPullback ATR Pro cBot Signal Breakout, image 7
Trading product for TrendPullback ATR Pro cBot Signal Breakout, image 8
42.11M
Traded volume
6.13M
Pips won
211
Sales
8.13K
Free installs

Description

Full Review – TrendPullback ATR Pro

Bot name: UltimateActivationAwareBot – TrendPullback ATR Pro
Primary market: US500 (S&P 500 index CFD)
Reference leverage: 1:500
Style: Trend-following with deep pullbacks and advanced risk/position management.

Need help tuning this cBot or want custom optimisation ideas for your broker, symbol or timeframe?


1. Core idea

TrendPullback ATR Pro is a multi-filter trend–pullback system designed to:

  • trade with the structural trend (not against it),
  • wait for meaningful pullbacks rather than chasing impulsive candles,
  • adapt to changing volatility using ATR,
  • avoid extended extremes using RSI.

The logic:

  1. Trend structure via EMAs (20/50/200)
    • Long: price above EMA200 and EMA20 > EMA50 > EMA200
    • Short: price below EMA200 and EMA20 < EMA50 < EMA200
  2. Momentum confirmation via ADX + DI+/DI−
    • ADX above a minimum threshold (no flat ranges),
    • DI+/DI− aligned with the trade direction.
  3. Pullback depth measured in ATR
    • Price must pull back towards EMA20 by at least PullbackAtrK × ATR.
    • That filters out tiny, noisy dips.
  4. RSI as a “health” filter
    • Avoids entering at extreme overbought/oversold without any normalization.
  5. Entry trigger
    • either a cross back above/below EMA20,
    • or a breakout/breakdown of the previous bar.

🔎 Important note:
Optimisation and validation have been done primarily on US500 with 1:500 leverage.
Achieving robust results on an equity index like US500 is much harder than on gold (XAUUSD), which is commonly easier to optimise and easier to overfit.
This bot has therefore been tuned with indices as the main testbed, not just a “gold-only” environment.


2. Practical usage & workflow

Step 1 – Always start on demo

  • Start with US500 M30 or H1.
  • Use RiskPerc ≈ 0.25–0.50% per trade.
  • Aim for at least 3–6 months of historical data in backtest, then demo forward test.

Step 2 – Optimise in blocks

Don’t tweak everything at once. Work in layers:

  1. Regime & trend filters (EMA, ADX, ATR percentile)
    Ensure the bot avoids obvious sideways chop.
  2. Entry logic (pullback + trigger)
    Validate that entries come after genuine pullbacks, not at random.
  3. Trade management (SL/TP, partials, BE, trailing, Aggressive)
    Focus on R-multiples and drawdown profile, not only net profit.

Step 3 – US500 vs Gold vs other assets

  • For US500, typical starting ranges (to be tested):
    • AtrSLmult: 1.8–2.5
    • AtrTPmult: 2.5–3.5
    • PullbackAtrK: 0.20–0.35
    • RiskPerc: 0.25–0.5
  • For gold (XAUUSD):
    • the same logic works in principle,
    • but ATR and pip scales are very different.
      → always do separate optimisation per instrument.

Step 4 – Aggressive Mode

  • AggressiveMode = true:
    • disables partial TP,
    • activates trailing only after TrailStartR × R.
  • Good for:
    • maximizing runners,
    • traders comfortable with equity swings.
  • Not recommended if:
    • you dislike drawdowns,
    • you already run high leverage/high risk per trade.


3. Parameter breakdown with usage tips

3.1. Base, days & session

  • Label
    Group label for all positions from this bot; useful if you run multiple systems on the same symbol.
  • SignalTF
    Timeframe driving signals & indicators.
    Recommended: M30 or H1 on US500.
  • AllowLong / AllowShort
    You can disable one side if backtests show strong asymmetry (for example, long-only on indices).
  • OneTradePerBar
    True = cleaner behaviour, avoids multiple stacked entries on a single bar.
  • Days & Session filters
    • Enable only the days you want (Mon–Fri).
    • Session start/end = intraday time window (server time).
    • Useful to avoid low-liquidity or overnight periods.
  • MaxSpreadPips
    More relevant for FX; still safe to keep a max spread cap for indices.


3.2. Volume / Risk management

  • UseRiskPositionSizing = true
    Recommended: the bot uses SL in pips and account balance to compute position size.
  • RiskPerc
    • Conservative: 0 .25%
    • Standard: 0. 50%
      Going above 1% on 1:500 leverage can be very aggressive.
  • FixedVolumeUnits
    Only used if UseRiskPositionSizing = false.
    Good for quick tests, but less robust long term than risk-based sizing.


3.3. SL/TP: ATR-based vs fixed pips

  • UseAtrStops = true
    ATR SL/TP adapt to volatility; the same settings work across different volatility regimes.
  • AtrSLmult / AtrTPmult
    • 2×ATR SL is a classic “give some room, not absurd” level.
    • 3×ATR TP gives ~1. 5R if you use pure SL/TP.
      Combine with partials & trailing for more nuance.
  • UsePipsStops
    If enabled, pips-based SL/TP override ATR.
    Use only if you know the pip value and want fixed numeric stops.
  • SlLongPips / TpLongPips – long-specific
  • SlShortPips / TpShortPips – short-specific
    This separation is great if your tests show asymmetry (e.g. indices often behave differently on panic shorts vs grindy longs).


3.4. ATR trailing stop (long vs short)

  • UseAtrTrailLong / AtrTrailLongMult
  • UseAtrTrailShort / AtrTrailShortMult

You can:

  • enable ATR trailing only for long or only for short,
  • use different multipliers: e.g. tighter trailing on shorts if they tend to snap back.

Multiplier logic:

  • 1.0–1.5 → tight trailing; protects quickly, but cuts winners early.
  • 2.0–3.0 → loose trailing; lets trades breathe, but tolerates deeper retracements.

In Aggressive Mode, trailing only starts once profit exceeds TrailStartR × R.


3.5. Partial TP & time-based exit

  • PartialAtR
    How many R of profit before a partial close.
    1.0 is a common choice: lock some gain at 1R, let the rest run.
  • PartialPercent
    30–60% is usually a good range. 50% is a simple default.
  • MaxBarsInTrade
    Maximum number of signal bars to keep a trade open.
    • 0 = off.
    • For M30, 50 bars ≈ several days; can be used as a “timeout” so trades don’t drift indefinitely.


3.6. Break-even per side (long / short)

  • UseBreakEven, UseBreakEvenLong, UseBreakEvenShort
    Master and per-side toggles for BE logic.
  • BeLongTriggerPips / BeShortTriggerPips
    Profit (in pips) required before moving SL to BE.
    • Too low → you get stopped at BE constantly.
    • Too high → BE has little psychological value.
  • BeLongOffsetPips / BeShortOffsetPips
    Small positive offset helps to cover spread + commissions (e.g. 1–2 pips).


3.7. Aggressive Mode

  • AggressiveMode
    • disables partial TP,
    • activates trailing only after TrailStartR × R.
  • TrailStartR
    Example: 1.5 or 2.0
    Only once the trade is up 1. 5R/2R will the trailing SL start to follow price.

Use this mode for more directional, high-conviction environments or lower base risk per trade.


3.8. Regime filters

  • UseEmaTrend, EmaFastPeriod, EmaMidPeriod, EmaSlowPeriod
    EMA stack defines the trend regime. Turning this off makes the system more “always-on” and generally noisier.
  • UseAdx, AdxPeriod, AdxMin
    ADX filters out low-trend phases.
    Typical ADXMin: 18–20+.
  • UseRsi, RsiPeriod, RsiOB, RsiOS
    RSI prevents entries when the move is already at extreme levels.
    The bot also checks RSI slope (improvement vs previous bar).
  • PullbackAtrK
    Minimum pullback depth vs EMA20 in ATR units.
    Higher values → fewer but deeper pullbacks.


3.9. Volatility & post-squeeze filters

  • UseAtrPct, AtrPctLookback, AtrPctMin
    Use this to trade only when current ATR is above a certain percentile of recent history.
    Example: AtrPctMin = 0.6 → ignore the bottom 40% of quiet volatility.
  • UsePostSqueeze, BbPeriod, SqueezePct, ExpansionPct
    Classic “Bollinger Band squeeze then expansion” logic:
    • first a volatility compression (squeeze),
    • then an expansion, after which the bot is allowed to trade.


3 .10 . Telemetry

  • WriteCsv, CsvPath
    If true, the bot logs status to CSV (equity, daily PnL, consecutive losses, etc.).
    Perfect for external analysis in Excel/Python, especially combined with the Rolling Start Analysis to test robustness from multiple starting dates.




Summary

AI summary
TrendPullback ATR Pro is a trading bot designed for the US500 (S&P 500 index CFD) with a reference leverage of 1:500. It employs a multi-filter trend-following strategy that focuses on trading with the structural trend and entering only after meaningful pullbacks, avoiding impulsive moves. The system adapts to changing market volatility using the Average True Range (ATR) indicator and filters out extended market extremes with the Relative Strength Index (RSI).
Key features include:
- Trend identification via EMA (20, 50, 200) stacking to confirm market direction.
- Momentum confirmation using ADX and directional indicators (DI+/DI−).
- Pullback depth measured in ATR units to filter out insignificant retracements.
- Entry triggers based on price crossing EMA20 or breaking the previous bar.
- Advanced risk and position management with ATR-based stop loss and take profit levels.
- Optional aggressive mode that disables partial take profits and activates trailing stops after a defined profit threshold.
- Configurable trade management tools such as partial profit-taking, break-even stops, and time-based exits.
- Regime filters including volatility percentile and Bollinger Band squeeze/expansion logic to avoid low-volatility or sideways markets.
- Telemetry support for detailed trade logging and external analysis.
The bot is optimized primarily for US500 on M30 or H1 timeframes but can be adapted to other instruments like gold (XAUUSD) with separate parameter tuning. It is recommended to start testing on demo accounts with conservative risk settings before live deployment.
Trading profile

Customer reviews

5.0
Reviews: 2
5
100 %
4
0 %
3
0 %
2
0 %
1
0 %
Customer reviews
November 16, 2025
November 16, 2025

Discussion

FAQ

Signal
Breakout
Indices
Commodities
RSI
XAUUSD
ATR
Bollinger
Products available through cTrader Store, including trading bots, indicators and plugins, are provided by third-party developers and made available for informational and technical access purposes only. cTrader Store is not a broker and does not provide investment advice, personal recommendations or any guarantee of future performance.

More from this author

Indicator
AI
ATR
+27
Read aggressive flow in real time. Flexible resets (Day/Week/Month), optional EMA smoothing, and non-repainting cumulati
cBot
AI
ATR
+27
The Prop-Ready Bot The Definitive Automaton for Challenges 🛡️ V2.0
Indicator
AI
Grid
+17
Editions: Free (core VWAP + bands) · Pro (multi‑VWAP, click‑to‑anchor, alerts).
cBot
AI
ATR
+21
A price-action-first algorithm to trade Breakout, Approach, and Return around prior High/Low levels—with Prop-style risk
Indicator
AI
ATR
+27
Volume Bubbles is a lightweight yet powerful visual indicator for cTrader
cBot
AI
ATR
+27
✅ Buy 3 prop accounts and manage just 1: cut management effort by 66% with a professional tool.
cBot
AI
ATR
+27
N.B.: Results with an initial invested capital of 100 euros.
cBot
ATR
RSI
+23
TrueScalper AI PRO v4.0 turns live market structure into disciplined AI-filtered scalping execution.
20%
ROI
5
Profit factor
Indicator
AI
ATR
+27
Want a cBot based on this indicator? Contact us!
cBot
AI
Prop
+5
Premium algorithmic scalping for funded traders. Capture precise breakouts with ironclad risk management across all majo
14%
ROI
4
Profit factor
Indicator
Prop
Forex
+15
ZigZag Free is a clean swing-detection tool that marks significant pivot highs/lows
cBot
AI
ATR
+27
AILevelTrader — Multi-AI Consensus Trading Bot 11 AI providers. One consensus. Prop Firm Ready.
1.9
Profit factor

You may also like

cBot
Forex
EURUSD
+5
EMBER is a breakout robot designed around one of the most respected price action patterns in trading.
cBot
ATR
RSI
+4
UltimateAI Trading Robot – Smart Trend & Momentum Trader for cTrader
cBot
Indices
Scalping
HIGHLY PROFITABLE NASDAQ100 SCALPING ALGORITHM
7%
ROI
3.46
Profit factor
cBot
Forex
BTCUSD
+11
CandlePatternBot — Trade classic candlestick signals with bull/bear bias and SL/TP or next-pattern exits.
cBot
Forex
Crypto
+3
This is a cBot that will detect trendlines on the chart and open trades when the price interacts with them.
cBot
ATR
RSI
Hedging AI
cBot
Pulse Tick Reactor: AI-powered trading bot delivering precision entries, adaptive risk control, and consistent profits.
cBot
Fibonacci
Fixed Lot
+5
Trading dashboard for fast order execution, position management, risk controls and automatic Fibonacci levels.
1.52
Profit factor
cBot
Forex
EURUSD
+5
EasyPass ProFirm Wizard
cBot
ATR
Forex
+4
Automate SL & Trailing for manual trades. Independent Buy/Sell logic. Chandelier Exit & ATR support.
cBot
Conservative
Grid Recovery
Ziggy, an advanced algorithm designed to maximize efficiency and simplify profit control.
cBot
Aggressive
Low Drawdown
+5
TALON Gold Scalper: 9 strategies, 1 cBot. Precision over frequency. Set it, let it run, enjoy life!
3.96
Profit factor
cBot
ATR
RSI
+17
The Swiss Army Knife cBot is a multi-tool trading robot that combines 10 of the most popular technical indicators
cBot
ATR
RSI
+11
proactive swing detection and entry with multiple trade filters..high stable returns,minimal drawdowns
cBot
AI
Scalp you rich!
cBot
Prop
Forex
+6
PropFirm Forex trader
cBot
Fixed Lot
VPS Recommended
+3
A high-performance cTrader local trade copier . Copy positions and pending orders between multiple terminals instantly.
cBot
ATR
EMA
+5
Smart Trading Bot with Rich Management Tools for FOREX PAIRS, NASDAQ, GOLD, OIL
14.4%
ROI
1.38
Profit factor

Price

42.11M
Traded volume
6.13M
Pips won
211
Sales
8.13K
Free installs