List strategies deployed on an account
list_account_strategiesList the expert advisors deployed on a specific MT5 account, showing each deployment's symbol, timeframe, and status. Use the accountId from list_accounts to identify the account.
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 |