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 https://algotick.dev/v1/signals/composite?coin=BTC
Endpoint: /v1/signals/composite?coin=BTC
Explore the API →

Current Composite Trading Signal data from the Algo Tick API:

{
  "methodology": "Weighted: imbalance(30%) + funding(25%) + basis(20%) + momentum(15%) + gas(10%)",
  "signals": [
    {
      "coin": "BTC",
      "components": {
        "funding": {
          "score": -0.017,
          "value": 1.67e-06
        },
        "gas": {
          "score": 0.3,
          "value": 0.1385
        },
        "imbalance": {
          "score": 0.604,
          "value": 0.802
        },
        "momentum_5m": {
          "score": -0.061,
          "value": -0.1222
     ...
# Fetch this yourself:
curl 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.

Explore API →

Continue the Research

📚 Learn🔬 Methodology🎓 Academy📁 Data Library