Skip to main content

Debug a Strategy

When a deployed strategy doesn't behave as expected, work through this page before contacting support — and if you do need support, it tells you exactly what to send so you get a fast answer.

Common symptoms and first checks

SymptomCheck first
No trades at allIs the strategy in Listening state (not paused)? Is your broker logged in today (NSE/BSE)? Did your entry condition actually become true (Entry & Exit Logs)?
Missed a trade you expectedWas the Max Concurrent / Max per Day limit already hit? Was the condition true on candle close, or only mid-candle? (evaluation modes)
Entry at an unexpected time/priceCheck monitoring mode (LTP fires mid-candle) and order type (market orders fill with slippage) in Execution Settings
Live results differ from backtestUsually expected to a degree — see why results differ

Collect debug details

If the checks above don't explain it, copy the strategy's debug information:

Navigation: Signal → Signal Dashboard → Indicator → Forward Test / Algo Trade → click the strategy → MoreDebug (clicking copies the details to your clipboard)

Signal dashboard

Strategy more options

Debug option copies strategy details

Contact support

Send to the AlgoTest Signals support group on Telegram:

  1. The copied Debug details
  2. Timestamp of the issue — when the signal fired (or should have)
  3. A screenshot of the chart with your indicator at that time

With these three things, support can usually pinpoint the root cause quickly.