get_emas
Retrieves EMA values for a trading symbol across specified periods, indicating whether price is above each EMA and the percentage distance, using live candlestick data.
Instructions
Valores actuales de EMAs sobre cierres de velas reales.
periods: lista separada por comas (p. ej. "20,50,200"). Devuelve por
periodo el valor de la EMA, si el precio está por encima, y la
distancia en %. DERIVADO de klines vivas — no es un dato del exchange.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| symbol | Yes | ||
| periods | No | 20,50,200 | |
| interval | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |