What problem does it solve?
It removes guesswork from setting correct Take Profit and Stop Loss rules so your trading bot can close positions at the right times and with the right gating, direction, and price logic.
Core Features & Use Cases
- NextOrder TP/SL field reference: Define TP/SL direction, gate conditions (activates), additional placement gates (filters), and the order template with price and sizing.
- only_great control for stop-loss behavior: Support proper SL behavior by documenting when to set only_great=false so SL can trigger at a loss rather than only when in profit.
- Optimizer TP/SL multi-branch selection: Use TP Optimizer (select best among take_profits) and SL Optimizer (select best among stop_losses) including the backend-specific variant spelling (Futher).
Quick Start
Ask an agent to generate a BotGroupSetting JSON snippet that adds a Stop Loss and Take Profit using NextOrder, sets SL only_great=false, and places an activate gate with MarkPrice plus a percentage threshold.