cBot
Grid
Indices
Prop
Breakout
XAUUSD
ATR
Commodities
Forex
AI
Scalping
Scalper Pro PROP
Logo "Scalper Pro PROP"
14/11/2025
Desktop, Mobile, Web
Gambar unggahan "Scalper Pro PROP"Gambar unggahan "Scalper Pro PROP"Gambar unggahan "Scalper Pro PROP"Gambar unggahan "Scalper Pro PROP"Gambar unggahan "Scalper Pro PROP"Gambar unggahan "Scalper Pro PROP"

Scalper Pro Prop is a breakout scalping cBot designed for both private trading and prop firm challenges, with advanced risk and equity control.

What you’ll see in the screenshots

In the attached images you will find:

  • Optimized backtests for regular trading, without strict drawdown limits;
  • Optimized backtests for prop trading, with drawdown limits already configured in the cBot parameters;
  • Backtests on both XAUUSD (gold) and US500, because this bot is built to deliver strong performance on a wide range of assets, not only on gold.

It’s quite rare to see products with serious multi-asset backtests – most robots only show results on gold. Here you get tests on Gold and US500, to prove the robustness of the strategy.

What the cBot does

  • Enters the market on breakout of the previous candle high/low (or previous close, depending on settings).
  • Several exit modes available:
    • Fixed Pips;
    • ATR-based dynamic SL/TP;
    • CandleClose (close at the open of the next bar);
    • CandleClosePips: a mixed mode → closes at candle close, but also uses SL/TP in pips so the trade can be exited earlier if price moves too much against (or in favour).
  • EMA trend filter (fast/slow + slope) to avoid fighting against the trend.
  • Volatility Spike Filter to let the bot trade only during sharp, fast moves, where this kind of scalper shines.
  • Separate SL, TP, BreakEven and Trailing Stop for long and short, so you can tune both directions independently.
  • Risk per trade in % of equity.
  • Full drawdown and equity control, including:
    • Daily max loss,
    • Total max loss on the account,
    • Max equity drawdown limit.

These equity-based protections make the bot very suitable for prop firm accounts, where risk limits are critical.

Default settings on installation

When you attach the cBot for the first time, you will find default parameters already tuned for XAUUSD, with:

  • timeframe 1H,
  • leverage 1:500,

so you can start from a tested baseline and then fine-tune the settings for other timeframes or assets (US500, indices, forex pairs, etc.) according to your own backtests.

Usage tips

Recommended instruments & timeframes

  • Default preset: XAUUSD (gold), 1H timeframe, leverage 1:500 – this is the configuration used for optimisation and testing.
  • US500: the bot also performs very well on US500; you can start from the default settings and mainly adjust:
    • SL/TP (pips or ATR),
    • volatility filter values,
    • risk %.
  • Other assets (indices, major forex, metals): the breakout engine plus filters is generic, so the cBot can work well on many symbols.
    Always:
    • run a dedicated backtest for each new asset,
    • retune SL/TP and the spike filter (Spike Min Move, Spike Lookback).

Trading sessions

  • The bot works best during high volatility sessions:
    • London open,
    • New York open,
    • London–NY overlap,
    • strong directional trends.
  • During slow, low-volatility periods it’s better to:
    • rely on the Volatility Spike Filter, or
    • disable trading.

News & high-impact events

  • Around major news releases (NFP, CPI, FOMC, etc.) you may:
    • turn the bot off shortly before the event, or
    • lower the Risk Per Trade %.
  • The spike filter is great to avoid dead periods, but it doesn’t replace a good news/risk management plan.

Prop firm vs personal account

  • Prop firm use:
    • set Use Drawdown Protection = Yes;
    • adapt Daily Max Loss %, Total Max Loss %, and Max Equity DD % to your prop rules (e.g. if prop daily max DD is 4%, you might set 2.5–3% for extra safety);
    • use a conservative Risk Per Trade % (e.g. 0.25–0.5%).
  • Personal account:
    • you can be more flexible with drawdown limits,
    • but keeping Use Drawdown Protection = Yes is still recommended for long-term survival.


🇬🇧 Parameter overview (short)


1. General parameters

  • Volume (lots): base lot size. Used when Use Risk Per Trade % = No or when no SL in pips/ATR is available.
  • Max positions per direction: max simultaneous positions per side (Buy/Sell).
  • Enable Trading: enable/disable opening new trades (trailing/BE and DD protection still work on existing positions).

2. Breakout

  • Entry Mode:
    • HighBreakoutLong: only long on previous high/close breakout;
    • LowBreakoutShort: only short on previous low/close breakout;
    • Both: both directions allowed.
  • Breakout level:
    • HighLow: uses previous candle high and low;
    • Close: uses previous close as breakout reference.

3. EMA Trend Filter

  • Use EMA Trend Filter: when true, bot trades only in the EMA trend direction.
  • Fast EMA Period / Slow EMA Period: periods of the two EMAs.
  • Slope Lookback Bars: number of bars used to check if both EMAs are sloping up or down.
    → Buy only if fast > slow and both rising; Sell only if fast < slow and both falling.

4. Exit type

  • Exit type:
    • Pips: fixed pips SL/TP (separate for long/short).
    • ATR: ATR-based dynamic SL/TP.
    • CandleClose: positions closed at the open of the next bar (no initial SL/TP; BE/Trailing can still be used).
    • CandleClosePips: mixed mode – sets SL/TP in pips like Pips, but also closes all positions at bar close if still open.

5. SL/TP Pips and ATR

  • SL/TP Long/Short (pips) – Pips: SL/TP in pips for long and short when using Pips or CandleClosePips.
  • ATR Period: ATR lookback.
  • ATR SL/TP Mult Long/Short: multipliers used to convert ATR value into SL/TP distance in pips when Exit type = ATR.

6. BreakEven

  • Use BreakEven: enable BE logic.
  • BE Long/Short Trigger (pips): profit in pips at which the bot starts moving SL to BE.
  • BE Long/Short Protect (pips): how many pips beyond the entry price SL will be placed once BE is triggered.

7. Trailing Stop

  • Use Trailing Stop: enable trailing.
  • TS Long/Short Start (pips): minimum profit to start trailing.
  • TS Long/Short Step (pips): trailing “step” or cushion behind price.

8. Volatility Spike Filter

  • Use Volatility Spike Filter: when true, the bot only trades after a volatility spike.
  • Spike Min Move (pips): minimum mid-price move (in pips) from the anchor.
  • Spike Lookback (sec): maximum time window in seconds for that move to occur.
    → If price moves at least Spike Min Move within Spike Lookback, filter returns true and trading is allowed.

9. Risk & Drawdown

  • Use Risk Per Trade %: if true, lot size is calculated from:
    • Risk Per Trade %,
    • SL distance in pips (Pips, ATR, CandleClosePips).
      With pure CandleClose (no SL in pips), the bot logs a warning and falls back to fixed volume.
  • Risk Per Trade %: % of equity risked per trade.
  • Use Drawdown Protection: turn on equity-based protection.
  • Daily Max Loss % / Total Max Loss % / Max Equity DD %: three layers of equity protection, ideal for prop firm rules.
  • Disclaimer, updates and optimisation

Disclaimer
Trading CFDs, forex, indices and metals involves a high level of risk and may not be suitable for all investors.
Past performance, including any backtests shown in the screenshots, does not guarantee future results. Using this cBot does not remove the risk of partial or total loss of capital.
The user is solely responsible for all investment decisions and for using the cBot on his/her own account or on prop firm accounts.

It is strongly recommended to:

  • always test the cBot on a demo account first;
  • make sure that risk and drawdown parameters match your prop firm rules and your personal risk tolerance.

Updates & Discord
For updates, improvements, recommended settings and discussion with other users, you are invited to join our Discord channel
Inside the Discord we share:

  • optimisation ideas,
  • settings for different assets,
  • notes on the market conditions where the bot performs best.

Regular optimisation
Because market conditions constantly change, it is recommended to:

  • optimise the cBot at least once per month on the instrument and timeframe you are using,
  • regularly review in particular:
    • SL/TP (pips or ATR),
    • volatility spike filter,
    • risk and drawdown protection settings.
0.0
Ulasan: 0
Ulasan pelanggan
Belum ada ulasan untuk produk ini. Sudah mencobanya? Jadilah pemberi ulasan pertama!
Produk lain dari penulis ini
cBot
NAS100
NZDUSD
Martingale
+26
ElliottWaveBot
N.B.: Results with an initial invested capital of 100 euros.
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.
Indikator
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
Breakout
ATR
Signal
EMA Up&Down 2025 Ctrader bot
✨ N.B.: Results with an initial invested capital of 100 euros.📈
EMA UP&DOWN 2025
SectorIndex Dual Moving Average Indicator: Your Market Compass 🧭
cBot
NAS100
NZDUSD
Martingale
+26
ElliottWave Pro cBot
The Elliott Wave Pro Bot is a sophisticated and highly configurable algorithmic trading system
Indikator
Grid
NZDUSD
XAUUSD
+16
vWAP Free
Editions: Free (core VWAP + bands) · Pro (multi‑VWAP, click‑to‑anchor, alerts).
cBot
Indices
ATR
US500 LONG&SHORT TF 5M ALL SEASON!
🚀N.B.: Results with an initial invested capital of 100 euros.
cBot
RSI
BASIC us500 SHORT 35%
N.B.: Results with an initial invested capital of 100 euros.
Indikator
Grid
NAS100
NZDUSD
+18
Zig Zag ATR
ZigZag Pro — Advanced swing detection with ATR threshold, fractal confirmation, and colored segments. Clean market
Indikator
NAS100
NZDUSD
Breakout
+14
ZIG ZAG Free
ZigZag Free is a clean swing-detection tool that marks significant pivot highs/lows
cBot
Indices
RSI
XAUUSD
+5
Dynamic Trendline Pro Bot GOLD EDITION
This bot is already optimized ✅ uses a 1-minute timeframe ⏱️, a max size of 5% of the capital 💰 and 1000x max leverage
cBot
NAS100
NZDUSD
Martingale
+26
Prop Ready Bot v2.0 Trial 7days
The Prop-Ready Bot The Definitive Automaton for Challenges 🛡️ V2.0
cBot
NAS100
NZDUSD
Martingale
+26
Dynamic Trendline Deluxe Pro Cbot - PROP edition
Major Update Announcement: Advanced Prop Firm Risk Management is Here! 🚀
Indikator
NAS100
NZDUSD
Martingale
+26
Breakout channel
Breakout Channels automatically detects consolidation ranges and highlights when price breaks out of them.
Indikator
NAS100
NZDUSD
Martingale
+25
Liquidity Cluster Order
Liquidity Cluster Order automatically detects and draws accumulation zones & distribution zones
cBot
Grid
NAS100
RSI
+21
Prop Ready Bot Trial 7d
This version of the bot is a limited trial and will only work on Demo accounts for a period of 7 days
Indikator
Breakout
Institutional Flow Radar
Institutional Flow Radar scans the chart for abnormal volume events and classifies them into two groups: Capital &Public
Anda mungkin juga suka
cBot
NAS100
Prop
XAUUSD
+1
King's War Strategy V.1
King's War Strategy ( Use Renko Chart )
cBot
XAUUSD
Forex
Supertrend
ChronoFox
ChronoFox – Precision Trading, Perfect Timing... full source code will be available after 8 months.
cBot
Breakout
XAUUSD
Commodities
+4
EasyPass PropFirm Wizard
EasyPass ProFirm Wizard
cBot
RSI
MACD
AI
needThaibot with MACD CoG RSI EMA
Please Use it Before Changing any Strategies!!!!! This Bot contains MACD,CoG,RSI,EMA
cBot
Breakout
Prop
Commodities
+4
Quantum King
**Quantum King : – Precision Trading for Forex{GBPUSD, EURUSD}, Gold & Oil** The **Quantum King**
cBot
Indices
Stocks
Commodities
+2
VegaXLR - Trendline Trading cBot
This is a cBot that will detect trendlines on the chart and open trades when the price interacts with them.
posilabel
Display the rate value for the position and the type of pending order.
cBot
EURUSD
Bollinger
Bollinger Bands Mean Reversion and Momentum Strategy
Turn $1,000 into $24,000+ 📈 This algorithmic cBot generated 2,300% ROI in under 2 years on EURUSD.
EURCAD 30m
FUNCTNIONG EURCAD cBOT LIVE TRADING, CUSTOMISABLE AND PROFITABLE
cBot
Indices
XAUUSD
Stocks
+3
Like A Dragon
AI Trading that you can adjust to your own strategy, this AI will do a work for you, Adjust to suit your own strategy
cBot
Stocks
Commodities
Forex
Resolver Range Pro 2.3
Resolver PRO 2.3 Bot,Sophisticated, Perfect algorithm! Daily ROI 5 to 24%.Maximum drawdown 4%.
cBot
RSI
MACD
AI
needThaiBot The Ultimate Trading Bot
Auto increase lot on how many percent profits you made, please try default setting before making any changes
Auto Breakeven Absolutee
Auto-Breakeven Bot w/ ATR & dual triggers. Works 100% with Risk Reward Guardian. Free https://ctrader.com/products/612
cBot
Indices
XAUUSD
Commodities
+3
needThaiBot Undisputed
This is a Counter Trend Bot, for more advance pro trader to customise the strategy to suit what they need PLEASE ENJOY!!
cBot
XAUUSD
ATR
BOT AMAN X
Auto pilot trading bot with EMA, volume & ATR strategy. Built for consistent profit & tight risk control.
cBot
RSI
RSI2 - F17and20EMA
This bot implements the well-known 2-period RSI strategy, enhanced by a powerful filter comprised of two exponential mov
cBot
NAS100
NZDUSD
Breakout
+12
ZONE HUNTER
SUPPORT AND RESISTANCE STRATEGY. Master the Market’s Turning Points with Surgical Accuracy. SEE THE FULL BACKTEST. 📈
cBot
Indices
RSI
XAUUSD
+5
TrendPullback ATR Pro
Trend-following with deep pullbacks and advanced risk/position management.