Has anyone actually connected an AI agent to a live broker account yet?
cTrader released native MCP server support and I've been going back and forth on whether to actually use it on a live account. The part that has me thinking is how it layers on top of existing cBots and indicators. You could in theory prompt an agent to sweep a parameter range or adjust a running position mid-session without touching the UI at all. That's useful but it also means the failure modes are less obvious than with a traditional bot.
For anyone who's already connected AI agents to broker APIs through other platforms - how did you handle position sizing logic and error states when the agent misreads market context? And did you run it on a demo account for long before going live? Trying to figure out where the real friction is before I commit to testing this properly.