
This setting lets you choose where the Take Profit (TP) % is anchored:
This is especially useful for DCA / QFL / bounce strategies that add size on dips and want to exit quickly on rebounds.
Assist › Edit (or Create) › Exit → Take Profit Calculation Mode
You’ll see two radio buttons:
Pick one, then set your Take Profit Type (e.g., Fixed) and Take Profit %, and Save.
Tip: If you run multiple Assists, set the mode per Assist to match each strategy’s exit logic.
From Base Order:
TP trigger price = base_entry × (1 + TP%)
From Total Volume / Average Price:
TP trigger price = avg_entry × (1 + TP%)
where avg_entry = Σ(price × qty) ÷ Σ(qty) using all filled orders (Base + Extra).