Direct answer: what “Follower” means in forex
In forex copy trading, a Follower is the side that receives and executes trade actions that originate from another account (often called the source or leader). The key idea is copy-execution: when the source opens, closes, or modifies a position, the follower system translates those actions into corresponding orders for the follower’s account.
This translation is not a promise of the same result. It depends on inputs (what gets copied), mapping rules (how quantities, instruments, and parameters are converted), and execution conditions (how and when orders are filled).
Mechanics: a simple model of how Follower works
A straightforward way to understand Follower is as a pipeline with four stages: event detection → mapping → order execution → outcome recording.
- Event detection (what happens on the source side) A follower system monitors the source account for trade-related events, such as:
- opening a position
- closing a position (fully or partially)
- changing key trade parameters (where supported)
The follower does not “predict” the market. It reacts to events that have already occurred or have been signaled by the source platform.
- Mapping (how the follower converts source actions into its own orders) The follower then converts the source event into follower-specific orders using mapping rules. Common mapping inputs include:
- Instrument mapping: whether the follower can trade the same currency pair as the source, or whether a mapping is used.
- Quantity scaling: follower may use a fixed lot size, a ratio, or a proportional sizing method.
- Risk and order parameters: settings such as slippage tolerance (if available), order types, and how stop-loss or take-profit instructions are represented.
If any mapping input cannot be applied (for example, the follower account does not support a matching instrument), the system typically needs a defined fallback behavior. The details vary by provider, so independent verification matters.
- Order execution (how orders become fills) After mapping, the follower submits orders to the market through its brokerage connection. Results depend on execution factors such as:
- order placement time relative to the source event
- bid/ask spread at the moment of execution
- partial fills and re-quotes
- latency (time delay between detection and execution)
Even if the follower submits an order immediately after detecting the source event, the follower execution price and filled quantity can differ.
- Outcome recording (how results are measured and displayed) Finally, the follower records the resulting position changes in the follower account. This includes tracking:
- realized and unrealized profit/loss based on executed fills
- fees, commissions, and financing effects if applicable
- account-level constraints (margin usage, available balance)
Evidence via a worked example (with assumptions stated)
Because no real-time prices are assumed here, consider a hypothetical example with explicit assumptions.
Assumptions
- The source opens a buy position on a currency pair.
- The follower is configured to scale the lot size using a fixed ratio.
- Both accounts trade the same pair, but execution is not perfectly simultaneous.
- The follower and source have the same fee rates for simplicity (in practice, they often differ).
Example sequence
- At time T0, the source opens a position of size S_source.
- The follower detects the event at a later time T0 + Δt.
- Mapping applies the configured scaling, producing S_follower.
- At execution time, the ask price differs slightly from the source’s perceived entry price due to movement and spread.
- The broker fills the follower order at its available market prices, potentially with partial fills.
- The follower account updates the position: entry price is the follower’s executed fill price, and profit/loss accrues based on subsequent market ticks.
What you can verify independently Even without live data, the structure tells you what to check when you read logs or statements from a provider:
- whether the follower created an order corresponding to the source event
- the mapped quantity (how S_follower was computed)
- the actual fill prices and whether they differ from the source entry
- the timestamps (to assess Δt and execution timing differences)
- whether fees and financing were applied similarly
Limitations and risks: where Follower can fail or differ
A material limitation of Follower copy-execution is that it is mechanically coupled to execution. Market and provider conditions can cause differences even when the mapping is correct.
1) Execution timing and price differences
Follower relies on detecting and submitting orders after the source event. Small delays can lead to different fill prices, especially in fast markets. Historical relationships between source behavior and follower results do not guarantee future outcomes.
2) Partial fills, re-quotes, and order rejections
Orders may not fill exactly as requested. Partial fills can cause the follower to end up with multiple fills over time rather than one fill. If an order is rejected (for example due to account constraints), the follower may not fully replicate the source action.
3) Account constraints and margin availability
If the follower account lacks sufficient margin or available balance for the mapped position size, the execution may be reduced or blocked. This can lead to a partial or missing replication.
4) Instrument and parameter mismatches
If the source trades an instrument the follower cannot map, or if the follower cannot replicate certain order instructions, the system must use a fallback approach. Without confirming the provider’s documented behavior, you cannot assume exact replication.
Verification: what to check before you rely on the mechanism
To independently verify how a given Follower implementation works, focus on inputs, mapping rules, and outputs rather than on promises.
- Event mapping: confirm which source actions are copied (opens, closes, modifications) and under what conditions.
- Sizing rules: verify how the follower computes follower quantity from the source quantity and which parameters are configurable.
- Execution and costs: check where fees, commissions, spreads, and financing are reflected in follower results.
- Failure behavior: look for documented handling of rejections, insufficient funds, partial fills, and unsupported instruments.
A useful next question to pursue is: Which exact events are eligible to be copied, and what are the documented behaviors when copying cannot be performed exactly?