Skip to content

Composite Trading Signal

A multi-factor directional signal that combines multiple data sources (momentum, funding, volatility, order flow, whale activity) into a single score ranging from -1.0 (strongly bearish) to +1.0 (strongly bullish). The composite signal accounts for regime context and adjusts factor weights based on market conditions.

Definition

A multi-factor directional signal that combines multiple data sources (momentum, funding, volatility, order flow, whale activity) into a single score ranging from -1.0 (strongly bearish) to +1.0 (strongly bullish). The composite signal accounts for regime context and adjusts factor weights based on market conditions.

Live Data Example </> API
# Composite Trading Signal live data
$ curl command:
curl -H "X-API-Key: YOUR_KEY" https://algotick.dev/v1/signals/composite?coin=BTC
Endpoint: /v1/signals/composite?coin=BTC
Get your API key →

Current Composite Trading Signal data from the Algo Tick API:

{
  "signals": [
    {
      "coin": "BTC",
      "composite_score": -0.0331,
      "components": {
        "imbalance": {
          "value": 0.7715,
          "score": 0.543
        },
        "funding": {
          "value": 1.25e-05,
          "score": -0.125
        },
        "basis_spread": {
          "value": 142.35,
          "score": -1.0
        },
        "momentum_5m": {
          "value": 0.0704,
          "score": 0.035
        },
        "gas": {
          "value": 0.559,
        ...
# Fetch this yourself:
curl -H "X-API-Key: YOUR_KEY" https://algotick.dev/v1/signals/composite?coin=BTC

Related Terms

Don't just stare at the dashboard. Automate it.

Every metric on this page is available via our sub-millisecond API.
Build trading bots, backtest strategies, and power AI agents with institutional-grade data.

Get API Key →