ローカルMCPサーバー経由の口座管理¶
このガイドでは、cTraderローカルMCPサーバーを通じて取引口座を監視および管理するための基本的なツールとプロンプト例について説明します。
ヒント
AIエージェントとの新しいセッションを開始する際は、プロンプトを cTraderローカルMCPサーバーを使用して... で始めてください。 これにより、エージェントがWeb検索にリクエストをルーティングする代わりにMCPサーバーを呼び出すことが保証されます。
口座の概要 ¶
口座ステータスの全体像を取得します:
Give me a summary of my account including balance, equity, free
margin, and the number of open positions and pending orders.
口座のリスト表示 ¶
List all my trading accounts including broker and their balance.
残高を確認 ¶
What is my current account balance?
エージェントは残高、有効証拠金、余剰証拠金を返します。
口座統計 ¶
口座の集計されたパフォーマンス指標を取得します。
What is my win rate and profit factor on this account?
Show me my total number of trades, winning trades and net profit.
利用可能な通貨ペアのリスト ¶
What trading symbols are available on my account?
Is XAUUSD available for trading?
取引時間 ¶
What are the trading hours for XAUUSD?
資産を表示 ¶
What is my deposit currency?
証拠金の監視 ¶
次のように質問してマージンチェックを設定します:
Check my free margin as a percentage of equity and warn me if
it's below 20%.
口座の健全性チェック ¶
1つのプロンプトで複数のチェックを組み合わせます:
Run an account health check: show my balance, equity, margin level,
number of open positions, and total unrealised P&L. Flag anything
concerning.
警告
MCPサーバーはAI支援取引のためのツールであり、財務、投資、法律、税務に関するアドバイスを提供するものではありません。 AIが生成したアクションは実際の取引を引き起こし、損失をもたらす可能性があります。 ユーザーは、出力の検証、戦略の監督、認証情報の保護、および自己責任でのMCPサーバーの使用について単独で責任を負います。