Research and analysis¶
This guide covers prompts for retrieving market data, analysing trade history and performing research through an AI agent connected via Remote MCP.
Market data¶
Current prices¶
What are the current bid and ask prices for EURUSD?
Get live prices for EURUSD, GBPUSD and USDJPY.
Historical data¶
Get the last 24 hours of hourly candles for EURUSD.
Show me the daily candles for GBPUSD over the past 30 days.
Get 100 five-minute candles for XAUUSD.
Available periods: 1-minute, 2-minute, 3-minute, 4-minute, 5-minute, 10-minute, 15-minute, 30-minute, 1-hour, 2-hour, 3-hour, 4-hour, 6-hour, 8-hour, 12-hour, daily, weekly and monthly.
Price analysis¶
What is the current spread on EURUSD?
Compare the session high and low for EURUSD, GBPUSD and USDJPY.
Trade history¶
Deal history¶
Show me all my deals from the last 7 days.
How many trades did I make last month?
Performance analysis¶
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.
Order history¶
Show me all orders that were filled, cancelled, or expired in the
last 7 days.
Portfolio analysis¶
Position analysis¶
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?
Risk assessment¶
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.
Combining prompts¶
You can combine multiple requests in a single prompt for more complex analysis:
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.
Warning
The MCP server is a tool for AI-assisted trading and does not provide financial, investment, legal or tax advice. AI-generated actions may trigger real trades and result in losses. Users are solely responsible for verifying outputs, supervising strategies, securing credentials and using the MCP server at their own risk.