Skip to main content

Debug a Signal

When a deployed signal 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?
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?
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 signal's debug information:

Navigation: Signal → Signal Dashboard → Signals AI → Forward Test / Algo Trade → click the strategy → More → Debug (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.