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
| Symptom | Check first |
|---|---|
| No trades at all | Is 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 expected | Was 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/price | Check monitoring mode (LTP fires mid-candle) and order type (market orders fill with slippage) in Execution Settings |
| Live results differ from backtest | Usually 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 → More → Debug (clicking copies the details to your clipboard)



Contact support
Send to the AlgoTest Signals support group on Telegram:
- The copied Debug details
- Timestamp of the issue — when the signal fired (or should have)
- A screenshot of the chart with your indicator at that time
With these three things, support can usually pinpoint the root cause quickly.