Indicators
This endpoint retrieves a list of indicators that are offered as entry or exit conditions when calling the "Creating New Bot" endpoint.
Last updated
This endpoint retrieves a list of indicators that are offered as entry or exit conditions when calling the "Creating New Bot" endpoint.
Last updated
{
"code": 200,
"message": "Success",
"indicators": [
{
"id": 1,
"name": "Bollinger Band",
"description": null,
"period_num": 20,
"value2": 2,
"value3": 2,
"value4": null,
"value5": null,
"value6": null,
"updated_at": null,
"created_at": null
},
{
"id": 2,
"name": "EMA",
"description": null,
"period_num": 50,
"value2": 9,
"value3": null,
"value4": null,
"value5": null,
"value6": null,
"updated_at": null,
"created_at": null
},
{
"id": 3,
"name": "Stochastic RSI",
"description": null,
"period_num": 14,
"value2": 18.5,
"value3": 81.5,
"value4": 1,
"value5": 18.5,
"value6": 81.5,
"updated_at": null,
"created_at": null
},
{
"id": 4,
"name": "RSI",
"description": null,
"period_num": 14,
"value2": 30,
"value3": 70,
"value4": 1,
"value5": 25,
"value6": 75,
"updated_at": null,
"created_at": null
},
{
"id": 5,
"name": "MACD",
"description": null,
"period_num": 12,
"value2": 26,
"value3": 9,
"value4": null,
"value5": null,
"value6": null,
"updated_at": null,
"created_at": null
},
{
"id": 6,
"name": "Volume",
"description": null,
"period_num": 2,
"value2": 0,
"value3": 0,
"value4": null,
"value5": null,
"value6": null,
"updated_at": null,
"created_at": null
}
]
}{
"code": 401,
"success": false,
"message": "Unauthenticated."
}