Skip to main content
MimikTrader
PricingFAQ
LoginSign up
All Articles
Getting Started
  • What is MimikTrader?
  • Quick Start Guide
  • Connect Your Tradovate Account
  • Setting Up Copy Groups
Connections & Brokers
  • Supported Brokers & Platforms
  • Using NinjaTrader Accounts
  • Reconnect, Reauthorize & Remove Accounts
  • Supported Futures Contracts
Copy Groups & Leaders
  • Leaders & Followers
  • Symbol Restrictions on Copy Groups
Trade Copying Behavior
  • How Trade Copying Works
  • TradingView Webhook Strategies
  • Position Sizing
  • OCO Bracket Orders
  • Cross-Contract Copying
  • Position Flips & Reversals
  • Partial Fills & Copying
  • Closing Positions & Flatten
Risk Management
  • Risk Management Overview
  • Daily Loss Limits & Profit Targets
  • Weekly Loss Limits & Profit Targets
  • Trailing Drawdown Protection
  • Position Limits & Account Risk Rules
  • Auto-Flatten & Account Locking
Journal & Reports
  • Trading Journal: Automatic Capture
  • Reports & Analytics Guide
  • Journal Numbers Look Wrong?
Notifications, Billing & Account
  • Notifications & Alerts
  • Plans, Billing & Trials
  • Account Access & Security
Troubleshooting & Support
  • Trades Not Copying
  • Tradovate API Rate Limits
  • Connection Issues
  • Rejected Orders Explained
  • Hedging Prevention
  • Follower Position Doesn't Match
  • TP/SL Changes Didn't Apply
  • Can't Log In or Locked Out?
  • Contact Support
  • Frequently Asked Questions
HelpTrade Copying BehaviorPosition Sizing

Position Sizing: How Follower Multipliers Work

Control exactly how many contracts each follower trades relative to the leader using a single sizing multiplier.

5 min read

MimikTrader sizes every follower order using a single mechanism: a per-follower sizing multiplier. There is no separate “fixed quantity” mode and no per-order contract cap — the multiplier is the only sizing control, and it is configured on the follower's settings within your copy group.

Note
This is intentional, not a limitation. MimikTrader uses proportional scaling with no artificial ceiling, the way other professional trade copiers size followers. Your account's own risk rules — daily loss limit, trailing drawdown, and the other protections described in Risk Management Overview — are what keep exposure in check, not a contract cap.

The Multiplier Formula

When the leader opens or adds to a position, the follower's order quantity is calculated as:

followerQty = max(1, ceil(leaderQty × multiplier))

Two things matter here. First, the result is rounded up to the nearest whole contract (ceiling, not nearest or floor) — a follower never receives a fractional contract, and a small multiplier never rounds down to zero. Second, the minimum result is always 1 contract. If the multiplier math produces less than 1, the follower still opens with exactly 1 contract rather than being skipped.

Warning
The multiplier accepts decimal values from 0.1 up to 100, in steps of 0.1. Within that range MimikTrader does not clamp the resulting follower quantity to a maximum — a high multiplier combined with a large leader order will produce a proportionally large follower order, so size your multiplier with your account's actual risk tolerance in mind, and rely on your daily loss limit and trailing drawdown settings as the backstop.

Worked Examples

Multiplier = 1.0 (mirror the leader)

A multiplier of 1.0 means the follower trades the same size as the leader on every opening trade.

  • Leader buys 1 → ceil(1 × 1.0) = 1 → Follower buys 1
  • Leader buys 3 → ceil(3 × 1.0) = 3 → Follower buys 3
  • Leader buys 10 → ceil(10 × 1.0) = 10 → Follower buys 10

Multiplier = 0.5 (half size)

A multiplier below 1.0 scales the follower down. Because the result rounds up, small leader quantities do not disappear.

  • Leader buys 1 → ceil(1 × 0.5) = ceil(0.5) = 1 → Follower buys 1
  • Leader buys 2 → ceil(2 × 0.5) = ceil(1.0) = 1 → Follower buys 1
  • Leader buys 3 → ceil(3 × 0.5) = ceil(1.5) = 2 → Follower buys 2
  • Leader buys 6 → ceil(6 × 0.5) = ceil(3.0) = 3 → Follower buys 3

Notice that leader quantities of 1 and 2 both round up to a follower quantity of 1 — the ceiling rounds any fractional result up, so the follower is never left with a zero-size order because of a small multiplier.

Multiplier = 2.0 (double size)

A multiplier above 1.0 scales the follower up, uncapped.

  • Leader buys 1 → ceil(1 × 2.0) = 2 → Follower buys 2
  • Leader buys 3 → ceil(3 × 2.0) = 6 → Follower buys 6
  • Leader buys 5 → ceil(5 × 2.0) = 10 → Follower buys 10

Rounding-Up Behavior

MimikTrader always rounds the multiplier result up to the next whole contract (ceiling), never to the nearest whole number and never down. This means a fractional result like 1.1 becomes 2, and 0.2 becomes 1. It also guarantees the floor: even the smallest allowed multiplier (0.1) still produces at least 1 contract on the follower, because the formula's outer max(1, …) enforces a minimum of 1.

Where to Configure It

The sizing multiplier is set per follower account from the Risk Management page — each follower can use a different multiplier, so you can run a full-size leader alongside a half-size follower and a double-size follower in the same group. Multipliers accept decimals from 0.1 to 100 in 0.1 steps (for example 0.5, 1.5, or 2.5).

Micro/Mini Cross-Contract Sizing

The multiplier controls quantity only — it does not automatically adjust for a symbol swap. If a follower is configured for cross-contract copying (trading MNQ when the leader trades NQ, or MES when the leader trades ES), the multiplier still applies to the raw contract count, not the dollar exposure.

Since a micro contract is typically 1/10th the point value of its mini/full-size counterpart, a multiplier of 1.0 on a cross-contract follower will copy the same number of contracts but at roughly 1/10th the dollar exposure. To approximate equivalent exposure on a micro follower, you generally want a larger multiplier (for example, around 10.0 to offset a 10:1 point-value ratio) rather than 1.0. See the Cross-Contract Copying article for the full list of supported micro/mini pairs (including NQ/MNQ and ES/MES) and their point-value ratios.

Tip
To keep a follower as small as possible, set the minimum multiplier, 0.1. While the leader trades up to 10 contracts the follower stays at a single contract (ceil(10 × 0.1) = 1); it scales to 2 only once the leader exceeds 10.

How Sizing Interacts with Close Operations

The multiplier only applies to opening and adding trades. When the leader closes or reduces a position, MimikTrader does not re-run the multiplier formula — it uses proportional ratio math against the follower's actual current position instead. This is a critical distinction: closing behavior always matches the follower's real position, not a recalculated multiplier value.

Proportional Close

When the leader reduces a position (but is not yet flat), the follower closes the same proportion of its own position. When the leader's position reaches zero, the follower's entire remaining position in that contract is closed — no proportional math is needed, the follower is simply flattened to match the leader's flat state.

Related Articles

  • Position Limits & Account Risk Rules
  • Cross-Contract Copying
  • Risk Management Overview
  • Setting Up Copy Groups
MimikTrader

Futures trade copier with built-in risk enforcement for prop firm traders running multiple accounts.

info@mimiktrader.com

Product

  • Trade Copier
  • Risk Management
  • Trading Journal
  • TradingView Automation
  • Pricing
  • FAQ
  • Log in

Brokers

  • Tradovate
  • NinjaTrader
  • Rithmic
  • ProjectX

Prop firms

  • Apex Trader Funding
  • Topstep
  • MyFundedFutures
  • Tradeify
  • Alpha Futures
  • Lucid
  • Bulenox
  • Take Profit Trader
  • All prop firms

Resources

  • Futures trade copier
  • Prop firm trade copier
  • Prop firm risk management
  • Free calculators
  • Consistency rule
  • Multiple accounts
  • Cloud trade copier
  • Help center
  • Glossary
  • Blog

Legal

  • Terms
  • Privacy
  • Risk disclosure
  • Contact

© 2026 MimikTrader. All rights reserved.

The R | Protocol API™ software is Copyright © 2026 by Rithmic, LLC. All rights reserved.

Futures trading involves substantial risk. MimikTrader is a software platform, not a broker, financial adviser, signal provider, or guarantee against losses.