TradeCopierBot
cBot
6 zakupy
Wersja 1.0, Dec 2025
Windows, Mac, Mobile, Web
Przesłany obraz „TradeCopierBot”Przesłany obraz „TradeCopierBot”
42.1M
Wolumen transakcji
6.13M
Zysk w pipsach
124
Sprzedaż
5.47K
Bezpłatne instalacje

🚀 TradeCopierBot — Fast, Clean, and Broker-Proof Trade Copying (Local/VPS) 🔁✨

Copy your trades from a MASTER account to one (or more) SLAVE accounts with a lightweight, event-driven copier designed for real trading conditions: different brokers, different symbol names, different lot rules.
Perfect for multi-account execution, risk scaling, and strategy distribution—with detailed debug logs so you always know what’s happening. 🧠📈

✅ Optimized for Local / VPS setups (same machine).
❌ Not designed for cTrader Cloud (instances are isolated, so signals can’t be shared). ☁️🚫

Attention: if you have two different cTrader accounts, you need to purchase two cBots; otherwise, you won’t be able to copy them. We are at your complete disposal for any information.

🧠 How it works (MASTER → SLAVE) 🧩

🔁 1) Signal transport (how trades “travel”)

This copier uses cTrader LocalStorage (Device scope) as a shared “message bus”.

MASTER

  • Listens to position events: Opened / Modified / Closed
  • Creates a TradeSignal (OPEN / MODIFY / CLOSE)
  • Appends it to a signals list in LocalStorageScope .Device
  • Calls Flush() so the SLAVE can read it immediately

SLAVE

  • Runs a Timer every Poll Interval seconds
  • Calls Reload()
  • Reads the signals list
  • Processes only new signals (using _lastSignalIndexProcessed)


🧷 2) Position mapping (so CLOSE works)

When the SLAVE opens a trade, it stores:

🧩 MasterPositionId → SlavePositionId

This mapping is also saved into LocalStorage, so it survives restarts:

  • ✅ CLOSE still works after reboot
  • ✅ MODIFY still finds the correct position


🧭 3) Symbol translation (MASTER symbol → SLAVE symbol)

🗺️ Symbol Map (MASTER=SLAVE;...)

Used when symbol names differ between brokers/accounts.

Format:

  • MASTER=SLAVE;MASTER2=SLAVE2;...

Example (your case):

  • MASTER opens USTEC
  • SLAVE must trade US100

➡️ USTEC=US100

✅ Left side = symbol arriving from MASTER
✅ Right side = symbol on SLAVE broker


📏 4) Volume logic (the key part) 🔥

✅ Works in lots/quantity (decimals supported)

To handle decimals (0.10, 0. 01, etc.), the SLAVE:

  • Calculates desired lots
  • Applies multiplier / min / step
  • Converts lots → volume using QuantityToVolumeInUnits(lots)
  • Sends the order using an overload that accepts double volume

This is what makes it robust even when brokers enforce different lot precision rules.


⚙️ Parameters explained (with icons)

🧩 Core

  • 🧭 Mode
    • Master = publishes signals
    • Slave = reads signals and copies trades
  • 🧷 Copy Group Id
    • Communication channel. MASTER and SLAVE must match (e.g., DEFAULT)
  • ⏱️ Poll Interval (sec)
    • SLAVE checks new signals every N seconds
  • 🐞 Debug Mode
    • Prints detailed logs (recommended during setup)


🗺️ Symbol Translation

  • 🧾 Symbol Map (MASTER=SLAVE;...)
    • Example: USTEC=US100;XAUUSD=GOLD;NAS100=USTEC


🎚️ Volume scaling (MOST IMPORTANT) ✅

🔢 Global multiplier

  • Volume Multiplier
    • Scales all copied lots:
    • desiredLots = masterLots * VolumeMultiplier

🎛️ Per-symbol multiplier (your main tool)

  • 🧷 Volume Multiplier Map (SYM=mult;...)
    • Overrides multiplier per symbol (SLAVE-side symbol)
    • Example:
      • US100= 0. 10
      • Italian format is also OK: US100=0,10

✅ This is how you achieve: 1. 00 on MASTER → 0. 10 on SLAVE


🧱 Broker lot constraints (min and step)

  • 🧱 Min Qty Default (0=off)
    • Global minimum lots if enabled
  • 🧱 Min Qty Map (SYM=val;...)
    • Minimum lots per symbol
    • Example: US100=0. 10
  • 🪜 Qty Step Default (0=off)
    • Global step if enabled
  • 🪜 Qty Step Map (SYM=val;...)
    • Step per symbol
    • Example: US100=0. 10 → allowed values: 0. 10, 0 .20, 0.30…


🧯 Safety behaviors

  • 🧷 Use Min Qty as Fixed Lots
    • If true: SLAVE ignores master size and always uses MinQty (fixed sizing)
  • ⚠️ BelowMin Behavior
    • UseMin = if below min → raise to min
    • Skip = if below min → don’t open
  • 🔁 BadVolume Attempts
    • If broker returns BadVolume, tries small adjustments up to N times


🎯 SL/TP copy logic

  • 🛡️ Copy SL/TP as Distance when Symbol differs
    • If MASTER and SLAVE symbols differ:
    • SL/TP is copied as distance from entry, not absolute price
    • This keeps risk controls consistent across instruments


✅ Recommended setup (USTEC → US100, SLAVE lot = 0. 10)

On the SLAVE:

🗺️ Symbol translation:

  • Symbol Map = USTEC=US100

🎛️ Volume scaling:

  • Volume Multiplier Map = US100=0,10

🧱 Broker constraints:

  • Min Qty Map = US100=0,10
  • Qty Step Map = US100=0,10

Result:

  • ✅ MASTER 1. 00 → SLAVE 0. 10 on US100


☁️ Important: Local/VPS only (not Cloud) ❌

🖥️ Local/VPS ✅

Works because MASTER and SLAVE share the same LocalStorageScope .Device (same machine/environment).

☁️ cTrader Cloud ❌

Does not work because Cloud instances are isolated, so they don’t share LocalStorage and the SLAVE can’t see MASTER signals.

✅ Conclusion:

  • ✔️ Use on the same PC or on a VPS where both instances run together
  • ❌ For Cloud you need an external relay (HTTP/WebSocket server)



Profil handlowy
0.0
Opinie: 0
Opinie klientów
Ten produkt nie ma jeszcze opinii. Wypróbowałeś(-aś) go już? Bądź pierwszy(-a) i powiedz o tym innym!
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
Products available through cTrader Store, including indicators, plugins and cBots, 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.

Więcej od tego autora

Wskaźnik
NAS100
NZDUSD
+27
Read aggressive flow in real time. Flexible resets (Day/Week/Month), optional EMA smoothing, and non-repainting cumulati
cBot
NAS100
NZDUSD
+27
The Prop-Ready Bot The Definitive Automaton for Challenges 🛡️ V2.0
Wskaźnik
Grid
NZDUSD
+17
Editions: Free (core VWAP + bands) · Pro (multi‑VWAP, click‑to‑anchor, alerts).
cBot
Grid
NAS100
+21
A price-action-first algorithm to trade Breakout, Approach, and Return around prior High/Low levels—with Prop-style risk
Wskaźnik
NAS100
NZDUSD
+27
Volume Bubbles is a lightweight yet powerful visual indicator for cTrader
Logo „AI Level Trader”
Popularne
Wypróbuj gratis
$ 129
/
$159
cBot
NAS100
NZDUSD
+27
AILevelTrader — Multi-AI Consensus Trading Bot 11 AI providers. One consensus. Prop Firm Ready.
1.9
Współczynnik zysku
4%
Maksymalny spadek
cBot
NAS100
NZDUSD
+27
N.B.: Results with an initial invested capital of 100 euros.
cBot
Grid
Indices
+8
Breakout scalping with prop-firm grade equity control.
Wskaźnik
NAS100
NZDUSD
+27
Breakout Channels automatically detects consolidation ranges and highlights when price breaks out of them.
cBot
NAS100
NZDUSD
+27
The Elliott Wave Pro Bot is a sophisticated and highly configurable algorithmic trading system
Wskaźnik
NAS100
NZDUSD
+27
Want a cBot based on this indicator? Contact us!
Wskaźnik
ZigZag
Indices
+2
Auto Trendlines, Fibonacci, Pitchfork and Patterns from non‑repainting pivots. One‑click Presets, targeted Alerts, and a

Możesz także polubić

cBot
NAS100
RSI
+14
O primeiro sistema de trading híbrido para cTrader com proteção Prop-Firm nativa, gestão de risco por ATR
3000%
ROI
3.7
Współczynnik zysku
50%
Maksymalny spadek
cBot
Indices
RSI
+9
PrecisionFlow FX | Smart Liquidity Algorithm
2.47
Współczynnik zysku
67%
Maksymalny spadek
cBot
Indices
Prop
Auto risk management for Apex EOD evaluations. Enforces drawdown, DLL, profit target & max contracts automatically.
cBot
NAS100
NZDUSD
+25
Premium algorithmic scalping for funded traders. Capture precise breakouts with ironclad risk management across all majo
14%
ROI
4
Współczynnik zysku
5%
Maksymalny spadek
cBot
NAS100
NZDUSD
+23
TrueScalper AI PRO v4.0 turns live market structure into disciplined AI-filtered scalping execution.
20%
ROI
5
Współczynnik zysku
5%
Maksymalny spadek
cBot
NAS100
NZDUSD
+26
Review and User Guide: PROP Account Guardian Pro cBot 🛡️
cBot
Breakout
Prop
+1
✨Petra Oil Breakout - Session Box Precision for WTI & Brent. Up to +136% in 30 Days✨
136%
ROI
4.35
Współczynnik zysku
13.08%
Maksymalny spadek
cBot
NAS100
RSI
+13
•Run unlimited backtests in seconds •Optimize parameters easily •Automate your own trading logic • Feel Free, Feel Pro!
5.6
Współczynnik zysku
4.67%
Maksymalny spadek
Logo „StrongBar v1”
Popularne
Wypróbuj gratis
$ 39
/
$49
cBot
NAS100
NZDUSD
+17
No guessing — just confirmed breakouts, smart risk management, and disciplined execution. Less noise. More direction.
28.5%
ROI
4.44
Współczynnik zysku
10.41%
Maksymalny spadek
cBot
NAS100
NZDUSD
+12
Professional risk management cBot. Auto SL, dynamic TP, ATR trailing, breakeven & partial close. Built for prop firm
cBot
Grid
NAS100
+12
Michael Schumacher Fast Grid Champion
9.5%
ROI
14.67
Współczynnik zysku
5%
Maksymalny spadek
cBot
Grid
Indices
+10
HFT Grid Trading with Institutional-Grade Risk Management
2.32
Współczynnik zysku
16%
Maksymalny spadek
42.1M
Wolumen transakcji
6.13M
Zysk w pipsach
124
Sprzedaż
5.47K
Bezpłatne instalacje