Back to MCP catalog
get_current_signal_stateEvaluate a strategy's entry/exit conditions against the most recent market data.
Area
Diagnostics
Group
Diagnostics
Access
Read
Risk
Read-only
Details
Full description
Details
Evaluate a strategy's entry/exit conditions against the most recent available market data. Useful for assessing signal state before promoting to paper trading.
Returns — symbol, resolution, last_bar_time, warmup_bars, ready (bool), indicators, legacy entry_firing (bool), directional entry_firings (list of {rule_id, direction, name, firing}), entry_conflict (bool), exits, and warnings.
Params — lookback_bars is history beyond warmup (default 500).
get_current_signal_state(strategy_id)
Operates on
Builder objects this tool reads or produces, linked to their reference pages.
Capabilities
Bounded options and operating modes surfaced above the full JSON schema.
No bounded capability options are declared for this tool.
Required Inputs
FieldTypeDescription
strategy_idstringStrategy ID to evaluateOptional Inputs
FieldTypeDescription
lookback_barsintegerHow many bars of history to use for indicator warmup + evaluation