List strategies deployed on an account
list_account_strategiesList all expert advisors deployed on an MT5 account, returning symbol, timeframe, and status for each. Provide account id (not login) to see deployments.
Instructions
List the strategies (expert advisors) currently deployed on one MT5 account, with each deployment's symbol, timeframe and status. accountId is the id field from list_accounts — NOT login, which is the MT5 account number and is not a valid accountId. For the platform-wide catalog of strategies available to deploy, use list_strategies instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | The `id` field from list_accounts. Not the `login` (MT5 account number). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategies | Yes |