Trailing sell (recurring sell) manages exit orders after a BUY executes.

How it works

  1. BUY order fills (automated or manual)
  2. Backend creates a schedule order row
  3. Trailing logic adjusts sell price/time using callSellDuration, putSellDuration, and related settings
  4. SELL order placed when conditions met
Enable with isRecurringSell on options settings.

Dashboard

View and edit rows in Scheduled orders table.

Order types

Controlled by sellOrderType and market protection fields — typically MARKET with IOC for indices, LIMIT for stocks.

Dummy mode

In dummy mode, schedule orders update dummy collections without Kite API calls.