TradeCopierBot
cBot
6 lượt mua
Phiên bản 1.0, Dec 2025
Windows, Mac, Mobile, Web
Ảnh "TradeCopierBot" được tải lênẢnh "TradeCopierBot" được tải lên
42.09M
Khối lượng đã giao dịch
6.13M
Pip đạt được
101
Lượt bán
4.77K
Cài đặt miễn phí

🚀 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)



Hồ sơ giao dịch
0.0
Đánh giá: 0
Đánh giá của khách hàng
Sản phẩm này chưa có đánh giá nào. Bạn đã dùng thử chưa? Hãy là người đầu tiên chia sẻ với mọi người!
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

Sản phẩm khác của tác giả này

Chỉ báo
NAS100
NZDUSD
Martingale
+26
Read aggressive flow in real time. Flexible resets (Day/Week/Month), optional EMA smoothing, and non-repainting cumulati
cBot
NAS100
NZDUSD
Martingale
+26
The Prop-Ready Bot The Definitive Automaton for Challenges 🛡️ V2.0
Chỉ báo
Grid
NZDUSD
XAUUSD
+16
Editions: Free (core VWAP + bands) · Pro (multi‑VWAP, click‑to‑anchor, alerts).
cBot
Grid
NAS100
RSI
+20
A price-action-first algorithm to trade Breakout, Approach, and Return around prior High/Low levels—with Prop-style risk
Chỉ báo
NAS100
NZDUSD
Martingale
+26
Volume Bubbles is a lightweight yet powerful visual indicator for cTrader
cBot
Grid
Indices
XAUUSD
+7
Breakout scalping with prop-firm grade equity control.
cBot
NAS100
NZDUSD
Martingale
+26
N.B.: Results with an initial invested capital of 100 euros.
cBot
NAS100
NZDUSD
Martingale
+26
The Elliott Wave Pro Bot is a sophisticated and highly configurable algorithmic trading system
Chỉ báo
NAS100
NZDUSD
Martingale
+26
Breakout Channels automatically detects consolidation ranges and highlights when price breaks out of them.
cBot
NAS100
NZDUSD
Martingale
+26
Major Update Announcement: Advanced Prop Firm Risk Management is Here! 🚀
Chỉ báo
NAS100
NZDUSD
Breakout
+14
ZigZag Free is a clean swing-detection tool that marks significant pivot highs/lows
cBot
NAS100
Indices
XAUUSD
+7
Institutional COT sentiment, automated position trading and full prop-firm style risk control – all in one cBot.

Bạn cũng có thể thích

cBot
NAS100
NZDUSD
Martingale
+26
AILevelTrader — Multi-AI Consensus Trading Bot 11 AI providers. One consensus. Prop Firm Ready.
1.9
Hệ số lợi nhuận
4%
Mức sụt giảm tối đa
cBot
NAS100
Indices
XAUUSD
+9
WTI Adaptive Flow Strategy QUANT HFT
8.4%
ROI
1.12
Hệ số lợi nhuận
33.94%
Mức sụt giảm tối đa
cBot
XAUUSD
ATR
Forex
+2
A powerful trend-following algorithm designed for precision trading with high-probability entries in trending markets.
5714.5%
ROI
1.33
Hệ số lợi nhuận
41.1%
Mức sụt giảm tối đa
cBot
Commodities
Signal
(XAUUSD) Phalanx automatically detects key Support & Resistance zones and trades precise bounces with defined risk.
9.2%
ROI
1.51
Hệ số lợi nhuận
17.91%
Mức sụt giảm tối đa
cBot
Crypto
BTCUSD
CBOT FTH BTCUSD M5 is an automated trading bot using trend-following
7.9%
ROI
1.64
Hệ số lợi nhuận
0.74%
Mức sụt giảm tối đa
cBot
ATR
MACD
Bollinger
GHS Hunter is a rules-based confluence cBot that hunts for liquidity sweeps around key fractal support and resistance.
1.3
Hệ số lợi nhuận
51.87%
Mức sụt giảm tối đa
cBot
Breakout
ATR
Forex
+2
USDJPY M15 cBot for $1,000 accounts with auto-scaling, pyramiding and multi-layer risk control.
7.1%
ROI
2.25
Hệ số lợi nhuận
31.33%
Mức sụt giảm tối đa
cBot
NAS100
Indices
RSI
+2
NAS100 Breakout cBot with Predefined Trading Modes (Family / City / Sport / Race)
7.1%
ROI
2.33
Hệ số lợi nhuận
19.61%
Mức sụt giảm tối đa
cBot
VWAP
XAUUSD
Breakout
+3
Gold Profit Scalper Machine
7.3%
ROI
4
Hệ số lợi nhuận
2.5%
Mức sụt giảm tối đa
cBot
Breakout
Forex
EURUSD
Structured EURUSD breakout strategy with fixed risk management and controlled drawdown.
12.2%
ROI
1.96
Hệ số lợi nhuận
8.14%
Mức sụt giảm tối đa
Logo "NAS100_Trading_Robot_2"
Phổ biến
Thử miễn phí
$ 45
/
$55
cBot
NAS100
Indices
RSI
+3
** Fully Automated Trend-Following cBot for NASDAQ 100 (US Tech 100) — Built for cTrader **
42%
ROI
2.58
Hệ số lợi nhuận
14.3%
Mức sụt giảm tối đa
Logo "Q2 System"
Thử miễn phí
4.0
(1)
$ 59
/
$99
cBot
NAS100
Indices
Breakout
Nasdaq symbol specialization • Breakout trading mechanism • Core London session strategy concept
1.49
Hệ số lợi nhuận
25.05%
Mức sụt giảm tối đa
42.09M
Khối lượng đã giao dịch
6.13M
Pip đạt được
101
Lượt bán
4.77K
Cài đặt miễn phí