Execution Settings
Execution settings define how your strategy trades once deployed: how much, with what order types, how signals are monitored, and what safety nets apply. You configure them once per strategy before live deployment — no daily setup needed.
Navigation: Signal → Signal Dashboard → Indicator → Saved Signals → Setup Execution


Settings reference
| Setting | What it controls |
|---|---|
| Quantity / Multiplier | The position size each signal trades |
| Trade Monitoring | When conditions are evaluated: on every price tick (LTP) or only when a candle completes (Candle Close). Candle Close avoids intra-candle false triggers; LTP reacts faster |
| Entry Order Type | Market (immediate fill, possible slippage) or Limit (price control, possible non-fill) |
| Exit Order Type | Same choice for exits |
| Buffers | Price buffer added to limit orders to improve fill probability |
| Delays | Optional delay between signal and order placement |
| Monitoring Frequency | How often the system checks your conditions |
| Auto Square-Off | Force-closes open positions at a set time (e.g., before market close) regardless of exit conditions — a key intraday safety net |
| Execution Days | Restrict trading to specific weekdays or days-to-expiry (DTE) |
tip
For most beginners: Market orders, Candle Close monitoring, and Auto Square-Off enabled is the simplest, safest starting configuration.
Video walkthrough
For a guided setup, watch: Execution Settings walkthrough
Next steps
- Forward test with these settings before going live
- Deploy live once you're confident