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
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": {
"basis_spread": {
"score": 1,
"value": -153.3
},
"funding": {
"score": 0.136,
"value": -1.362e-05
},
"gas": {
"score": 0.3,
"value": 0.038
},
"imbalance": {
"score": -0.373,
"value": 0.3136
...# Fetch this yourself:
curl -H "X-API-Key: YOUR_KEY" https://algotick.dev/v1/signals/composite?coin=BTCRelated 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.