Indicadores a través del servidor MCP local¶
Esta guía cubre las herramientas básicas y ejemplos de prompts para añadir, ajustar y eliminar indicadores integrados en un gráfico a través del servidor MCP local de cTrader.
Consejo
Al iniciar una nueva sesión con su agente de IA, comience su solicitud con Using the cTrader local MCP server.... Esto ayuda a garantizar que el agente llame al servidor MCP en lugar de dirigir las solicitudes a la búsqueda web.
Añadir un indicador ¶
Add the RSI indicator to the active chart.
Add a 50-period Simple Moving Average to the active chart.
Add MACD with default settings to the active chart.
Actualizar los parámetros del indicador ¶
Change the period of the SMA on the active chart to 100.
Change the RSI period to 21 on the active chart.
Enumerar los indicadores en un gráfico ¶
What indicators are currently on the active chart?
Enumerar los indicadores disponibles ¶
What built-in indicators are available?
Eliminar un indicador ¶
Remove the RSI indicator from the active chart.
Remove all indicators from the active chart.
Combinación de solicitudes ¶
Add RSI and a 200-period SMA to the active chart and tell me
whether the current price is above or below the SMA.
Advertencia
El servidor MCP es una herramienta para operaciones asistidas por IA y no proporciona asesoramiento financiero, de inversión, legal o fiscal. Las acciones generadas por IA pueden desencadenar operaciones reales y resultar en pérdidas. Los usuarios son los únicos responsables de verificar los resultados, supervisar las estrategias, proteger las credenciales y usar el servidor MCP bajo su propio riesgo.