Signal Analyzer

Signal Analyzer for Indicator Diagnostics and Rule Design

Inspect signals, thresholds, and indicator behavior before wiring them into strategies, tactical rules, or saved research objects.

Signal Analyzer is the bridge between raw indicator logic and a reusable strategy definition.

This page covers the inspection workflow: how to review indicator construction, threshold behavior, and signal output before wiring it into a strategy.

What this workflow supports

  • Indicator inspection before strategy assembly.
  • Threshold and regime debugging.
  • Understanding how a signal behaves across time windows.

Why it matters

Good backtests often fail because the rule primitives were never inspected directly. Signal Analyzer exists to make that debugging step explicit.

What to review

  • Signal construction and parameter choices.
  • The exact threshold or comparison logic.
  • How the signal behaves across different historical regimes.

Natural follow-on routes

  • Signals docs for definitions.
  • Strategy Builder for rule-based switching.
  • Gallery for reusable strategy examples.

FAQ

Is Signal Analyzer only useful for tactical strategies?

No. Any workflow that depends on explicit indicator logic benefits from direct inspection before the signal is embedded deeper in a strategy.

Related Pages