Find the exit price that turns a chosen profit target into reality for a given entry price and position size.
Given your entry price, position size, and a target profit, this calculator solves for the exit price that produces it. Profit per unit is the price distance between exit and entry, so the required distance is your profit target divided by the quantity — added to entry for a long, subtracted for a short.
Long: Take-profit price = Entry + Target profit / Quantity
Short: Take-profit price = Entry − Target profit / Quantity
Price move % = (Take-profit price − Entry) / Entry × 100The result ignores trading fees and funding. To net your target exactly, add expected fees to the profit target before calculating.