Indicators
This endpoint retrieves a list of indicators that are offered as entry or exit conditions when calling the "Creating New Bot" endpoint.
Get List of Indicators
GET
https://api.aitrade.com/api/indicators
Query Params
None
Available Indicators
Below are the indicators provided by the API along with their key features:
The values specified are default
Bollinger Band
period_num
: 20Standard deviations: 2 for both upper and lower bands
EMA (Exponential Moving Average)
period_num
: 50Smoothing factor: 9
is_compulsory: 0
Stochastic RSI
period_num
: 14Lower and upper bounds: 18.5 and 81.5, respectively
is_compulsory: 0
RSI (Relative Strength Index)
period_num
: 14Lower and upper thresholds for overbought/oversold conditions: 30 and 70, respectively
is_compulsory: 0
MACD (Moving Average Convergence Divergence)
period_num
: 12 and 26 for the two EMAs with a signal line smoothing of 9is_compulsory:
Volume
period_num
: 2Indicates volume changes over a minimal period
is_compulsory: 0
You should call this endpoint and display the results (the various indicators) in the bot's entry and exit conditions.
Response
Last updated