Skip to main content

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

Setup execution in saved signals

Execution settings panel

Settings reference

SettingWhat it controls
Quantity / MultiplierThe position size each signal trades
Trade MonitoringWhen 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 TypeMarket (immediate fill, possible slippage) or Limit (price control, possible non-fill)
Exit Order TypeSame choice for exits
BuffersPrice buffer added to limit orders to improve fill probability
DelaysOptional delay between signal and order placement
Monitoring FrequencyHow often the system checks your conditions
Auto Square-OffForce-closes open positions at a set time (e.g., before market close) regardless of exit conditions — a key intraday safety net
Execution DaysRestrict 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