通过本地 MCP 服务器进行市场分析¶
本指南涵盖了通过 cTrader 本地 MCP 服务器检索市场数据、分析交易历史和执行研究的基本工具和提示示例。
提示
在与您的 AI 代理开始新会话时,请以 Using the cTrader local MCP server... 开始您的提示。 这有助于确保代理调用 MCP 服务器,而不是将请求路由到网络搜索。
市场数据 ¶
现价 ¶
What are the current bid and ask prices for EURUSD?
Get live prices for EURUSD, GBPUSD and USDJPY.
历史数据 ¶
Get the last 24 hours of hourly candles for EURUSD.
Show me the daily candles for GBPUSD over the past 30 days.
注意
每个历史数据请求最多返回 1,000 个柱形图。 代理将通过多个请求分页获取更长的历史记录。
Get 100 five-minute candles for XAUUSD.
注意
可用周期:m1、m5、m15、m30、h1、h4、d1、w1、mn1。
价格分析 ¶
What is the current spread on EURUSD?
Compare the session high and low for EURUSD, GBPUSD and USDJPY.
新闻 ¶
Show me the latest market news.
交易历史 ¶
成交历史 ¶
Show me all my deals from the last 7 days.
How many trades did I make last month?
表现分析 ¶
Analyse my trading performance over the last 30 days: total deals,
total volume, and fill rate.
Show me my deal history for this week and calculate the total
commission paid.
订单历史 ¶
Show me all orders that were filled, cancelled, or expired in the
last 7 days.
投资组合分析 ¶
持仓分析 ¶
Show me all my open positions with their unrealised P&L, and
calculate the total.
Which of my open positions has the largest unrealised loss?
What is my total exposure in EURUSD across all open
positions?
风险评估 ¶
Check my current margin usage. What percentage of my equity is
free margin?
If EURUSD drops 100 pips, estimate the impact on my open
positions.
指标分析 ¶
您还可以向图表添加指标并读取其计算值。
What are the current RSI and MACD values on the active chart?
Is RSI overbought or oversold?
Add a 50-period SMA to the active chart and tell me whether
the current price is above or below it.
请参阅有关管理指标的详细提示。
组合提示 ¶
您可以在单个提示中组合多个请求以进行更复杂的分析:
Get my account balance, list all open positions with their P&L,
and tell me which positions I should consider closing based on risk.
Pull the last 24 hours of hourly candles for EURUSD, summarise
the trend, and check if I have any open positions that might
be affected.
警告
MCP 服务器是一个 AI 辅助交易工具,不提供财务、投资、法律或税务建议。 AI 生成的操作可能会触发实际交易并导致亏损。 用户全权负责验证输出、监督策略、保护凭证安全以及自行承担使用 MCP 服务器的风险。