Scheduled orders (trailing sells) appear in the Schedule order table on options order pages.

What they are

When a BUY fills, the backend may create a schedule order row that tracks trailing sell logic — adjusting exit price/time based on index settings (callSellDuration, putSellDuration, etc.).

Viewing orders

Open an index tab → scroll to the schedule order section. Rows show:
  • Side (CALL/PUT)
  • Strike and quantity
  • Trailing parameters and status
  • Link to parent buy order

Live updates

The table refreshes automatically when new schedule orders are placed (fetchScheduleOrderData socket event).

Editing

Admins can update rows via the table actions (calls PUT /scheduleOrder/:id).