When a signal carries several targets, PipSync splits the position so each target owns a slice. Configure it per channel.
| Mode | Behaviour | Trade-off |
|---|---|---|
| Split evenly | One position per target, each sized to an equal share of the risk budget | Closest to what the provider intended; more positions to watch |
| First target only | One position, TP set to TP1 | Highest hit rate, smallest average win. The least surprising option |
| Last target only | One position aimed at the furthest target | Bigger swings, lower hit rate |
Entry ranges
A range like 2308 - 2312 is executed at the midpoint for market orders, or as a pending order at the near edge if the channel is set to use pending entries.
Follow-up messages
Messages like "TP1 hit, close half" are matched back to the position they belong to and applied as a partial close. The remainder keeps its stop and next target. Messages that cannot be matched to an open position are logged and never applied to a different trade.
If you are new to a provider, start with first target only. One position per signal makes the log readable while you learn how they write.