Brokers & props
For business
00
Days
:
00
Hours
:
00
Minutes
:
00
Seconds
Indicator
NAS100
NZDUSD
Martingale
Forex
Fibonacci
EURUSD
MACD
BTCUSD
SMC
Indices
ATR
Stocks
Grid
RSI
Breakout
XAUUSD
FVG
Commodities
Signal
Bollinger
GBPUSD
AI
VWAP
ZigZag
Prop
Supertrend
Crypto
USDJPY
Scalping
ATR_RR_EMASignalPanel
17/12/2025
Desktop
SinceΒ 04/03/2025
Traded volume
37.16M
Pips won
6.03M
Sales
50
Free installs
2815
"ATR_RR_EMASignalPanel" uploaded image"ATR_RR_EMASignalPanel" uploaded image

πŸ”§ ATR_RR_SignalPanel β€” Technical & Detailed Description (EN) πŸ§ πŸ“ˆ

ATR_RR_SignalPanel is an overlay indicator for cTrader that generates trend-change entry signals using a Fast EMA vs Slow EMA regime, then builds a complete virtual trade framework (Entry 🏁, Stop Loss πŸ›‘, Final Take Profit 🎯, Intermediate Targets 🟒) using ATR-based risk sizing and a configurable Risk:Reward multiplier βš–οΈ.

🧭 Core Logic (Signal Engine) 🚦

  • The indicator computes:
    • Fast EMA ⚑ and Slow EMA 🐒 on Close.
    • ATR (Wilder smoothing) 🌑️ for volatility-based stop distance.
  • A trend regime is defined as:
    • Bull trend 🟒 when Fast EMA > Slow EMA
    • Bear trend πŸ”΄ when Fast EMA < Slow EMA
  • A Trend Change πŸ” triggers when the bull/bear state differs from the previous bar (equivalent to Pine’s bullTrend != bullTrend[1]).

🎯 Entry Conditions (BUY/SELL) 🟩πŸŸ₯

When a trend change occurs:

  • BUY signal 🟒 if:
    • Bull trend is active and a trend change is detected
    • Optional candle confirmation βœ…: Close > Open (bullish candle)
  • SELL signal πŸ”΄ if:
    • Bear trend is active and a trend change is detected
    • Optional candle confirmation βœ…: Close < Open (bearish candle)

πŸ§ͺ Virtual Position Management (Not a cBot) 🧩

This indicator does not place orders. Instead it simulates an internal β€œvirtual position”:

  • On a new BUY/SELL signal it sets:
    • Entry Price = current close 🏁
    • Stop Loss = candle extreme Β± ATR Γ— multiplier πŸ›‘
    • Final Take Profit = Entry Β± (Risk Γ— RiskReward) 🎯
    • Intermediate TP levels = steps at 1R, 2R, … up to floor(RR)-1 🟒
  • It monitors price action bar-by-bar:
    • If TP final is touched ➜ marks 🎯 and closes virtual position βœ…
    • If SL is touched ➜ marks πŸ›‘ and closes virtual position ❌
    • Intermediate TP hits are tracked only once 🧷

πŸ” Invalidation Logic (Opposite Signal While Active) ⚠️

If a new signal arrives while a virtual trade in the opposite direction exists:

  • The previous entry is marked as INVALIDATED ⚠️ (INV BUY / INV SELL)
  • The prior virtual position is terminated 🧯
  • A new virtual position is created in the new direction πŸ”„

🧼 Multi-Instance Safe (Multiple Copies on Same Chart) 🧩🧩

Each indicator instance generates a unique internal ID πŸ†”, so:

  • Lines/text from one instance won’t overwrite another instance βœ…
  • You can run several configurations in parallel (e.g., scalping + swing) πŸ§ πŸ“Š

🧯 Anti-Clutter Controls (Markers Limiter) 🧹✨

To keep charts readable, it can:

  • Limit the number of text markers drawn (BUY/SELL/TP/SL/INV/TP1…) 🧾
  • Automatically delete older markers when the limit is exceeded ♻️

🧷 Optional β€œKeep Last Risk Lines” πŸ§ πŸ“Œ

When enabled, the last Entry/SL/TP lines remain visible even after TP/SL closes:

  • Great for post-trade review πŸ§‘β€πŸ”¬
  • Great for journaling πŸ“’βœ…


βš™οΈ Parameters β€” Detailed Explanation (EN) πŸ”πŸ“Œ

πŸ“ˆ Signal & Risk Core

⚑ Fast EMA

  • What it does 🧠: Sets the period of the fast EMA used to detect regime shifts.
  • Effect πŸ“Š: Lower values = more reactive ➜ more signals; higher = smoother ➜ fewer signals.
  • Typical ranges πŸŽ›οΈ: 3–10 for fast markets ⚑, 10–20 for calmer setups 🐒

🐒 Slow EMA

  • What it does 🧠: Sets the period of the slow EMA used as the trend baseline.
  • Effect πŸ“Š: Higher slow EMA = stronger filtering ➜ fewer trend-change triggers.
  • Typical ranges πŸŽ›οΈ: 13–55 depending on style 🧭

🌑️ ATR Period

  • What it does 🧠: Controls volatility measurement length for ATR.
  • Effect πŸ“: Short ATR reacts quickly (tighter SL), long ATR stabilizes (steadier SL).
  • Typical ranges πŸŽ›οΈ: 10–21 is common βœ…

πŸ›‘ SL Multiplier (ATR)

  • What it does 🧠: Defines Stop Loss distance in ATR units.
  • Long 🟒: SL = Low - ATR * Mult
  • Short πŸ”΄: SL = High + ATR * Mult
  • Effect 🎯: Higher multiplier = wider SL (fewer stops, bigger risk); lower = tighter SL (more stops).
  • Typical values πŸŽ›οΈ: 0.3–2.0 depending on volatility πŸŒͺ️

βš–οΈ Risk:Reward (R:R)

  • What it does 🧠: Multiplies the β€œrisk” distance to compute final TP.
  • Formula πŸ“Œ:
    • Risk = |Entry βˆ’ SL|
    • Final TP = Entry Β± Risk Γ— RR 🎯
  • Intermediate TPs 🟒: TP1 at 1R, TP2 at 2R, … up to floor(RR)-1
  • Example πŸ§ͺ: RR=3 ➜ TP1 (1R), TP2 (2R), Final TP (3R) 🎯🎯🎯

βœ… Require candle confirmation

  • What it does 🧠: Adds candle direction validation on the signal bar.
  • BUY 🟒: requires Close > Open
  • SELL πŸ”΄: requires Close < Open
  • Effect 🧽: Filters out weak flips, reduces noise, may enter later ⏳


πŸ“Œ EMAs Display

πŸ‘οΈ Show Fast EMA

  • What it does 🧠: Shows/hides the fast EMA line.
  • Use case πŸ’‘: Hide if you want a clean chart 🧼

πŸ‘οΈ Show Slow EMA

  • What it does 🧠: Shows/hides the slow EMA line.
  • Use case πŸ’‘: Keep visible for trend context 🧭


πŸŽ›οΈ Visual Controls (Clutter Management) 🧹✨

🚦 Show Signals

  • What it does 🧠: Shows/hides BUY/SELL markers.
  • Includes 🧷: BUY 🟒 / SELL πŸ”΄ markers (only)
  • Tip πŸ’‘: Disable for β€œlines-only” mode πŸ“

🏷️ Show TP Labels

  • What it does 🧠: Shows/hides labels like TP1, TP2…
  • Effect 🧼: Turning OFF removes lots of text noise on higher TFs πŸ“‰
  • Note 🧷: Labels appear only once per TP hit βœ…

⚠️ Show Invalidation Marks

  • What it does 🧠: Shows/hides INV BUY / INV SELL markers.
  • Use case 🧠: Useful when you want to study signal reversals πŸ”

πŸŽ―πŸ›‘ Show Final TP/SL Marks

  • What it does 🧠: Shows/hides final TP and SL markers.
  • Use case πŸ“’: Great for reviewing outcome distribution 🎲

πŸ“ Show Risk Lines (Entry/SL/TP)

  • What it does 🧠: Draws Entry 🏁, SL πŸ›‘, Final TP 🎯 lines on the chart.
  • Effect πŸ“Œ: Visualizes the virtual trade structure instantly 🧠

🟒 Show Intermediate TP Lines

  • What it does 🧠: Draws dotted lines for TP1/TP2/... levels.
  • Tip 🧼: Disable if chart gets too β€œgreen spaghetti” 🍝🟒

πŸ“Œ Keep Last Risk Lines

  • What it does 🧠: Keeps the last Entry/SL/TP lines visible after virtual exit (TP/SL).
  • Why it’s useful πŸ“’: Perfect for journaling & post-trade analysis πŸ§‘β€πŸ”¬βœ…

🧾 Max Markers On Chart (0=unlimited)

  • What it does 🧠: Limits how many text objects the indicator leaves on the chart.
  • How it works ♻️: When the limit is exceeded, the oldest markers are removed automatically.
  • Recommended πŸŽ›οΈ: 80–200 depending on timeframe and history depth πŸ•°οΈ

🧾 Show Info Panel

  • What it does 🧠: Displays a compact status panel on the chart.
  • Shows πŸ“‹: Status (LONG/SHORT/No Position), Entry, SL, TP, computed RR.
0.0
Reviews: 0
Customer reviews
No reviews for this product yet. Already tried it? Be the first to tell others!
More from this author
Indicator
NAS100
NZDUSD
Martingale
+26
Volume Delta
Read aggressive flow in real time. Flexible resets (Day/Week/Month), optional EMA smoothing, and non-repainting cumulati
cBot
NAS100
NZDUSD
Martingale
+26
Prop Ready Bot_v.2.0
The Prop-Ready Bot The Definitive Automaton for Challenges πŸ›‘οΈ V2.0
Indicator
Grid
NZDUSD
XAUUSD
+16
vWAP Free
Editions: Free (core VWAP + bands) Β· Pro (multi‑VWAP, click‑to‑anchor, alerts).
cBot
Grid
NAS100
RSI
+20
Breakout Premium Pro v2.0
A price-action-first algorithm to trade Breakout, Approach, and Return around prior High/Low levelsβ€”with Prop-style risk
cBot
NAS100
NZDUSD
Martingale
+26
ElliottWaveBot
N.B.: Results with an initial invested capital of 100 euros.
cBot
NAS100
NZDUSD
Martingale
+26
ElliottWave Pro cBot
The Elliott Wave Pro Bot is a sophisticated and highly configurable algorithmic trading system
Indicator
NAS100
NZDUSD
Martingale
+26
Breakout channel
Breakout Channels automatically detects consolidation ranges and highlights when price breaks out of them.
cBot
Indices
ATR
US500 LONG&SHORT TF 5M ALL SEASON!
πŸš€N.B.: Results with an initial invested capital of 100 euros.
Indicator
NAS100
NZDUSD
Martingale
+26
Volume Bubble
Volume Bubbles is a lightweight yet powerful visual indicator for cTrader
cBot
NAS100
NZDUSD
Martingale
+26
Dynamic Trendline Deluxe Pro Cbot - PROP edition
Major Update Announcement: Advanced Prop Firm Risk Management is Here! πŸš€
Indicator
NAS100
NZDUSD
XAUUSD
+14
ZIG ZAG Free
ZigZag Free is a clean swing-detection tool that marks significant pivot highs/lows
cBot
NAS100
Indices
XAUUSD
+7
COT Institutional Sentiment Bot
Institutional COT sentiment, automated position trading and full prop-firm style risk control – all in one cBot.
Indicator
Grid
NAS100
NZDUSD
+15
EMA UP&DOWN 2025
SectorIndex Dual Moving Average Indicator: Your Market Compass 🧭
Indicator
ZigZag
Indices
Breakout
+1
Auto Tools Suite
Auto Trendlines, Fibonacci, Pitchfork and Patterns from non‑repainting pivots. One‑click Presets, targeted Alerts, and a
Indicator
NAS100
NZDUSD
Martingale
+26
Liquidity Shift Indicator
Want a cBot based on this indicator? Contact us!
cBot
Indices
RSI
Forex
+2
US 2000+MACD+ADR+ADMIR+RSI+MANY MORE-TF4M
N.B.: Results with an initial invested capital of 100 euros.
Indicator
NAS100
NZDUSD
Martingale
+25
Volume Profile Suite trial7D
DEMO VERSION 7 DAYS VolumeProfileSuite is an advanced and flexible Volume Profile indicator for cTrader.
cBot
NAS100
NZDUSD
Martingale
+26
TradeCopierBot
βœ… Buy 3 prop accounts and manage just 1: cut management effort by 66% with a professional tool.
You may also like
Renko Moving Average Cross Indicator
The Renko Moving Average Cross indicator combines classic EMA crossover signals with Renko-filtered prices.
Indicator
Indices
Stocks
Commodities
+2
Moving Average Channel
Price channel system built on moving averagesβ€”track trend direction, momentum shifts, and mean reversion zones.
Indicator
XAUUSD
Breakout
Stocks
+6
Signal Strike
Signal Strike is a professional trading indicator delivers clear, high‑confidence entry signals directly on your chart
Top-rated
Free
Indicator
VWAP
Forex
VWAP Pro
Advanced VWAP with up to 30 anchored levels, multiple timeframes, memory mode, standard deviation bands & simple GUI
Indicator
Stocks
Forex
MACD
+1
SmartBot-Volume MACD
a revolutionary indicator that integrates volume into MACD.
Indicator
NAS100
NZDUSD
XAUUSD
+15
VWAP Multi Chart type
Pro M1 VWAP: Daily/Weekly/Monthly anchors with optional bands, editable colors & thicknessβ€”accurate on any chart.
Top-rated
Free
BarCount
Bar count
Indicator
Forex
EURUSD
EconomicForex
ECONOMIC FOREX:provides insights into inflation, nominal interest rates and real interest rates, in the line chart
Indicator
NAS100
NZDUSD
XAUUSD
+11
ZigZag Structure Pro
🎯Automatically identifies the market's significant turning points (key H & L) and draws dynamic support and.....✍️
Insider_CumulativeDelta
Robust Cumulative delta,Atr and imbalance indicator.
Indicator
NAS100
NZDUSD
Forex
+25
QX SmartStructure
SMC without the mess: Clean structure + auto-managing FVGs + MTF panel. Hard-right-edge, step size-based for any symbol.
Indicator
NAS100
NZDUSD
Breakout
+12
Multi_TF Candlestick Chart Overlay
Perfect for traders who demand a clear overview of multiple timeframes at a glance.
Rsi buy Sell Signal
Instant‑setup RSI scalperβ€”designed for turbulent markets.
[Stellar Strategies] Inside Bar with Signals
Visually master the Inside Bar strategy with clear breakout signals and professional chart highlighting πŸ“ˆπŸ””πŸ“‰
Indicator
NAS100
NZDUSD
Breakout
+13
AO_ZeroCross
Awesome Oscillator with instant zero-line cross alerts. Includes chart popup + sound notification
[Stellar Strategies] BOS Trend 1.0
[Stellar Strategies] BOS Trend: Premium multi-timeframe BOS indicator for precision trend analysis.πŸ“ˆπŸ“‰
Indicator
Indices
Stocks
Commodities
+2
Volume Activity Profiler
Volume profiler applying Wyckoff effort vs result and spread analysis with visual bar graphs.
Indicator
Indices
ATR
Stocks
+5
UT Bot Alerts Nova
UT Bot Alerts Nova: Advanced trend-following indicator using ATR for signals. Precise entries/exits.