Overview
The Signals Server executes marketplace models as signals on demand. Given a subscribedmodel_id and a set of parameters (tickers, date range, frequency), it runs the model, waits for completion, and returns an output_url pointing to the signal result in Blob Storage.
Signal outputs are fully compatible with QuantLab pipeline inputs — pass them directly to run_po_job.
Connection
Planned Tools
| Tool | Description |
|---|---|
run_signal | Execute a subscribed marketplace model as a signal |
get_signal_history | Retrieve past signal execution results |
list_signals | List all available signal executions for your subscriptions |
Planned Output Format
Signal outputs will follow the sameoutput_url pattern as QuantLab:
output_url can be passed directly to QuantLab’s run_po_job as input_url.
Browse available models
Connect to the Marketplace Server to discover and subscribe to models while the Signals Server is in development.