Nexus Copier Nexus Copier full manual on a single page
✂️

Tab: Partial Close

Define how much of the position to close at each Take Profit level

TP Close Mode

Default: BY_PERCENTAGE

Determines how partial closes are calculated when each TP level is hit:

  • BY_PERCENTAGE — Close a percentage of the total position at each TP level (e.g. 25% at TP1, 50% at TP2, etc.).
  • BY_POSITIONS — Close a specific number of grid orders at each TP level (e.g. close 1 order at TP1, close 2 orders at TP2).

Percent Close at TP1 – TP10

Default: 25/30/25/20/0/0/0/0/0/0

The percentage of the position to close when each Take Profit level is reached. Active when TP Close Mode = BY_PERCENTAGE.

💡 Example: TP1=25%, TP2=30%, TP3=25%, TP4=20% = 100% total. The position is closed in 4 steps. TP1 secures 25%, TP2 takes 30% more profit, and so on until fully closed at TP4.
⚠️ Rule: The non-zero values should sum to exactly 100%. Leaving trailing values at 0 is valid — it means no partial close occurs at those TP levels.

Positions Close at TP1 – TP10

Default: 1/1/0/0/0/0/0/0/0/0

Number of individual grid orders to close when each TP level is hit. Active when TP Close Mode = BY_POSITIONS.

💡 Example: Total Orders = 5. TP1=1, TP2=2, TP3=2: at TP1 close 1 order (20% of position), at TP2 close 2 more (60% total), at TP3 close the remaining 2 (100%).

Cancel Pending Orders at TP

Default: 1

Which TP level triggers automatic cancellation of all remaining pending grid orders. Prevents unfilled pending orders from being triggered later when you no longer want them.

💡 Example: Set to 1: as soon as TP1 is hit, all pending orders that were never filled are automatically cancelled. This prevents later entries into a trade that has already started closing.

Auto Adaptive TP Close

Default: false

When enabled, automatically distributes the close percentages evenly across the active TP levels from the received signal. Overrides the manual Percent Close at TP1–TP10 values.

💡 Example: Signal has 4 TP levels. Auto Adaptive sets each to 25% automatically. Signal has 2 TP levels → 50% each.

Use Server TP Profiles

Default: false

When enabled, the EA overrides its local TP close settings with profiles received from the NexusServer. Allows centralized TP management — update the server profile once and all EAs using this setting update automatically without needing to change MT5 inputs.

☰ All chapters