Default
Aggregate Indicators
Get aggregate signal of multiple technical indicators such as MACD, RSI, Moving Average v.v. A full list of indicators can be found <a href="https://docs.google.com/spreadsheets/d/1MWuy0WuT2yVlxr1KbPdggVygMZtJfunDnhe-C0GEXYM/edit?usp=sharing" target="_blank">here</a>.
get/scan/technical-indicator
Query parameters
symbolstring required
symbol
resolutionstring required
Supported resolution includes <code>1, 5, 15, 30, 60, D, W, M </code>.Some timeframes might not be available depending on the exchange.
Response
successful operation
Example response
{
"trend": {
"trending": true,
"adx": 5.962134
},
"technicalAnalysis": {
"count": {
"buy": 0,
"sell": 1,
"neutral": 6
},
"signal": "signal"
}
}